ForgetPasswordViewController.xib 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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="retina4_7" 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="ForgetPasswordViewController" customModule="xingchuangke" customModuleProvider="target">
  14. <connections>
  15. <outlet property="btnClose" destination="JvQ-Yh-Jxr" id="95M-zh-yfz"/>
  16. <outlet property="btnCode" destination="GjA-xr-G8I" id="IjS-r6-QJ7"/>
  17. <outlet property="btnLogin" destination="bYq-EW-yJ0" id="uwr-TW-EMy"/>
  18. <outlet property="btnView" destination="IpR-kI-36j" id="Fbn-CR-MmL"/>
  19. <outlet property="txtCode" destination="L1S-Oq-hmb" id="l4y-rG-7uL"/>
  20. <outlet property="txtPassword" destination="XQU-6e-nNy" id="QgF-Bm-oOH"/>
  21. <outlet property="txtPhone" destination="iG7-wM-KzJ" id="nUi-L0-nU8"/>
  22. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  23. </connections>
  24. </placeholder>
  25. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  26. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  27. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  29. <subviews>
  30. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入您的手机号" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="iG7-wM-KzJ">
  31. <rect key="frame" x="35" y="37" width="305" height="48"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  33. <color key="backgroundColor" red="0.95686274509803915" green="0.95686274509803915" blue="0.95686274509803915" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  34. <nil key="textColor"/>
  35. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  36. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  37. </textField>
  38. <button opaque="NO" tag="1001" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JvQ-Yh-Jxr">
  39. <rect key="frame" x="298" y="37" width="42" height="48"/>
  40. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  41. <state key="normal" image="ion_delete"/>
  42. <connections>
  43. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="3Ir-27-z2J"/>
  44. </connections>
  45. </button>
  46. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入您的新密码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="XQU-6e-nNy">
  47. <rect key="frame" x="35" y="160" width="305" height="48"/>
  48. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  49. <color key="backgroundColor" red="0.95686274510000002" green="0.95686274510000002" blue="0.95686274510000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  50. <nil key="textColor"/>
  51. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  52. <textInputTraits key="textInputTraits" secureTextEntry="YES"/>
  53. </textField>
  54. <button opaque="NO" tag="1002" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="IpR-kI-36j">
  55. <rect key="frame" x="298" y="160" width="42" height="48"/>
  56. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  57. <state key="normal" image="ion_close_see"/>
  58. <state key="selected" image="ion_see"/>
  59. <connections>
  60. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="8BE-Mg-924"/>
  61. </connections>
  62. </button>
  63. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入您的验证码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="L1S-Oq-hmb">
  64. <rect key="frame" x="35" y="99" width="305" height="48"/>
  65. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  66. <color key="backgroundColor" red="0.95686274510000002" green="0.95686274510000002" blue="0.95686274510000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  67. <nil key="textColor"/>
  68. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  69. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  70. </textField>
  71. <button opaque="NO" tag="1003" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="trailing" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="GjA-xr-G8I" customClass="CusButtonGetCode" customModule="Virgil">
  72. <rect key="frame" x="206" y="99" width="125" height="47"/>
  73. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  74. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  75. <state key="normal" title="获取验证码">
  76. <color key="titleColor" red="1" green="0.57637232540000005" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  77. </state>
  78. <userDefinedRuntimeAttributes>
  79. <userDefinedRuntimeAttribute type="string" keyPath="currenTitle" value="获取验证码"/>
  80. <userDefinedRuntimeAttribute type="color" keyPath="currentBackgroudColor">
  81. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  82. </userDefinedRuntimeAttribute>
  83. <userDefinedRuntimeAttribute type="color" keyPath="selectedBackgroudColor">
  84. <color key="value" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  85. </userDefinedRuntimeAttribute>
  86. <userDefinedRuntimeAttribute type="number" keyPath="count">
  87. <integer key="value" value="30"/>
  88. </userDefinedRuntimeAttribute>
  89. <userDefinedRuntimeAttribute type="color" keyPath="currentFontColor">
  90. <color key="value" red="1" green="0.57637232540000005" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  91. </userDefinedRuntimeAttribute>
  92. <userDefinedRuntimeAttribute type="color" keyPath="selectedFontColor">
  93. <color key="value" red="0.61568627450000002" green="0.61568627450000002" blue="0.61568627450000002" alpha="1" colorSpace="calibratedRGB"/>
  94. </userDefinedRuntimeAttribute>
  95. <userDefinedRuntimeAttribute type="string" keyPath="selectedTitle" value="重新获取"/>
  96. </userDefinedRuntimeAttributes>
  97. <connections>
  98. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="wQL-dO-Jht"/>
  99. </connections>
  100. </button>
  101. <button opaque="NO" tag="1004" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bYq-EW-yJ0">
  102. <rect key="frame" x="32" y="233" width="311" height="59"/>
  103. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  104. <inset key="titleEdgeInsets" minX="0.0" minY="-10" maxX="0.0" maxY="0.0"/>
  105. <state key="normal" title="确定" backgroundImage="btu_01"/>
  106. <connections>
  107. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="LPq-nW-DFN"/>
  108. </connections>
  109. </button>
  110. </subviews>
  111. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  112. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  113. <point key="canvasLocation" x="-518" y="-246"/>
  114. </view>
  115. </objects>
  116. <resources>
  117. <image name="btu_01" width="378" height="59.5"/>
  118. <image name="ion_close_see" width="22" height="19"/>
  119. <image name="ion_delete" width="17" height="17"/>
  120. <image name="ion_see" width="20" height="14"/>
  121. </resources>
  122. </document>