ModifyBodyView.xib 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="ModifyBodyView">
  14. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QCR-C4-MyU">
  18. <rect key="frame" x="0.0" y="57" width="414" height="50"/>
  19. <subviews>
  20. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入手机号" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="uYT-Fc-zKn">
  21. <rect key="frame" x="16" y="0.0" width="382" height="50"/>
  22. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  24. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  25. </textField>
  26. </subviews>
  27. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  28. <constraints>
  29. <constraint firstItem="uYT-Fc-zKn" firstAttribute="leading" secondItem="QCR-C4-MyU" secondAttribute="leading" constant="16" id="2h1-4w-rFu"/>
  30. <constraint firstItem="uYT-Fc-zKn" firstAttribute="top" secondItem="QCR-C4-MyU" secondAttribute="top" id="BQK-7S-des"/>
  31. <constraint firstAttribute="height" constant="50" id="SYW-Vw-Ca5"/>
  32. <constraint firstAttribute="trailing" secondItem="uYT-Fc-zKn" secondAttribute="trailing" constant="16" id="Uk6-l6-I6p"/>
  33. <constraint firstAttribute="bottom" secondItem="uYT-Fc-zKn" secondAttribute="bottom" id="ngT-Kg-gC7"/>
  34. </constraints>
  35. </view>
  36. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="roB-M7-512">
  37. <rect key="frame" x="0.0" y="108" width="414" height="50"/>
  38. <subviews>
  39. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入短信验证码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="WBQ-Pf-zKW">
  40. <rect key="frame" x="16" y="0.0" width="285" height="50"/>
  41. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  43. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  44. </textField>
  45. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="U4v-l2-m2h">
  46. <rect key="frame" x="311" y="10" width="90" height="30"/>
  47. <constraints>
  48. <constraint firstAttribute="width" constant="90" id="cfo-aV-Mex"/>
  49. <constraint firstAttribute="height" constant="30" id="yBM-mk-67C"/>
  50. </constraints>
  51. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  52. <state key="normal" title="发送验证码">
  53. <color key="titleColor" red="0.1764705882" green="0.78039215689999997" blue="0.66666666669999997" alpha="1" colorSpace="calibratedRGB"/>
  54. </state>
  55. <connections>
  56. <action selector="sendCode:" destination="iN0-l3-epB" eventType="touchUpInside" id="rsG-Im-CDX"/>
  57. </connections>
  58. </button>
  59. </subviews>
  60. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  61. <constraints>
  62. <constraint firstItem="U4v-l2-m2h" firstAttribute="centerY" secondItem="roB-M7-512" secondAttribute="centerY" id="2pC-Yb-PUD"/>
  63. <constraint firstAttribute="bottom" secondItem="WBQ-Pf-zKW" secondAttribute="bottom" id="Zfi-Fk-qRC"/>
  64. <constraint firstAttribute="trailing" secondItem="U4v-l2-m2h" secondAttribute="trailing" constant="13" id="d2t-ck-BNn"/>
  65. <constraint firstAttribute="height" constant="50" id="hlw-dJ-GBB"/>
  66. <constraint firstItem="WBQ-Pf-zKW" firstAttribute="top" secondItem="roB-M7-512" secondAttribute="top" id="pC7-JR-JGc"/>
  67. <constraint firstItem="U4v-l2-m2h" firstAttribute="leading" secondItem="WBQ-Pf-zKW" secondAttribute="trailing" constant="10" id="xEH-kf-Ua6"/>
  68. <constraint firstItem="WBQ-Pf-zKW" firstAttribute="leading" secondItem="roB-M7-512" secondAttribute="leading" constant="16" id="zd5-uM-72A"/>
  69. </constraints>
  70. </view>
  71. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EWo-Uq-qt0">
  72. <rect key="frame" x="0.0" y="173" width="414" height="50"/>
  73. <subviews>
  74. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入登录密码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Efg-Kj-Z58">
  75. <rect key="frame" x="16" y="0.0" width="382" height="50"/>
  76. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  77. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  78. <textInputTraits key="textInputTraits" enablesReturnKeyAutomatically="YES"/>
  79. </textField>
  80. </subviews>
  81. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  82. <constraints>
  83. <constraint firstItem="Efg-Kj-Z58" firstAttribute="leading" secondItem="EWo-Uq-qt0" secondAttribute="leading" constant="16" id="2ej-Vp-gb4"/>
  84. <constraint firstAttribute="bottom" secondItem="Efg-Kj-Z58" secondAttribute="bottom" id="4o6-XL-xTN"/>
  85. <constraint firstAttribute="height" constant="50" id="Aa0-Yb-k3o"/>
  86. <constraint firstItem="Efg-Kj-Z58" firstAttribute="top" secondItem="EWo-Uq-qt0" secondAttribute="top" id="WLT-IR-TJR"/>
  87. <constraint firstAttribute="trailing" secondItem="Efg-Kj-Z58" secondAttribute="trailing" constant="16" id="c3D-Ek-xId"/>
  88. </constraints>
  89. </view>
  90. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eLd-eA-XmB">
  91. <rect key="frame" x="17" y="253" width="380" height="50"/>
  92. <constraints>
  93. <constraint firstAttribute="height" constant="50" id="uYG-7a-FwI"/>
  94. </constraints>
  95. <state key="normal" title="确认" backgroundImage="button_nomal"/>
  96. <connections>
  97. <action selector="sureAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="Eio-lr-a8v"/>
  98. </connections>
  99. </button>
  100. </subviews>
  101. <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.97647058819999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  102. <constraints>
  103. <constraint firstItem="EWo-Uq-qt0" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="6FY-PS-aiH"/>
  104. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="EWo-Uq-qt0" secondAttribute="trailing" id="BLh-gj-lsU"/>
  105. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="roB-M7-512" secondAttribute="trailing" id="L6a-OL-x54"/>
  106. <constraint firstItem="roB-M7-512" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Lgb-FN-NmY"/>
  107. <constraint firstItem="eLd-eA-XmB" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="17" id="Whi-bx-dNs"/>
  108. <constraint firstItem="QCR-C4-MyU" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="13" id="XMk-fb-shA"/>
  109. <constraint firstItem="eLd-eA-XmB" firstAttribute="top" secondItem="EWo-Uq-qt0" secondAttribute="bottom" constant="30" id="YZh-bF-Gyi"/>
  110. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="QCR-C4-MyU" secondAttribute="trailing" id="dBM-FR-eUR"/>
  111. <constraint firstItem="roB-M7-512" firstAttribute="top" secondItem="QCR-C4-MyU" secondAttribute="bottom" constant="1" id="dhD-aw-nx3"/>
  112. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="eLd-eA-XmB" secondAttribute="trailing" constant="17" id="eYO-C7-Jl8"/>
  113. <constraint firstItem="QCR-C4-MyU" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="jnL-by-AyC"/>
  114. <constraint firstItem="EWo-Uq-qt0" firstAttribute="top" secondItem="roB-M7-512" secondAttribute="bottom" constant="15" id="wIT-cj-W2c"/>
  115. </constraints>
  116. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  117. <connections>
  118. <outlet property="codeButton" destination="U4v-l2-m2h" id="T0l-m5-k2C"/>
  119. <outlet property="codeField" destination="WBQ-Pf-zKW" id="4zI-Bk-QPi"/>
  120. <outlet property="phoneField" destination="uYT-Fc-zKn" id="1p6-iT-Ara"/>
  121. <outlet property="pwdField" destination="Efg-Kj-Z58" id="aQq-gj-O0y"/>
  122. <outlet property="sureButton" destination="eLd-eA-XmB" id="A3u-Du-P2T"/>
  123. </connections>
  124. <point key="canvasLocation" x="132" y="109"/>
  125. </view>
  126. </objects>
  127. <resources>
  128. <image name="button_nomal" width="49.5" height="49"/>
  129. </resources>
  130. </document>