| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT" customClass="RoomPasswordView">
- <rect key="frame" x="0.0" y="0.0" width="389" height="54"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="密码" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="r9J-ee-5C6">
- <rect key="frame" x="21" y="17.5" width="33" height="19.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="输入密码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Ysh-d4-U4J" customClass="QMUITextField">
- <rect key="frame" x="64.5" y="7" width="150" height="40"/>
- <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.14700255102040816" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="width" constant="150" id="EQt-2A-k3v"/>
- <constraint firstAttribute="height" constant="40" id="Gtt-Yh-HXq"/>
- </constraints>
- <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="sUg-C3-8AF">
- <rect key="frame" x="234.5" y="11.5" width="51" height="31"/>
- </switch>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="r9J-ee-5C6" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="21" id="Rnj-DK-8mD"/>
- <constraint firstItem="Ysh-d4-U4J" firstAttribute="centerY" secondItem="r9J-ee-5C6" secondAttribute="centerY" id="RuF-4M-VMw"/>
- <constraint firstItem="Ysh-d4-U4J" firstAttribute="leading" secondItem="r9J-ee-5C6" secondAttribute="trailing" constant="10.5" id="X7k-8g-ZVs"/>
- <constraint firstItem="sUg-C3-8AF" firstAttribute="leading" secondItem="Ysh-d4-U4J" secondAttribute="trailing" constant="20" id="Xc5-Qq-qmE"/>
- <constraint firstItem="r9J-ee-5C6" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="gBs-IM-CYA"/>
- <constraint firstItem="sUg-C3-8AF" firstAttribute="centerY" secondItem="Ysh-d4-U4J" secondAttribute="centerY" id="zco-ca-fcd"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="labPassword" destination="r9J-ee-5C6" id="lSG-Zi-xBg"/>
- <outlet property="swcPassword" destination="sUg-C3-8AF" id="PTX-iH-XaE"/>
- <outlet property="txtPassword" destination="Ysh-d4-U4J" id="3LS-YS-d2N"/>
- </connections>
- <point key="canvasLocation" x="148" y="175.41229385307346"/>
- </view>
- </objects>
- </document>
|