BogoLogoutViewController.xib 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.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" customClass="BogoLogoutViewController">
  12. <connections>
  13. <outlet property="areaBtn" destination="8eX-d8-hGh" id="VZ0-oZ-CkD"/>
  14. <outlet property="codeBtn" destination="9gt-GB-auC" id="VNH-3F-SiZ"/>
  15. <outlet property="codeT" destination="3qK-jU-hSy" id="gL0-vv-H2h"/>
  16. <outlet property="confirmBtn" destination="lBH-sW-zw7" id="hz0-wU-WUS"/>
  17. <outlet property="phoneT" destination="Bg4-wD-J2u" id="LGJ-7o-8Py"/>
  18. <outlet property="topConstraint" destination="fA9-lt-Qyl" id="Iud-V1-eSw"/>
  19. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  20. </connections>
  21. </placeholder>
  22. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  23. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  24. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Pzh-KS-9RB">
  28. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  29. <subviews>
  30. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nSn-nF-Qew">
  31. <rect key="frame" x="0.0" y="235" width="393" height="44"/>
  32. <subviews>
  33. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vPn-tc-8Ku" customClass="QMUIButton">
  34. <rect key="frame" x="0.0" y="0.0" width="62" height="44"/>
  35. <constraints>
  36. <constraint firstAttribute="width" constant="62" id="8n8-gI-S4W"/>
  37. </constraints>
  38. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  39. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  40. <state key="normal" title="验证码">
  41. <color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  42. </state>
  43. </button>
  44. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入验证码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="3qK-jU-hSy">
  45. <rect key="frame" x="62" y="12.666666666666659" width="150" height="18.666666666666671"/>
  46. <constraints>
  47. <constraint firstAttribute="width" constant="150" id="Pw4-hz-ESV"/>
  48. </constraints>
  49. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  50. <textInputTraits key="textInputTraits"/>
  51. </textField>
  52. <view contentMode="scaleToFill" layoutMarginsFollowReadableWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="uJ9-ux-wUM">
  53. <rect key="frame" x="15" y="43" width="363" height="1"/>
  54. <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/>
  55. <constraints>
  56. <constraint firstAttribute="height" constant="1" id="M0z-5G-LYi"/>
  57. </constraints>
  58. </view>
  59. </subviews>
  60. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  61. <constraints>
  62. <constraint firstItem="3qK-jU-hSy" firstAttribute="centerY" secondItem="vPn-tc-8Ku" secondAttribute="centerY" id="1Gz-dD-9yt"/>
  63. <constraint firstItem="uJ9-ux-wUM" firstAttribute="leading" secondItem="nSn-nF-Qew" secondAttribute="leading" constant="15" id="30t-yo-zbF"/>
  64. <constraint firstAttribute="height" constant="44" id="E8O-3z-vxC"/>
  65. <constraint firstAttribute="bottom" secondItem="vPn-tc-8Ku" secondAttribute="bottom" id="EyX-Of-HXf"/>
  66. <constraint firstItem="vPn-tc-8Ku" firstAttribute="top" secondItem="nSn-nF-Qew" secondAttribute="top" id="GpM-43-bWZ"/>
  67. <constraint firstItem="3qK-jU-hSy" firstAttribute="leading" secondItem="nSn-nF-Qew" secondAttribute="leading" constant="62" id="HDl-aq-fCW"/>
  68. <constraint firstAttribute="trailing" secondItem="uJ9-ux-wUM" secondAttribute="trailing" constant="15" id="IXx-yS-Agi"/>
  69. <constraint firstItem="vPn-tc-8Ku" firstAttribute="leading" secondItem="nSn-nF-Qew" secondAttribute="leading" id="Zth-xp-DLD"/>
  70. <constraint firstAttribute="bottom" secondItem="uJ9-ux-wUM" secondAttribute="bottom" id="tof-oK-rxQ"/>
  71. </constraints>
  72. </view>
  73. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lBH-sW-zw7">
  74. <rect key="frame" x="61.666666666666657" y="506" width="270" height="40"/>
  75. <constraints>
  76. <constraint firstAttribute="width" constant="270" id="B8g-wY-Uay"/>
  77. <constraint firstAttribute="height" constant="40" id="GWJ-IA-wWy"/>
  78. </constraints>
  79. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  80. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  81. <state key="normal" title="验证并注销" backgroundImage="widthBtnBg">
  82. <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  83. </state>
  84. <connections>
  85. <action selector="clickConfrimBtn:" destination="-1" eventType="touchUpInside" id="Hcf-p2-I7r"/>
  86. </connections>
  87. </button>
  88. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="257-MH-Z3g">
  89. <rect key="frame" x="0.0" y="44" width="393" height="44"/>
  90. <subviews>
  91. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="PHd-FX-Zgk" customClass="QMUIButton">
  92. <rect key="frame" x="0.0" y="0.0" width="40" height="44"/>
  93. <constraints>
  94. <constraint firstAttribute="height" constant="44" id="EzI-Tn-9HW"/>
  95. <constraint firstAttribute="width" constant="40" id="cIY-Y0-6Ri"/>
  96. </constraints>
  97. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  98. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  99. <state key="normal" image="com_arrow_vc_back">
  100. <color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  101. </state>
  102. <connections>
  103. <action selector="clickCancleBtn:" destination="-1" eventType="touchUpInside" id="nWq-it-zpc"/>
  104. </connections>
  105. </button>
  106. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="账户注销" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lWz-BH-q3R">
  107. <rect key="frame" x="159.66666666666666" y="12" width="74" height="22"/>
  108. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/>
  109. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  110. <nil key="highlightedColor"/>
  111. </label>
  112. </subviews>
  113. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  114. <constraints>
  115. <constraint firstAttribute="height" constant="44" id="ZuQ-um-7Xx"/>
  116. <constraint firstItem="PHd-FX-Zgk" firstAttribute="centerY" secondItem="257-MH-Z3g" secondAttribute="centerY" id="kUy-dj-FzJ"/>
  117. <constraint firstItem="lWz-BH-q3R" firstAttribute="top" secondItem="257-MH-Z3g" secondAttribute="top" constant="12" id="uU7-dF-nS7"/>
  118. <constraint firstItem="PHd-FX-Zgk" firstAttribute="leading" secondItem="257-MH-Z3g" secondAttribute="leading" id="wsI-4V-zE3"/>
  119. <constraint firstItem="lWz-BH-q3R" firstAttribute="centerX" secondItem="257-MH-Z3g" secondAttribute="centerX" id="xUX-hX-Kwj"/>
  120. </constraints>
  121. </view>
  122. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="为了您的账号安全,需进行手机号验证" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LJd-NQ-Khg">
  123. <rect key="frame" x="12" y="118" width="243" height="17"/>
  124. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  125. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  126. <nil key="highlightedColor"/>
  127. </label>
  128. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="VJq-zs-iQL">
  129. <rect key="frame" x="0.0" y="191" width="393" height="44"/>
  130. <subviews>
  131. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入注册手机号" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Bg4-wD-J2u">
  132. <rect key="frame" x="62" y="12.666666666666659" width="150" height="18.666666666666671"/>
  133. <constraints>
  134. <constraint firstAttribute="width" constant="150" id="Iqn-V6-esN"/>
  135. </constraints>
  136. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  137. <textInputTraits key="textInputTraits"/>
  138. </textField>
  139. <view contentMode="scaleToFill" layoutMarginsFollowReadableWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lKJ-9a-B3z">
  140. <rect key="frame" x="15" y="43" width="363" height="1"/>
  141. <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/>
  142. <constraints>
  143. <constraint firstAttribute="height" constant="1" id="Efv-x6-Tm6"/>
  144. </constraints>
  145. </view>
  146. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8eX-d8-hGh" customClass="QMUIButton">
  147. <rect key="frame" x="0.0" y="0.0" width="62" height="43"/>
  148. <constraints>
  149. <constraint firstAttribute="width" constant="62" id="kh6-R8-jI9"/>
  150. </constraints>
  151. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  152. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  153. <state key="normal" title="+86" image="bogo_login_down">
  154. <color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  155. </state>
  156. <connections>
  157. <action selector="clickAreaBtn:" destination="-1" eventType="touchUpInside" id="AUb-0l-Ae5"/>
  158. </connections>
  159. </button>
  160. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9gt-GB-auC" customClass="QMUIButton">
  161. <rect key="frame" x="313" y="-1" width="72" height="44"/>
  162. <fontDescription key="fontDescription" name=".AppleSystemUIFont" family=".AppleSystemUIFont" pointSize="14"/>
  163. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  164. <state key="normal" title="获取验证码">
  165. <color key="titleColor" red="0.043137254899999998" green="0.64705882349999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  166. </state>
  167. <userDefinedRuntimeAttributes>
  168. <userDefinedRuntimeAttribute type="number" keyPath="spacingBetweenImageAndTitle">
  169. <real key="value" value="2"/>
  170. </userDefinedRuntimeAttribute>
  171. </userDefinedRuntimeAttributes>
  172. <connections>
  173. <action selector="clickCodeBtn:" destination="-1" eventType="touchUpInside" id="xGt-BA-nYX"/>
  174. </connections>
  175. </button>
  176. </subviews>
  177. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  178. <constraints>
  179. <constraint firstItem="Bg4-wD-J2u" firstAttribute="centerY" secondItem="VJq-zs-iQL" secondAttribute="centerY" id="2nq-TG-bmR"/>
  180. <constraint firstItem="lKJ-9a-B3z" firstAttribute="leading" secondItem="VJq-zs-iQL" secondAttribute="leading" constant="15" id="5nm-QB-aoZ"/>
  181. <constraint firstAttribute="bottom" secondItem="lKJ-9a-B3z" secondAttribute="bottom" id="7E1-aP-GrY"/>
  182. <constraint firstItem="lKJ-9a-B3z" firstAttribute="top" secondItem="8eX-d8-hGh" secondAttribute="bottom" id="Dzz-Xr-EU2"/>
  183. <constraint firstItem="8eX-d8-hGh" firstAttribute="top" secondItem="VJq-zs-iQL" secondAttribute="top" id="URu-dB-Sub"/>
  184. <constraint firstItem="Bg4-wD-J2u" firstAttribute="leading" secondItem="VJq-zs-iQL" secondAttribute="leading" constant="62" id="VtQ-eS-a3h"/>
  185. <constraint firstAttribute="bottom" secondItem="9gt-GB-auC" secondAttribute="bottom" constant="1" id="nZW-DW-O6l"/>
  186. <constraint firstAttribute="height" constant="44" id="tH5-Yx-28q"/>
  187. <constraint firstAttribute="trailing" secondItem="9gt-GB-auC" secondAttribute="trailing" constant="8" id="tK5-5B-1SI"/>
  188. <constraint firstItem="8eX-d8-hGh" firstAttribute="leading" secondItem="VJq-zs-iQL" secondAttribute="leading" id="w9A-UW-nFl"/>
  189. <constraint firstAttribute="trailing" secondItem="lKJ-9a-B3z" secondAttribute="trailing" constant="15" id="waQ-fj-i8Z"/>
  190. <constraint firstItem="9gt-GB-auC" firstAttribute="top" secondItem="VJq-zs-iQL" secondAttribute="top" constant="-1" id="x2y-al-FMR"/>
  191. </constraints>
  192. </view>
  193. </subviews>
  194. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  195. <constraints>
  196. <constraint firstItem="lBH-sW-zw7" firstAttribute="centerY" secondItem="Pzh-KS-9RB" secondAttribute="centerY" constant="100" id="3FP-HY-vwU"/>
  197. <constraint firstItem="LJd-NQ-Khg" firstAttribute="leading" secondItem="Pzh-KS-9RB" secondAttribute="leading" constant="12" id="6OR-5a-eVE"/>
  198. <constraint firstItem="LJd-NQ-Khg" firstAttribute="top" secondItem="257-MH-Z3g" secondAttribute="bottom" constant="30" id="R8j-3A-Rp6"/>
  199. <constraint firstItem="257-MH-Z3g" firstAttribute="leading" secondItem="Pzh-KS-9RB" secondAttribute="leading" id="TZF-TF-iZV"/>
  200. <constraint firstAttribute="trailing" secondItem="VJq-zs-iQL" secondAttribute="trailing" id="YH1-BY-Xew"/>
  201. <constraint firstItem="nSn-nF-Qew" firstAttribute="leading" secondItem="Pzh-KS-9RB" secondAttribute="leading" id="cEU-hX-ZqZ"/>
  202. <constraint firstAttribute="trailing" secondItem="257-MH-Z3g" secondAttribute="trailing" id="cFf-Iv-6kG"/>
  203. <constraint firstItem="VJq-zs-iQL" firstAttribute="top" secondItem="LJd-NQ-Khg" secondAttribute="bottom" constant="56" id="d7D-gz-4el"/>
  204. <constraint firstItem="lBH-sW-zw7" firstAttribute="centerX" secondItem="Pzh-KS-9RB" secondAttribute="centerX" id="eWH-z3-izV"/>
  205. <constraint firstItem="257-MH-Z3g" firstAttribute="top" secondItem="Pzh-KS-9RB" secondAttribute="top" constant="44" id="fA9-lt-Qyl"/>
  206. <constraint firstItem="nSn-nF-Qew" firstAttribute="top" secondItem="VJq-zs-iQL" secondAttribute="bottom" id="hll-6N-pOf"/>
  207. <constraint firstItem="VJq-zs-iQL" firstAttribute="leading" secondItem="Pzh-KS-9RB" secondAttribute="leading" id="lT4-Yr-lv9"/>
  208. <constraint firstAttribute="trailing" secondItem="nSn-nF-Qew" secondAttribute="trailing" id="xp9-5j-kTi"/>
  209. </constraints>
  210. </view>
  211. </subviews>
  212. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  213. <constraints>
  214. <constraint firstItem="Pzh-KS-9RB" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="AJT-b8-RyS"/>
  215. <constraint firstAttribute="trailing" secondItem="Pzh-KS-9RB" secondAttribute="trailing" id="io2-qj-XsP"/>
  216. <constraint firstAttribute="bottom" secondItem="Pzh-KS-9RB" secondAttribute="bottom" id="o1d-gd-dEZ"/>
  217. <constraint firstItem="Pzh-KS-9RB" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="uOu-yy-P1d"/>
  218. </constraints>
  219. <point key="canvasLocation" x="137.68115942028987" y="63.616071428571423"/>
  220. </view>
  221. </objects>
  222. <resources>
  223. <image name="bogo_login_down" width="10" height="6"/>
  224. <image name="com_arrow_vc_back" width="11.666666984558105" height="22"/>
  225. <image name="widthBtnBg" width="250" height="45"/>
  226. <systemColor name="systemBackgroundColor">
  227. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  228. </systemColor>
  229. </resources>
  230. </document>