BJShopDetailViewController.xib 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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="BJShopDetailViewController" customModule="xingchuangke" customModuleProvider="target">
  14. <connections>
  15. <outlet property="txtBankCard" destination="kUr-W8-CEJ" id="nod-Rc-2mk"/>
  16. <outlet property="txtIDCard" destination="VMr-JP-OzV" id="mWX-mL-nRO"/>
  17. <outlet property="txtName" destination="Ezo-Fe-03s" id="J3Z-aW-dKU"/>
  18. <outlet property="txtPhone" destination="eAr-iv-nEP" id="Msi-k7-OTd"/>
  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="414" height="896"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ltZ-t8-skG">
  28. <rect key="frame" x="0.0" y="44" width="414" height="204"/>
  29. <subviews>
  30. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Av1-2D-dkZ">
  31. <rect key="frame" x="0.0" y="0.0" width="414" height="51"/>
  32. <subviews>
  33. <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">
  34. <rect key="frame" x="15" y="0.0" width="119" height="50"/>
  35. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  36. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  37. <color key="textColor" red="0.19607843137254902" green="0.19607843137254902" blue="0.19607843137254902" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0ZO-SI-H0w">
  41. <rect key="frame" x="15" y="49" width="399" height="1"/>
  42. <color key="backgroundColor" red="0.92941176470588238" green="0.92941176470588238" blue="0.92941176470588238" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  43. <constraints>
  44. <constraint firstAttribute="height" constant="1" id="cJM-Lp-T8k"/>
  45. </constraints>
  46. </view>
  47. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="0.6%" placeholder="请选择" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Ezo-Fe-03s">
  48. <rect key="frame" x="127" y="0.0" width="257" height="50"/>
  49. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  50. <nil key="textColor"/>
  51. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  52. <textInputTraits key="textInputTraits"/>
  53. </textField>
  54. <button opaque="NO" tag="1002" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="trailing" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mvz-nK-TVB">
  55. <rect key="frame" x="126" y="0.0" width="270" height="50"/>
  56. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  57. <state key="normal" image="right_gray"/>
  58. </button>
  59. </subviews>
  60. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  61. <constraints>
  62. <constraint firstAttribute="bottom" secondItem="0ZO-SI-H0w" secondAttribute="bottom" constant="1" id="DPl-AM-oOa"/>
  63. <constraint firstAttribute="trailing" secondItem="0ZO-SI-H0w" secondAttribute="trailing" id="FNZ-aS-fBd"/>
  64. <constraint firstAttribute="height" constant="51" id="qGj-fn-Jcq"/>
  65. <constraint firstItem="0ZO-SI-H0w" firstAttribute="leading" secondItem="Av1-2D-dkZ" secondAttribute="leading" constant="15" id="udU-eb-Dww"/>
  66. </constraints>
  67. </view>
  68. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vq0-Y2-ZZr">
  69. <rect key="frame" x="0.0" y="51" width="414" height="51"/>
  70. <subviews>
  71. <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">
  72. <rect key="frame" x="15" y="0.0" width="119" height="50"/>
  73. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  74. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  75. <color key="textColor" red="0.1960784314" green="0.1960784314" blue="0.1960784314" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  76. <nil key="highlightedColor"/>
  77. </label>
  78. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ais-9m-pxd">
  79. <rect key="frame" x="15" y="49" width="399" height="1"/>
  80. <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  81. <constraints>
  82. <constraint firstAttribute="height" constant="1" id="kx6-Fi-xW1"/>
  83. </constraints>
  84. </view>
  85. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="0" placeholder="请选择" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="VMr-JP-OzV">
  86. <rect key="frame" x="127" y="0.0" width="257" height="50"/>
  87. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  88. <nil key="textColor"/>
  89. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  90. <textInputTraits key="textInputTraits"/>
  91. </textField>
  92. <button opaque="NO" tag="1002" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="trailing" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="PaZ-bn-J5D">
  93. <rect key="frame" x="126" y="0.0" width="270" height="50"/>
  94. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  95. <state key="normal" image="right_gray"/>
  96. </button>
  97. </subviews>
  98. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  99. <constraints>
  100. <constraint firstAttribute="height" constant="51" id="2aL-6C-C2q"/>
  101. <constraint firstAttribute="bottom" secondItem="Ais-9m-pxd" secondAttribute="bottom" constant="1" id="3LW-zL-sW8"/>
  102. <constraint firstItem="Ais-9m-pxd" firstAttribute="leading" secondItem="vq0-Y2-ZZr" secondAttribute="leading" constant="15" id="8zP-AD-dNp"/>
  103. <constraint firstAttribute="trailing" secondItem="Ais-9m-pxd" secondAttribute="trailing" id="zgs-ff-ljc"/>
  104. </constraints>
  105. </view>
  106. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SV0-nf-310">
  107. <rect key="frame" x="0.0" y="102" width="414" height="51"/>
  108. <subviews>
  109. <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">
  110. <rect key="frame" x="15" y="0.0" width="119" height="50"/>
  111. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  112. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  113. <color key="textColor" red="0.1960784314" green="0.1960784314" blue="0.1960784314" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  114. <nil key="highlightedColor"/>
  115. </label>
  116. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1YU-uF-PUP">
  117. <rect key="frame" x="15" y="49" width="399" height="1"/>
  118. <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  119. <constraints>
  120. <constraint firstAttribute="height" constant="1" id="OYL-K6-z3D"/>
  121. </constraints>
  122. </view>
  123. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请选择" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="kUr-W8-CEJ">
  124. <rect key="frame" x="127" y="0.0" width="257" height="50"/>
  125. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  126. <nil key="textColor"/>
  127. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  128. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  129. </textField>
  130. <button opaque="NO" tag="1002" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="trailing" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Qzb-F0-QBF">
  131. <rect key="frame" x="126" y="0.0" width="270" height="50"/>
  132. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  133. <state key="normal" image="right_gray"/>
  134. </button>
  135. </subviews>
  136. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  137. <constraints>
  138. <constraint firstAttribute="bottom" secondItem="1YU-uF-PUP" secondAttribute="bottom" constant="1" id="2aa-uS-Sdx"/>
  139. <constraint firstAttribute="trailing" secondItem="1YU-uF-PUP" secondAttribute="trailing" id="5b3-Yf-97T"/>
  140. <constraint firstAttribute="height" constant="51" id="8Xg-vg-QMp"/>
  141. <constraint firstItem="1YU-uF-PUP" firstAttribute="leading" secondItem="SV0-nf-310" secondAttribute="leading" constant="15" id="Pzg-hs-9ob"/>
  142. </constraints>
  143. </view>
  144. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TCu-qW-Zho">
  145. <rect key="frame" x="0.0" y="153" width="414" height="51"/>
  146. <subviews>
  147. <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">
  148. <rect key="frame" x="15" y="0.0" width="119" height="50"/>
  149. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  150. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  151. <color key="textColor" red="0.1960784314" green="0.1960784314" blue="0.1960784314" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  152. <nil key="highlightedColor"/>
  153. </label>
  154. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rC8-hT-uAF">
  155. <rect key="frame" x="15" y="49" width="399" height="1"/>
  156. <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  157. <constraints>
  158. <constraint firstAttribute="height" constant="1" id="NrC-jO-Flw"/>
  159. </constraints>
  160. </view>
  161. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="eAr-iv-nEP">
  162. <rect key="frame" x="127" y="0.0" width="257" height="50"/>
  163. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  164. <nil key="textColor"/>
  165. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  166. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  167. </textField>
  168. </subviews>
  169. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  170. <constraints>
  171. <constraint firstAttribute="height" constant="51" id="4lv-PD-7WL"/>
  172. <constraint firstAttribute="trailing" secondItem="rC8-hT-uAF" secondAttribute="trailing" id="Dri-b8-1xO"/>
  173. <constraint firstAttribute="bottom" secondItem="rC8-hT-uAF" secondAttribute="bottom" constant="1" id="YIk-tr-dyt"/>
  174. <constraint firstItem="rC8-hT-uAF" firstAttribute="leading" secondItem="TCu-qW-Zho" secondAttribute="leading" constant="15" id="rSn-4F-EE4"/>
  175. </constraints>
  176. </view>
  177. </subviews>
  178. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  179. <constraints>
  180. <constraint firstItem="TCu-qW-Zho" firstAttribute="top" secondItem="SV0-nf-310" secondAttribute="bottom" id="1MP-rz-wtO"/>
  181. <constraint firstAttribute="trailing" secondItem="TCu-qW-Zho" secondAttribute="trailing" id="5Uu-zd-fAx"/>
  182. <constraint firstItem="TCu-qW-Zho" firstAttribute="leading" secondItem="ltZ-t8-skG" secondAttribute="leading" id="7Q8-Xr-2Np"/>
  183. <constraint firstItem="vq0-Y2-ZZr" firstAttribute="leading" secondItem="ltZ-t8-skG" secondAttribute="leading" id="8Qv-6c-sET"/>
  184. <constraint firstItem="Av1-2D-dkZ" firstAttribute="leading" secondItem="ltZ-t8-skG" secondAttribute="leading" id="Qmq-50-NQ3"/>
  185. <constraint firstItem="SV0-nf-310" firstAttribute="leading" secondItem="ltZ-t8-skG" secondAttribute="leading" id="S8V-TO-b2y"/>
  186. <constraint firstAttribute="height" constant="204" id="fzu-Vd-bzf"/>
  187. <constraint firstItem="Av1-2D-dkZ" firstAttribute="top" secondItem="ltZ-t8-skG" secondAttribute="top" id="iS6-pe-2QC"/>
  188. <constraint firstAttribute="trailing" secondItem="SV0-nf-310" secondAttribute="trailing" id="lf9-5q-ujH"/>
  189. <constraint firstItem="vq0-Y2-ZZr" firstAttribute="top" secondItem="Av1-2D-dkZ" secondAttribute="bottom" id="llN-fi-IKL"/>
  190. <constraint firstItem="SV0-nf-310" firstAttribute="top" secondItem="vq0-Y2-ZZr" secondAttribute="bottom" id="rHy-u3-mgS"/>
  191. <constraint firstAttribute="trailing" secondItem="vq0-Y2-ZZr" secondAttribute="trailing" id="s1g-vr-ThO"/>
  192. <constraint firstAttribute="trailing" secondItem="Av1-2D-dkZ" secondAttribute="trailing" id="wK0-Se-2yd"/>
  193. </constraints>
  194. </view>
  195. <button opaque="NO" tag="1003" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LCf-C1-eCZ">
  196. <rect key="frame" x="25" y="273" width="364" height="53"/>
  197. <constraints>
  198. <constraint firstAttribute="height" constant="53" id="eGK-Zs-3Zl"/>
  199. </constraints>
  200. <inset key="titleEdgeInsets" minX="0.0" minY="-10" maxX="0.0" maxY="0.0"/>
  201. <state key="normal" title="下一步" backgroundImage="btu_01">
  202. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  203. </state>
  204. <connections>
  205. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="yvd-9Q-voG"/>
  206. </connections>
  207. </button>
  208. </subviews>
  209. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  210. <constraints>
  211. <constraint firstItem="ltZ-t8-skG" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="9Yv-Eh-ni7"/>
  212. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="LCf-C1-eCZ" secondAttribute="trailing" constant="25" id="HPG-qs-Tp0"/>
  213. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="ltZ-t8-skG" secondAttribute="trailing" id="Oel-TU-PIB"/>
  214. <constraint firstItem="ltZ-t8-skG" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="ate-GE-elO"/>
  215. <constraint firstItem="LCf-C1-eCZ" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="25" id="beP-Bs-3ud"/>
  216. <constraint firstItem="LCf-C1-eCZ" firstAttribute="top" secondItem="ltZ-t8-skG" secondAttribute="bottom" constant="25" id="iz4-Rd-dKK"/>
  217. </constraints>
  218. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  219. <point key="canvasLocation" x="100.00000000000001" y="43.526785714285715"/>
  220. </view>
  221. </objects>
  222. <resources>
  223. <image name="btu_01" width="378" height="60"/>
  224. <image name="right_gray" width="6" height="11"/>
  225. </resources>
  226. </document>