RQVerificationSmsCodeViewController.xib 4.5 KB

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