ShopAuthViewController.xib 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ShopAuthViewController" customModule="xingchuangke" customModuleProvider="target">
  14. <connections>
  15. <outlet property="txtBank" destination="8Tp-Zp-LFK" id="kTb-Sz-6ee"/>
  16. <outlet property="txtBankCard" destination="kUr-W8-CEJ" id="nod-Rc-2mk"/>
  17. <outlet property="txtIDCard" destination="VMr-JP-OzV" id="mWX-mL-nRO"/>
  18. <outlet property="txtName" destination="Ezo-Fe-03s" id="J3Z-aW-dKU"/>
  19. <outlet property="txtPhone" destination="eAr-iv-nEP" id="Msi-k7-OTd"/>
  20. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  21. </connections>
  22. </placeholder>
  23. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  24. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  25. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. <subviews>
  28. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6Ke-bM-UTW">
  29. <rect key="frame" x="0.0" y="44" width="414" height="818"/>
  30. <subviews>
  31. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OeX-xT-zYu">
  32. <rect key="frame" x="0.0" y="0.0" width="414" height="818"/>
  33. <subviews>
  34. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ltZ-t8-skG">
  35. <rect key="frame" x="0.0" y="0.0" width="414" height="459"/>
  36. <subviews>
  37. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Av1-2D-dkZ">
  38. <rect key="frame" x="0.0" y="0.0" width="414" height="51"/>
  39. <subviews>
  40. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="姓名" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rgk-jI-asa">
  41. <rect key="frame" x="15" y="0.0" width="119" height="50"/>
  42. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  43. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  44. <color key="textColor" red="0.19607843137254902" green="0.19607843137254902" blue="0.19607843137254902" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  45. <nil key="highlightedColor"/>
  46. </label>
  47. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0ZO-SI-H0w">
  48. <rect key="frame" x="15" y="49" width="399" height="1"/>
  49. <color key="backgroundColor" red="0.92941176470588238" green="0.92941176470588238" blue="0.92941176470588238" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  50. <constraints>
  51. <constraint firstAttribute="height" constant="1" id="cJM-Lp-T8k"/>
  52. </constraints>
  53. </view>
  54. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Ezo-Fe-03s">
  55. <rect key="frame" x="127" y="0.0" width="268" height="50"/>
  56. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  57. <nil key="textColor"/>
  58. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  59. <textInputTraits key="textInputTraits"/>
  60. </textField>
  61. </subviews>
  62. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  63. <constraints>
  64. <constraint firstAttribute="bottom" secondItem="0ZO-SI-H0w" secondAttribute="bottom" constant="1" id="DPl-AM-oOa"/>
  65. <constraint firstAttribute="trailing" secondItem="0ZO-SI-H0w" secondAttribute="trailing" id="FNZ-aS-fBd"/>
  66. <constraint firstAttribute="height" constant="51" id="qGj-fn-Jcq"/>
  67. <constraint firstItem="0ZO-SI-H0w" firstAttribute="leading" secondItem="Av1-2D-dkZ" secondAttribute="leading" constant="15" id="udU-eb-Dww"/>
  68. </constraints>
  69. </view>
  70. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vq0-Y2-ZZr">
  71. <rect key="frame" x="0.0" y="51" width="414" height="51"/>
  72. <subviews>
  73. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="身份证号" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="g0v-g5-ht1">
  74. <rect key="frame" x="15" y="0.0" width="119" height="50"/>
  75. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  76. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  77. <color key="textColor" red="0.1960784314" green="0.1960784314" blue="0.1960784314" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  78. <nil key="highlightedColor"/>
  79. </label>
  80. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ais-9m-pxd">
  81. <rect key="frame" x="15" y="49" width="399" height="1"/>
  82. <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  83. <constraints>
  84. <constraint firstAttribute="height" constant="1" id="kx6-Fi-xW1"/>
  85. </constraints>
  86. </view>
  87. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入15或18位身份证号" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="VMr-JP-OzV">
  88. <rect key="frame" x="127" y="0.0" width="238" height="50"/>
  89. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  90. <nil key="textColor"/>
  91. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  92. <textInputTraits key="textInputTraits"/>
  93. </textField>
  94. <button opaque="NO" tag="1001" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mG5-Wh-yMq">
  95. <rect key="frame" x="362" y="0.0" width="44" height="50"/>
  96. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  97. <state key="normal" image="aico_01"/>
  98. <connections>
  99. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="Rfi-lw-0ga"/>
  100. </connections>
  101. </button>
  102. </subviews>
  103. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  104. <constraints>
  105. <constraint firstAttribute="height" constant="51" id="2aL-6C-C2q"/>
  106. <constraint firstAttribute="bottom" secondItem="Ais-9m-pxd" secondAttribute="bottom" constant="1" id="3LW-zL-sW8"/>
  107. <constraint firstItem="Ais-9m-pxd" firstAttribute="leading" secondItem="vq0-Y2-ZZr" secondAttribute="leading" constant="15" id="8zP-AD-dNp"/>
  108. <constraint firstAttribute="trailing" secondItem="Ais-9m-pxd" secondAttribute="trailing" id="zgs-ff-ljc"/>
  109. </constraints>
  110. </view>
  111. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YAQ-Zm-Kx1">
  112. <rect key="frame" x="0.0" y="102" width="414" height="51"/>
  113. <subviews>
  114. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="开户行" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="q5e-yx-BCu">
  115. <rect key="frame" x="15" y="0.0" width="119" height="50"/>
  116. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  117. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  118. <color key="textColor" red="0.1960784314" green="0.1960784314" blue="0.1960784314" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  119. <nil key="highlightedColor"/>
  120. </label>
  121. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NT5-K8-GMd">
  122. <rect key="frame" x="15" y="49" width="399" height="1"/>
  123. <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  124. <constraints>
  125. <constraint firstAttribute="height" constant="1" id="qVw-3X-fuH"/>
  126. </constraints>
  127. </view>
  128. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请选择" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="8Tp-Zp-LFK">
  129. <rect key="frame" x="127" y="0.0" width="252" height="50"/>
  130. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  131. <nil key="textColor"/>
  132. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  133. <textInputTraits key="textInputTraits"/>
  134. </textField>
  135. <button opaque="NO" tag="1002" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="trailing" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uQn-aG-6Db">
  136. <rect key="frame" x="121" y="0.0" width="270" height="50"/>
  137. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  138. <state key="normal" image="right_gray"/>
  139. <connections>
  140. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="gq6-op-uKK"/>
  141. </connections>
  142. </button>
  143. </subviews>
  144. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  145. <constraints>
  146. <constraint firstAttribute="trailing" secondItem="NT5-K8-GMd" secondAttribute="trailing" id="7bh-97-qcS"/>
  147. <constraint firstItem="NT5-K8-GMd" firstAttribute="leading" secondItem="YAQ-Zm-Kx1" secondAttribute="leading" constant="15" id="Nho-zA-ctF"/>
  148. <constraint firstAttribute="height" constant="51" id="YuH-yd-1lw"/>
  149. <constraint firstAttribute="bottom" secondItem="NT5-K8-GMd" secondAttribute="bottom" constant="1" id="vPd-xt-Q4F"/>
  150. </constraints>
  151. </view>
  152. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SV0-nf-310">
  153. <rect key="frame" x="0.0" y="153" width="414" height="51"/>
  154. <subviews>
  155. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="银行卡号" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Pa2-eH-uOx">
  156. <rect key="frame" x="15" y="0.0" width="119" height="50"/>
  157. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  158. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  159. <color key="textColor" red="0.1960784314" green="0.1960784314" blue="0.1960784314" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  160. <nil key="highlightedColor"/>
  161. </label>
  162. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1YU-uF-PUP">
  163. <rect key="frame" x="15" y="49" width="399" height="1"/>
  164. <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  165. <constraints>
  166. <constraint firstAttribute="height" constant="1" id="OYL-K6-z3D"/>
  167. </constraints>
  168. </view>
  169. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入16或19位借记卡卡号" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="kUr-W8-CEJ">
  170. <rect key="frame" x="127" y="0.0" width="268" height="50"/>
  171. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  172. <nil key="textColor"/>
  173. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  174. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  175. </textField>
  176. </subviews>
  177. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  178. <constraints>
  179. <constraint firstAttribute="bottom" secondItem="1YU-uF-PUP" secondAttribute="bottom" constant="1" id="2aa-uS-Sdx"/>
  180. <constraint firstAttribute="trailing" secondItem="1YU-uF-PUP" secondAttribute="trailing" id="5b3-Yf-97T"/>
  181. <constraint firstAttribute="height" constant="51" id="8Xg-vg-QMp"/>
  182. <constraint firstItem="1YU-uF-PUP" firstAttribute="leading" secondItem="SV0-nf-310" secondAttribute="leading" constant="15" id="Pzg-hs-9ob"/>
  183. </constraints>
  184. </view>
  185. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TCu-qW-Zho">
  186. <rect key="frame" x="0.0" y="204" width="414" height="51"/>
  187. <subviews>
  188. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="银行预留手机号 " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MPl-hy-Yt8">
  189. <rect key="frame" x="15" y="0.0" width="119" height="50"/>
  190. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  191. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  192. <color key="textColor" red="0.1960784314" green="0.1960784314" blue="0.1960784314" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  193. <nil key="highlightedColor"/>
  194. </label>
  195. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rC8-hT-uAF">
  196. <rect key="frame" x="15" y="49" width="399" height="1"/>
  197. <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  198. <constraints>
  199. <constraint firstAttribute="height" constant="1" id="NrC-jO-Flw"/>
  200. </constraints>
  201. </view>
  202. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="eAr-iv-nEP">
  203. <rect key="frame" x="127" y="0.0" width="268" height="50"/>
  204. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  205. <nil key="textColor"/>
  206. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  207. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  208. </textField>
  209. </subviews>
  210. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  211. <constraints>
  212. <constraint firstAttribute="height" constant="51" id="4lv-PD-7WL"/>
  213. <constraint firstAttribute="trailing" secondItem="rC8-hT-uAF" secondAttribute="trailing" id="Dri-b8-1xO"/>
  214. <constraint firstAttribute="bottom" secondItem="rC8-hT-uAF" secondAttribute="bottom" constant="1" id="YIk-tr-dyt"/>
  215. <constraint firstItem="rC8-hT-uAF" firstAttribute="leading" secondItem="TCu-qW-Zho" secondAttribute="leading" constant="15" id="rSn-4F-EE4"/>
  216. </constraints>
  217. </view>
  218. </subviews>
  219. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  220. <constraints>
  221. <constraint firstItem="TCu-qW-Zho" firstAttribute="top" secondItem="SV0-nf-310" secondAttribute="bottom" id="1MP-rz-wtO"/>
  222. <constraint firstAttribute="trailing" secondItem="TCu-qW-Zho" secondAttribute="trailing" id="5Uu-zd-fAx"/>
  223. <constraint firstItem="TCu-qW-Zho" firstAttribute="leading" secondItem="ltZ-t8-skG" secondAttribute="leading" id="7Q8-Xr-2Np"/>
  224. <constraint firstItem="YAQ-Zm-Kx1" firstAttribute="leading" secondItem="ltZ-t8-skG" secondAttribute="leading" id="8Iu-nn-IYu"/>
  225. <constraint firstItem="vq0-Y2-ZZr" firstAttribute="leading" secondItem="ltZ-t8-skG" secondAttribute="leading" id="8Qv-6c-sET"/>
  226. <constraint firstItem="Av1-2D-dkZ" firstAttribute="leading" secondItem="ltZ-t8-skG" secondAttribute="leading" id="Qmq-50-NQ3"/>
  227. <constraint firstItem="SV0-nf-310" firstAttribute="leading" secondItem="ltZ-t8-skG" secondAttribute="leading" id="S8V-TO-b2y"/>
  228. <constraint firstItem="SV0-nf-310" firstAttribute="top" secondItem="YAQ-Zm-Kx1" secondAttribute="bottom" id="XUT-Ux-1W8"/>
  229. <constraint firstAttribute="height" constant="459" id="fzu-Vd-bzf"/>
  230. <constraint firstItem="Av1-2D-dkZ" firstAttribute="top" secondItem="ltZ-t8-skG" secondAttribute="top" id="iS6-pe-2QC"/>
  231. <constraint firstAttribute="trailing" secondItem="SV0-nf-310" secondAttribute="trailing" id="lf9-5q-ujH"/>
  232. <constraint firstItem="vq0-Y2-ZZr" firstAttribute="top" secondItem="Av1-2D-dkZ" secondAttribute="bottom" id="llN-fi-IKL"/>
  233. <constraint firstAttribute="trailing" secondItem="vq0-Y2-ZZr" secondAttribute="trailing" id="s1g-vr-ThO"/>
  234. <constraint firstItem="YAQ-Zm-Kx1" firstAttribute="top" secondItem="vq0-Y2-ZZr" secondAttribute="bottom" id="sDI-gw-xyE"/>
  235. <constraint firstAttribute="trailing" secondItem="YAQ-Zm-Kx1" secondAttribute="trailing" id="sEz-fg-vgn"/>
  236. <constraint firstAttribute="trailing" secondItem="Av1-2D-dkZ" secondAttribute="trailing" id="wK0-Se-2yd"/>
  237. </constraints>
  238. </view>
  239. <button opaque="NO" tag="1003" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LCf-C1-eCZ">
  240. <rect key="frame" x="25" y="489" width="364" height="53"/>
  241. <constraints>
  242. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="53" id="FrF-OV-OWc"/>
  243. <constraint firstAttribute="height" constant="53" id="YFN-Ly-WaO"/>
  244. </constraints>
  245. <inset key="titleEdgeInsets" minX="0.0" minY="-10" maxX="0.0" maxY="0.0"/>
  246. <state key="normal" title="下一步" backgroundImage="btu_01">
  247. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  248. </state>
  249. <connections>
  250. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="yvd-9Q-voG"/>
  251. </connections>
  252. </button>
  253. </subviews>
  254. <color key="backgroundColor" red="0.96078431369999995" green="0.96470588239999999" blue="0.98039215690000003" alpha="1" colorSpace="calibratedRGB"/>
  255. <constraints>
  256. <constraint firstAttribute="width" constant="414" id="66O-PN-Z9j"/>
  257. <constraint firstItem="LCf-C1-eCZ" firstAttribute="leading" secondItem="OeX-xT-zYu" secondAttribute="leading" constant="25" id="8Nu-9p-zZz"/>
  258. <constraint firstAttribute="trailing" secondItem="LCf-C1-eCZ" secondAttribute="trailing" constant="25" id="N4Z-Ie-8o5"/>
  259. <constraint firstItem="ltZ-t8-skG" firstAttribute="leading" secondItem="OeX-xT-zYu" secondAttribute="leading" id="Tmp-Dp-JFH"/>
  260. <constraint firstAttribute="height" constant="818" id="ZPK-D7-lV4"/>
  261. <constraint firstItem="ltZ-t8-skG" firstAttribute="top" secondItem="OeX-xT-zYu" secondAttribute="top" id="aJV-af-SRP"/>
  262. <constraint firstAttribute="trailing" secondItem="ltZ-t8-skG" secondAttribute="trailing" id="pTX-Q6-Bix"/>
  263. <constraint firstItem="LCf-C1-eCZ" firstAttribute="top" secondItem="ltZ-t8-skG" secondAttribute="bottom" constant="30" id="pTh-EI-lDh"/>
  264. </constraints>
  265. </view>
  266. </subviews>
  267. <constraints>
  268. <constraint firstAttribute="bottom" secondItem="OeX-xT-zYu" secondAttribute="bottom" id="DT3-ZH-zSd"/>
  269. <constraint firstAttribute="trailing" secondItem="OeX-xT-zYu" secondAttribute="trailing" id="Vdh-Jq-Vjt"/>
  270. <constraint firstItem="OeX-xT-zYu" firstAttribute="top" secondItem="6Ke-bM-UTW" secondAttribute="top" id="Wuh-Br-Xib"/>
  271. <constraint firstItem="OeX-xT-zYu" firstAttribute="leading" secondItem="6Ke-bM-UTW" secondAttribute="leading" id="was-nT-P3P"/>
  272. </constraints>
  273. </scrollView>
  274. </subviews>
  275. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  276. <constraints>
  277. <constraint firstItem="6Ke-bM-UTW" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="43p-oS-vdZ"/>
  278. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="6Ke-bM-UTW" secondAttribute="trailing" id="6cR-ZP-Soa"/>
  279. <constraint firstItem="6Ke-bM-UTW" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="nNP-5v-BWS"/>
  280. <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="6Ke-bM-UTW" secondAttribute="bottom" id="qOI-dn-DLf"/>
  281. </constraints>
  282. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  283. <point key="canvasLocation" x="100" y="44"/>
  284. </view>
  285. </objects>
  286. <resources>
  287. <image name="aico_01" width="19" height="16"/>
  288. <image name="btu_01" width="378" height="59.5"/>
  289. <image name="right_gray" width="6" height="11"/>
  290. </resources>
  291. </document>