BJHKPhoneViewController.xib 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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="BJHKPhoneViewController" customModule="xingchuangke" customModuleProvider="target">
  14. <connections>
  15. <outlet property="btnGetCode" destination="BWK-C1-aI6" id="las-kI-N9Z"/>
  16. <outlet property="btnXY" destination="uBl-rM-KNz" id="8TL-Nq-nEd"/>
  17. <outlet property="txtCode" destination="QEY-qz-Heo" id="82m-uE-QST"/>
  18. <outlet property="txtPhone" destination="oAQ-NL-klo" id="I5E-Oz-dmz"/>
  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="375" height="667"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="TqU-sq-bgh">
  28. <rect key="frame" x="0.0" y="0.0" width="375" height="101"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  30. <subviews>
  31. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Nkr-Fv-id2">
  32. <rect key="frame" x="0.0" y="50" width="375" height="1"/>
  33. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  34. <color key="backgroundColor" red="0.92941176470588238" green="0.92941176470588238" blue="0.92941176470588238" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. </view>
  36. <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="2Yn-3K-EiP">
  37. <rect key="frame" x="20" y="0.0" width="85" height="50"/>
  38. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  39. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  40. <color key="textColor" red="0.19607843137254902" green="0.19607843137254902" blue="0.19607843137254902" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  41. <nil key="highlightedColor"/>
  42. </label>
  43. <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="zXh-gp-rLr">
  44. <rect key="frame" x="20" y="51" width="85" height="50"/>
  45. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  46. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  47. <color key="textColor" red="0.1960784314" green="0.1960784314" blue="0.1960784314" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  48. <nil key="highlightedColor"/>
  49. </label>
  50. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入手机号" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="oAQ-NL-klo">
  51. <rect key="frame" x="110" y="0.0" width="192" height="50"/>
  52. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  53. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  54. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  55. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  56. </textField>
  57. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入验证码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="QEY-qz-Heo">
  58. <rect key="frame" x="110" y="51" width="151" height="50"/>
  59. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  60. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  61. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  62. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  63. </textField>
  64. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="BWK-C1-aI6" customClass="CusButtonGetCode" customModule="Virgil">
  65. <rect key="frame" x="269" y="62" width="93" height="29"/>
  66. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  67. <color key="backgroundColor" red="0.2156862745" green="0.65098039220000004" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  68. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  69. <state key="normal" title="获取验证码">
  70. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  71. </state>
  72. <userDefinedRuntimeAttributes>
  73. <userDefinedRuntimeAttribute type="string" keyPath="currenTitle" value="获取验证码"/>
  74. <userDefinedRuntimeAttribute type="string" keyPath="selectedTitle" value="重新获取"/>
  75. <userDefinedRuntimeAttribute type="color" keyPath="currentFontColor">
  76. <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  77. </userDefinedRuntimeAttribute>
  78. <userDefinedRuntimeAttribute type="color" keyPath="selectedFontColor">
  79. <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  80. </userDefinedRuntimeAttribute>
  81. <userDefinedRuntimeAttribute type="color" keyPath="currentBackgroudColor">
  82. <color key="value" red="0.2156862745" green="0.65098039220000004" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  83. </userDefinedRuntimeAttribute>
  84. <userDefinedRuntimeAttribute type="color" keyPath="selectedBackgroudColor">
  85. <color key="value" red="0.61568627450000002" green="0.61568627450000002" blue="0.61568627450000002" alpha="1" colorSpace="calibratedRGB"/>
  86. </userDefinedRuntimeAttribute>
  87. <userDefinedRuntimeAttribute type="number" keyPath="count">
  88. <integer key="value" value="30"/>
  89. </userDefinedRuntimeAttribute>
  90. </userDefinedRuntimeAttributes>
  91. <connections>
  92. <action selector="btnGetCodeClick:" destination="-1" eventType="touchUpInside" id="UzA-Ah-Woq"/>
  93. </connections>
  94. </button>
  95. </subviews>
  96. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  97. </view>
  98. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YbK-5B-s7N">
  99. <rect key="frame" x="25" y="144" width="324" height="53"/>
  100. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  101. <inset key="titleEdgeInsets" minX="0.0" minY="-10" maxX="0.0" maxY="0.0"/>
  102. <state key="normal" title="下一步" backgroundImage="btu_01">
  103. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  104. </state>
  105. <connections>
  106. <action selector="btnNextClick:" destination="-1" eventType="touchUpInside" id="gAV-go-sFn"/>
  107. </connections>
  108. </button>
  109. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="我已阅读并通过以下协议《POS业务服务协议》《POS用户隐私协议》《商户爱理银联操作简要规则》" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PDn-iP-KVF">
  110. <rect key="frame" x="46" y="116" width="303" height="36"/>
  111. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  112. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  113. <nil key="textColor"/>
  114. <nil key="highlightedColor"/>
  115. </label>
  116. <button hidden="YES" opaque="NO" tag="1001" contentMode="scaleToFill" fixedFrame="YES" selected="YES" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uBl-rM-KNz">
  117. <rect key="frame" x="25" y="110" width="324" height="35"/>
  118. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  119. <state key="normal" image="ion_danxuan_n"/>
  120. <state key="selected" image="ion_danxuan_s"/>
  121. <connections>
  122. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="VaE-gD-Cq3"/>
  123. </connections>
  124. </button>
  125. </subviews>
  126. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  127. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  128. <point key="canvasLocation" x="-772" y="-133.5832083958021"/>
  129. </view>
  130. </objects>
  131. <resources>
  132. <image name="btu_01" width="378" height="60"/>
  133. <image name="ion_danxuan_n" width="16.5" height="16.5"/>
  134. <image name="ion_danxuan_s" width="16.5" height="17"/>
  135. </resources>
  136. </document>