1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_72" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="RQEditPasswordViewController">
- <connections>
- <outlet property="containerView" destination="Hoh-Pr-QMk" id="Cbg-SU-V19"/>
- <outlet property="sureBtn" destination="OEb-he-Kjc" id="iSy-cA-TeJ"/>
- <outlet property="view" destination="kpv-3T-mna" id="yu4-Du-Z0l"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="kpv-3T-mna" customClass="UIScrollView">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Hoh-Pr-QMk">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OEb-he-Kjc">
- <rect key="frame" x="42.333333333333343" y="306" width="290.33333333333326" height="54.333333333333314"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="OEb-he-Kjc" secondAttribute="height" multiplier="279:52" id="5j0-JH-bKt"/>
- </constraints>
- <inset key="titleEdgeInsets" minX="0.0" minY="-8" maxX="0.0" maxY="0.0"/>
- <state key="normal" title="确 认" backgroundImage="loginBtn-Shadow"/>
- <connections>
- <action selector="sureBtnDidClicked:" destination="-1" eventType="touchUpInside" id="RfC-GV-eLu"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="OEb-he-Kjc" firstAttribute="top" secondItem="Hoh-Pr-QMk" secondAttribute="top" priority="999" constant="306" id="1PB-eo-XPZ"/>
- <constraint firstItem="OEb-he-Kjc" firstAttribute="width" secondItem="Hoh-Pr-QMk" secondAttribute="width" multiplier="279:360" id="LOT-l9-8c0"/>
- <constraint firstItem="OEb-he-Kjc" firstAttribute="centerX" secondItem="Hoh-Pr-QMk" secondAttribute="centerX" id="MVI-By-VEq"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Hoh-Pr-QMk" secondAttribute="trailing" id="5sH-ag-myV"/>
- <constraint firstAttribute="bottom" secondItem="Hoh-Pr-QMk" secondAttribute="bottom" id="8yb-gy-x0h"/>
- <constraint firstItem="Hoh-Pr-QMk" firstAttribute="leading" secondItem="kpv-3T-mna" secondAttribute="leading" id="C9O-MN-z0Y"/>
- <constraint firstItem="Hoh-Pr-QMk" firstAttribute="top" secondItem="kpv-3T-mna" secondAttribute="top" id="ca8-2B-FPW"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <point key="canvasLocation" x="98.400000000000006" y="48.125937031484263"/>
- </view>
- </objects>
- <resources>
- <image name="loginBtn-Shadow" width="278.5" height="51.5"/>
- </resources>
- </document>
|