ClubApplicationTableViewCell.xib 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" 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="14460.20"/>
  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"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ClubApplicationTableViewCell0" id="KGk-i7-Jjw" customClass="ClubApplicationTableViewCell">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  19. <rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="csm-Ff-Ljq">
  23. <rect key="frame" x="15" y="15" width="39.5" height="19.5"/>
  24. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  25. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Wcp-lA-oOI">
  29. <rect key="frame" x="59.5" y="0.0" width="245.5" height="45"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="45" id="Rf8-Lg-lJf"/>
  32. </constraints>
  33. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  35. <textInputTraits key="textInputTraits"/>
  36. </textField>
  37. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fk8-Ru-xkL">
  38. <rect key="frame" x="0.0" y="48.5" width="320" height="1"/>
  39. <color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="calibratedRGB"/>
  40. <constraints>
  41. <constraint firstAttribute="height" constant="1" id="IAK-eT-XN6"/>
  42. </constraints>
  43. </view>
  44. </subviews>
  45. <constraints>
  46. <constraint firstAttribute="trailing" secondItem="fk8-Ru-xkL" secondAttribute="trailing" id="3Uh-Ye-jxB"/>
  47. <constraint firstItem="Wcp-lA-oOI" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="4MY-DF-n9H"/>
  48. <constraint firstAttribute="bottom" secondItem="fk8-Ru-xkL" secondAttribute="bottom" id="56Q-9E-m9F"/>
  49. <constraint firstItem="csm-Ff-Ljq" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="6Xg-KH-vJy"/>
  50. <constraint firstAttribute="bottom" secondItem="csm-Ff-Ljq" secondAttribute="bottom" constant="15" id="Nwh-Av-8bT"/>
  51. <constraint firstAttribute="bottom" secondItem="Wcp-lA-oOI" secondAttribute="bottom" id="PCq-gp-tX6"/>
  52. <constraint firstItem="Wcp-lA-oOI" firstAttribute="leading" secondItem="csm-Ff-Ljq" secondAttribute="trailing" constant="5" id="VIv-r5-HTr"/>
  53. <constraint firstItem="csm-Ff-Ljq" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="cpE-Tw-TUf"/>
  54. <constraint firstItem="csm-Ff-Ljq" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="dt2-qn-5tu"/>
  55. <constraint firstItem="fk8-Ru-xkL" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="iSt-c9-Ns6"/>
  56. <constraint firstAttribute="trailing" secondItem="Wcp-lA-oOI" secondAttribute="trailing" constant="15" id="wUG-eI-yOr"/>
  57. </constraints>
  58. </tableViewCellContentView>
  59. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  60. <connections>
  61. <outlet property="label0" destination="csm-Ff-Ljq" id="4ci-ce-KfE"/>
  62. <outlet property="textField" destination="Wcp-lA-oOI" id="KK8-gd-zHw"/>
  63. </connections>
  64. <point key="canvasLocation" x="52.799999999999997" y="35.982008995502248"/>
  65. </tableViewCell>
  66. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ClubApplicationTableViewCell1" id="P4w-Oc-YUM" customClass="ClubApplicationTableViewCell">
  67. <rect key="frame" x="0.0" y="0.0" width="320" height="100"/>
  68. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  69. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="P4w-Oc-YUM" id="nsX-gj-XiI">
  70. <rect key="frame" x="0.0" y="0.0" width="320" height="99.5"/>
  71. <autoresizingMask key="autoresizingMask"/>
  72. <subviews>
  73. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="分会宗旨:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ixd-ai-p6R">
  74. <rect key="frame" x="15" y="15" width="70" height="19.5"/>
  75. <constraints>
  76. <constraint firstAttribute="height" constant="19.5" id="ntL-uP-ZNt"/>
  77. </constraints>
  78. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  79. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  80. <nil key="highlightedColor"/>
  81. </label>
  82. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="VUo-9p-Z03">
  83. <rect key="frame" x="12" y="34.5" width="308" height="50"/>
  84. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  85. <constraints>
  86. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="50" id="Tjg-4X-Hss"/>
  87. </constraints>
  88. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  89. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  90. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  91. </textView>
  92. </subviews>
  93. <constraints>
  94. <constraint firstItem="VUo-9p-Z03" firstAttribute="leading" secondItem="nsX-gj-XiI" secondAttribute="leading" constant="12" id="81m-jE-M0G"/>
  95. <constraint firstItem="ixd-ai-p6R" firstAttribute="top" secondItem="nsX-gj-XiI" secondAttribute="top" constant="15" id="EOn-er-75T"/>
  96. <constraint firstItem="VUo-9p-Z03" firstAttribute="top" secondItem="ixd-ai-p6R" secondAttribute="bottom" id="eqo-Q8-g9u"/>
  97. <constraint firstAttribute="bottom" secondItem="VUo-9p-Z03" secondAttribute="bottom" constant="15" id="lQK-ue-cef"/>
  98. <constraint firstItem="ixd-ai-p6R" firstAttribute="leading" secondItem="nsX-gj-XiI" secondAttribute="leading" constant="15" id="shd-d9-p3u"/>
  99. <constraint firstAttribute="trailing" secondItem="VUo-9p-Z03" secondAttribute="trailing" id="snE-gF-Zdm"/>
  100. </constraints>
  101. </tableViewCellContentView>
  102. <viewLayoutGuide key="safeArea" id="kvw-NM-3tg"/>
  103. <connections>
  104. <outlet property="label0" destination="ixd-ai-p6R" id="fTA-Z4-wXu"/>
  105. <outlet property="textView" destination="VUo-9p-Z03" id="0ao-d6-HkS"/>
  106. </connections>
  107. <point key="canvasLocation" x="52.799999999999997" y="155.62218890554723"/>
  108. </tableViewCell>
  109. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ClubApplicationTableViewCell2" id="h6p-Jo-GmA" customClass="ClubApplicationTableViewCell">
  110. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  111. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  112. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="h6p-Jo-GmA" id="IwX-Tl-W93">
  113. <rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
  114. <autoresizingMask key="autoresizingMask"/>
  115. <subviews>
  116. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8Dy-bI-GlC">
  117. <rect key="frame" x="15" y="15" width="39.5" height="13.5"/>
  118. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  119. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  120. <nil key="highlightedColor"/>
  121. </label>
  122. <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="M5Y-Z6-9VD">
  123. <rect key="frame" x="59.5" y="0.0" width="135.5" height="43.5"/>
  124. <constraints>
  125. <constraint firstAttribute="height" constant="43.5" id="4gG-AC-yMM"/>
  126. </constraints>
  127. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  128. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  129. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  130. </textField>
  131. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OL8-l2-HIl">
  132. <rect key="frame" x="200" y="0.0" width="120" height="43.5"/>
  133. <constraints>
  134. <constraint firstAttribute="width" constant="120" id="dKV-HS-NqR"/>
  135. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="43.5" id="wD5-kZ-O8Z"/>
  136. </constraints>
  137. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  138. <state key="normal" title="发送验证码">
  139. <color key="titleColor" red="0.0" green="0.58980089430000004" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  140. </state>
  141. <connections>
  142. <action selector="didTouchButton:" destination="h6p-Jo-GmA" eventType="touchUpInside" id="kZa-3f-DWb"/>
  143. </connections>
  144. </button>
  145. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LLH-cm-gls">
  146. <rect key="frame" x="0.0" y="42.5" width="320" height="1"/>
  147. <color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="calibratedRGB"/>
  148. <constraints>
  149. <constraint firstAttribute="height" constant="1" id="ZHA-yw-Jfd"/>
  150. </constraints>
  151. </view>
  152. </subviews>
  153. <constraints>
  154. <constraint firstAttribute="bottom" secondItem="M5Y-Z6-9VD" secondAttribute="bottom" id="2Ji-GM-ot2"/>
  155. <constraint firstItem="8Dy-bI-GlC" firstAttribute="leading" secondItem="IwX-Tl-W93" secondAttribute="leading" constant="15" id="DKu-hw-ppw"/>
  156. <constraint firstAttribute="bottom" secondItem="OL8-l2-HIl" secondAttribute="bottom" id="Spk-up-RS0"/>
  157. <constraint firstAttribute="bottom" secondItem="LLH-cm-gls" secondAttribute="bottom" id="SsU-Lu-ELF"/>
  158. <constraint firstAttribute="bottom" secondItem="8Dy-bI-GlC" secondAttribute="bottom" constant="15" id="XwZ-DR-ELc"/>
  159. <constraint firstItem="8Dy-bI-GlC" firstAttribute="centerY" secondItem="IwX-Tl-W93" secondAttribute="centerY" id="ZWK-D2-LQe"/>
  160. <constraint firstItem="M5Y-Z6-9VD" firstAttribute="top" secondItem="IwX-Tl-W93" secondAttribute="top" id="a5z-HI-Ogj"/>
  161. <constraint firstItem="OL8-l2-HIl" firstAttribute="leading" secondItem="M5Y-Z6-9VD" secondAttribute="trailing" constant="5" id="bYd-k7-Qka"/>
  162. <constraint firstAttribute="trailing" secondItem="LLH-cm-gls" secondAttribute="trailing" id="gUN-hu-aks"/>
  163. <constraint firstItem="8Dy-bI-GlC" firstAttribute="top" secondItem="IwX-Tl-W93" secondAttribute="top" constant="15" id="gUp-rv-NOS"/>
  164. <constraint firstItem="M5Y-Z6-9VD" firstAttribute="leading" secondItem="8Dy-bI-GlC" secondAttribute="trailing" constant="5" id="obQ-tv-OjB"/>
  165. <constraint firstItem="LLH-cm-gls" firstAttribute="leading" secondItem="IwX-Tl-W93" secondAttribute="leading" id="ttQ-Cx-app"/>
  166. <constraint firstItem="OL8-l2-HIl" firstAttribute="top" secondItem="IwX-Tl-W93" secondAttribute="top" id="uCS-hP-Gcj"/>
  167. <constraint firstAttribute="trailing" secondItem="OL8-l2-HIl" secondAttribute="trailing" id="wJW-j8-E0l"/>
  168. </constraints>
  169. </tableViewCellContentView>
  170. <viewLayoutGuide key="safeArea" id="J0P-OG-4yW"/>
  171. <connections>
  172. <outlet property="button0" destination="OL8-l2-HIl" id="qhk-J5-wK1"/>
  173. <outlet property="label0" destination="8Dy-bI-GlC" id="nsh-Rz-Pma"/>
  174. <outlet property="textField" destination="M5Y-Z6-9VD" id="v8N-x0-0tQ"/>
  175. </connections>
  176. <point key="canvasLocation" x="52.799999999999997" y="276.1619190404798"/>
  177. </tableViewCell>
  178. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ClubApplicationTableViewCell3" id="vuL-8p-Qhx" customClass="ClubApplicationTableViewCell">
  179. <rect key="frame" x="0.0" y="0.0" width="366" height="129"/>
  180. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  181. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="vuL-8p-Qhx" id="hVZ-uy-pke">
  182. <rect key="frame" x="0.0" y="0.0" width="366" height="128.5"/>
  183. <autoresizingMask key="autoresizingMask"/>
  184. <subviews>
  185. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="上传分会LOGO:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5o3-rZ-Dfv">
  186. <rect key="frame" x="15" y="15" width="114" height="19.5"/>
  187. <constraints>
  188. <constraint firstAttribute="height" constant="19.5" id="sLo-B4-LPJ"/>
  189. </constraints>
  190. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  191. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  192. <nil key="highlightedColor"/>
  193. </label>
  194. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="i7V-Da-QXP">
  195. <rect key="frame" x="18" y="51.5" width="62" height="62"/>
  196. <constraints>
  197. <constraint firstAttribute="height" constant="62" id="PTZ-lI-Hay"/>
  198. <constraint firstAttribute="width" constant="62" id="ovt-m1-gjy"/>
  199. </constraints>
  200. <state key="normal" image="+"/>
  201. <connections>
  202. <action selector="didTouchButton:" destination="vuL-8p-Qhx" eventType="touchUpInside" id="AIT-Fg-qFh"/>
  203. </connections>
  204. </button>
  205. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="请上传LOGO,支持JPG、PNG" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5Rx-hX-A3F">
  206. <rect key="frame" x="95" y="73.5" width="208" height="18"/>
  207. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  208. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  209. <nil key="highlightedColor"/>
  210. </label>
  211. </subviews>
  212. <constraints>
  213. <constraint firstAttribute="trailingMargin" relation="greaterThanOrEqual" secondItem="5Rx-hX-A3F" secondAttribute="trailing" constant="15" id="0O3-UN-79h"/>
  214. <constraint firstItem="5o3-rZ-Dfv" firstAttribute="top" secondItem="hVZ-uy-pke" secondAttribute="top" constant="15" id="0Tc-tN-sjp"/>
  215. <constraint firstItem="5o3-rZ-Dfv" firstAttribute="leading" secondItem="hVZ-uy-pke" secondAttribute="leading" constant="15" id="4xN-2K-NWL"/>
  216. <constraint firstItem="5Rx-hX-A3F" firstAttribute="leading" secondItem="i7V-Da-QXP" secondAttribute="trailing" constant="15" id="Bb5-C7-2jK"/>
  217. <constraint firstItem="i7V-Da-QXP" firstAttribute="leading" secondItem="hVZ-uy-pke" secondAttribute="leading" constant="18" id="OqJ-Xq-DU0"/>
  218. <constraint firstItem="i7V-Da-QXP" firstAttribute="top" secondItem="5o3-rZ-Dfv" secondAttribute="bottom" constant="17" id="aro-HG-69g"/>
  219. <constraint firstItem="5Rx-hX-A3F" firstAttribute="centerY" secondItem="i7V-Da-QXP" secondAttribute="centerY" id="g4m-xb-HOg"/>
  220. <constraint firstAttribute="bottom" secondItem="i7V-Da-QXP" secondAttribute="bottom" constant="15" id="kHR-kM-sW0"/>
  221. </constraints>
  222. </tableViewCellContentView>
  223. <viewLayoutGuide key="safeArea" id="rVk-iO-MfJ"/>
  224. <connections>
  225. <outlet property="button0" destination="i7V-Da-QXP" id="wLK-x4-wET"/>
  226. </connections>
  227. <point key="canvasLocation" x="89.599999999999994" y="394.45277361319341"/>
  228. </tableViewCell>
  229. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ClubApplicationTableViewCell4" id="dlJ-lT-AmQ" customClass="ClubApplicationTableViewCell">
  230. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  231. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  232. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="dlJ-lT-AmQ" id="MDY-Jw-wz2">
  233. <rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
  234. <autoresizingMask key="autoresizingMask"/>
  235. <subviews>
  236. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gN4-ej-kd4">
  237. <rect key="frame" x="5" y="0.0" width="45" height="43.5"/>
  238. <constraints>
  239. <constraint firstAttribute="width" constant="45" id="E8M-0H-M2J"/>
  240. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="43.5" id="bfA-KY-gLH"/>
  241. </constraints>
  242. <state key="normal" image="矩形 4 拷贝"/>
  243. <state key="selected" image="对 (1)"/>
  244. <connections>
  245. <action selector="didTouchButton:" destination="dlJ-lT-AmQ" eventType="touchUpInside" id="dOk-Dq-0wj"/>
  246. </connections>
  247. </button>
  248. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我已阅读并同意" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="86C-XT-lvh">
  249. <rect key="frame" x="50" y="0.0" width="107.5" height="43.5"/>
  250. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  251. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  252. <nil key="highlightedColor"/>
  253. </label>
  254. <button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="RgH-6s-iUT">
  255. <rect key="frame" x="157.5" y="0.0" width="62" height="43.5"/>
  256. <state key="normal" title="《章程》">
  257. <color key="titleColor" red="0.0" green="0.58980089430000004" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  258. </state>
  259. <connections>
  260. <action selector="didTouchButton:" destination="dlJ-lT-AmQ" eventType="touchUpInside" id="S0n-MU-hkx"/>
  261. </connections>
  262. </button>
  263. </subviews>
  264. <constraints>
  265. <constraint firstItem="RgH-6s-iUT" firstAttribute="top" secondItem="MDY-Jw-wz2" secondAttribute="top" id="KAX-x0-gS7"/>
  266. <constraint firstAttribute="bottom" secondItem="RgH-6s-iUT" secondAttribute="bottom" id="TIB-ar-QKR"/>
  267. <constraint firstItem="gN4-ej-kd4" firstAttribute="leading" secondItem="MDY-Jw-wz2" secondAttribute="leading" constant="5" id="Yf3-Hm-NYS"/>
  268. <constraint firstItem="gN4-ej-kd4" firstAttribute="top" secondItem="MDY-Jw-wz2" secondAttribute="top" id="aZ9-dF-Bn1"/>
  269. <constraint firstItem="RgH-6s-iUT" firstAttribute="leading" secondItem="86C-XT-lvh" secondAttribute="trailing" id="df8-Lq-EzU"/>
  270. <constraint firstItem="86C-XT-lvh" firstAttribute="leading" secondItem="gN4-ej-kd4" secondAttribute="trailing" id="jHa-gi-fko"/>
  271. <constraint firstAttribute="bottom" secondItem="gN4-ej-kd4" secondAttribute="bottom" id="mUP-vs-Gg3"/>
  272. <constraint firstItem="86C-XT-lvh" firstAttribute="top" secondItem="MDY-Jw-wz2" secondAttribute="top" id="oI8-vj-6Gj"/>
  273. <constraint firstAttribute="bottom" secondItem="86C-XT-lvh" secondAttribute="bottom" id="x2h-w5-NQ5"/>
  274. </constraints>
  275. </tableViewCellContentView>
  276. <viewLayoutGuide key="safeArea" id="TZr-wR-3Ue"/>
  277. <connections>
  278. <outlet property="button0" destination="gN4-ej-kd4" id="bXZ-rn-rq7"/>
  279. <outlet property="button1" destination="RgH-6s-iUT" id="NAc-MR-KSK"/>
  280. </connections>
  281. <point key="canvasLocation" x="52.799999999999997" y="536.13193403298351"/>
  282. </tableViewCell>
  283. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ClubApplicationTableViewCell5" id="27f-vG-EgX" customClass="ClubApplicationTableViewCell">
  284. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  285. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  286. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="27f-vG-EgX" id="L08-tG-LrL">
  287. <rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
  288. <autoresizingMask key="autoresizingMask"/>
  289. <subviews>
  290. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fFw-Rb-2HS">
  291. <rect key="frame" x="15" y="0.0" width="290" height="43.5"/>
  292. <color key="backgroundColor" red="0.0" green="0.58980089430000004" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  293. <constraints>
  294. <constraint firstAttribute="height" constant="43.5" id="W4D-FT-sWl"/>
  295. </constraints>
  296. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  297. <state key="normal" title="提交申请">
  298. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  299. </state>
  300. <connections>
  301. <action selector="didTouchButton:" destination="27f-vG-EgX" eventType="touchUpInside" id="HQL-gt-NjV"/>
  302. </connections>
  303. </button>
  304. </subviews>
  305. <constraints>
  306. <constraint firstItem="fFw-Rb-2HS" firstAttribute="leading" secondItem="L08-tG-LrL" secondAttribute="leading" constant="15" id="0rm-RA-x8j"/>
  307. <constraint firstAttribute="bottom" secondItem="fFw-Rb-2HS" secondAttribute="bottom" id="4vj-wT-QLf"/>
  308. <constraint firstItem="fFw-Rb-2HS" firstAttribute="top" secondItem="L08-tG-LrL" secondAttribute="top" id="NxQ-6e-reW"/>
  309. <constraint firstAttribute="trailing" secondItem="fFw-Rb-2HS" secondAttribute="trailing" constant="15" id="ubQ-F1-3oW"/>
  310. </constraints>
  311. </tableViewCellContentView>
  312. <viewLayoutGuide key="safeArea" id="zk3-sN-wSv"/>
  313. <connections>
  314. <outlet property="button0" destination="fFw-Rb-2HS" id="Cxc-Mt-yYD"/>
  315. </connections>
  316. <point key="canvasLocation" x="53" y="626"/>
  317. </tableViewCell>
  318. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ClubApplicationTableViewCell6" rowHeight="190" id="8BS-Wc-THi" customClass="ClubApplicationTableViewCell">
  319. <rect key="frame" x="0.0" y="0.0" width="375" height="240"/>
  320. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  321. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="8BS-Wc-THi" id="qgT-LR-CUB">
  322. <rect key="frame" x="0.0" y="0.0" width="375" height="239.5"/>
  323. <autoresizingMask key="autoresizingMask"/>
  324. <subviews>
  325. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kCf-Tp-Y6h">
  326. <rect key="frame" x="30" y="30" width="75" height="100"/>
  327. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  328. <constraints>
  329. <constraint firstAttribute="width" secondItem="kCf-Tp-Y6h" secondAttribute="height" multiplier="3:4" id="kss-Ue-uxR"/>
  330. </constraints>
  331. <inset key="imageEdgeInsets" minX="0.0" minY="-15" maxX="0.0" maxY="0.0"/>
  332. <state key="normal" image="投稿加号"/>
  333. <connections>
  334. <action selector="didTouchButton:" destination="vuL-8p-Qhx" eventType="touchUpInside" id="7Qv-2O-Rsl"/>
  335. </connections>
  336. </button>
  337. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EYh-GO-Ljz">
  338. <rect key="frame" x="150" y="30" width="75" height="100"/>
  339. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  340. <inset key="imageEdgeInsets" minX="0.0" minY="-15" maxX="0.0" maxY="0.0"/>
  341. <state key="normal" image="投稿加号"/>
  342. <connections>
  343. <action selector="didTouchButton:" destination="vuL-8p-Qhx" eventType="touchUpInside" id="7ae-6R-v7x"/>
  344. </connections>
  345. </button>
  346. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="上传正文" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="szm-Vb-Rpa">
  347. <rect key="frame" x="150" y="98.5" width="75" height="14.5"/>
  348. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  349. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  350. <nil key="highlightedColor"/>
  351. </label>
  352. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="p8z-Rx-TEK">
  353. <rect key="frame" x="270" y="30" width="75" height="100"/>
  354. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  355. <inset key="imageEdgeInsets" minX="0.0" minY="-15" maxX="0.0" maxY="0.0"/>
  356. <state key="normal" image="投稿加号"/>
  357. <connections>
  358. <action selector="didTouchButton:" destination="vuL-8p-Qhx" eventType="touchUpInside" id="b8R-kO-nIZ"/>
  359. </connections>
  360. </button>
  361. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="推荐人证明" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lZ0-nt-TJD">
  362. <rect key="frame" x="270" y="98.5" width="75" height="14.5"/>
  363. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  364. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  365. <nil key="highlightedColor"/>
  366. </label>
  367. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="上传封面" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IPo-Fd-hwj">
  368. <rect key="frame" x="30" y="98.5" width="75" height="14.5"/>
  369. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  370. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  371. <nil key="highlightedColor"/>
  372. </label>
  373. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YPL-jR-YqM">
  374. <rect key="frame" x="16" y="164.5" width="343" height="45"/>
  375. <color key="backgroundColor" red="0.086274509799999996" green="0.50980392159999999" blue="0.85490196080000003" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  376. <constraints>
  377. <constraint firstAttribute="height" constant="45" id="1A8-dU-yBn"/>
  378. </constraints>
  379. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  380. <state key="normal" title="投稿"/>
  381. </button>
  382. </subviews>
  383. <constraints>
  384. <constraint firstItem="EYh-GO-Ljz" firstAttribute="width" secondItem="kCf-Tp-Y6h" secondAttribute="width" id="2X0-gN-gNt"/>
  385. <constraint firstItem="IPo-Fd-hwj" firstAttribute="leading" secondItem="kCf-Tp-Y6h" secondAttribute="leading" id="6za-fp-QJb"/>
  386. <constraint firstItem="p8z-Rx-TEK" firstAttribute="top" secondItem="qgT-LR-CUB" secondAttribute="top" constant="30" id="8ME-38-j25"/>
  387. <constraint firstItem="YPL-jR-YqM" firstAttribute="leading" secondItem="qgT-LR-CUB" secondAttribute="leading" constant="16" id="AA3-IV-oQb"/>
  388. <constraint firstItem="kCf-Tp-Y6h" firstAttribute="top" secondItem="qgT-LR-CUB" secondAttribute="top" constant="30" id="CaL-Ca-edt"/>
  389. <constraint firstItem="lZ0-nt-TJD" firstAttribute="bottom" secondItem="p8z-Rx-TEK" secondAttribute="bottom" constant="-17" id="Hkr-Or-4t8"/>
  390. <constraint firstItem="szm-Vb-Rpa" firstAttribute="trailing" secondItem="EYh-GO-Ljz" secondAttribute="trailing" id="Ius-ig-85W"/>
  391. <constraint firstItem="kCf-Tp-Y6h" firstAttribute="leading" secondItem="qgT-LR-CUB" secondAttribute="leading" constant="30" id="OZc-4h-ACI"/>
  392. <constraint firstItem="IPo-Fd-hwj" firstAttribute="trailing" secondItem="kCf-Tp-Y6h" secondAttribute="trailing" id="QEh-3l-E1l"/>
  393. <constraint firstItem="EYh-GO-Ljz" firstAttribute="leading" secondItem="kCf-Tp-Y6h" secondAttribute="trailing" constant="45" id="R16-lJ-AeK"/>
  394. <constraint firstAttribute="bottom" secondItem="YPL-jR-YqM" secondAttribute="bottom" constant="30" id="SRe-ad-WQR"/>
  395. <constraint firstItem="IPo-Fd-hwj" firstAttribute="bottom" secondItem="kCf-Tp-Y6h" secondAttribute="bottom" constant="-17" id="SWA-fw-Ed0"/>
  396. <constraint firstItem="szm-Vb-Rpa" firstAttribute="leading" secondItem="EYh-GO-Ljz" secondAttribute="leading" id="V05-vx-vWg"/>
  397. <constraint firstItem="lZ0-nt-TJD" firstAttribute="trailing" secondItem="p8z-Rx-TEK" secondAttribute="trailing" id="WJj-jn-D0m"/>
  398. <constraint firstItem="EYh-GO-Ljz" firstAttribute="centerX" secondItem="qgT-LR-CUB" secondAttribute="centerX" id="Xub-5a-PMR"/>
  399. <constraint firstItem="lZ0-nt-TJD" firstAttribute="leading" secondItem="p8z-Rx-TEK" secondAttribute="leading" id="aYk-D9-o3b"/>
  400. <constraint firstItem="EYh-GO-Ljz" firstAttribute="height" secondItem="kCf-Tp-Y6h" secondAttribute="height" id="hoI-Hb-f2V"/>
  401. <constraint firstAttribute="trailing" secondItem="p8z-Rx-TEK" secondAttribute="trailing" constant="30" id="l0l-nO-v67"/>
  402. <constraint firstItem="EYh-GO-Ljz" firstAttribute="top" secondItem="qgT-LR-CUB" secondAttribute="top" constant="30" id="lBs-c3-omA"/>
  403. <constraint firstItem="p8z-Rx-TEK" firstAttribute="leading" secondItem="EYh-GO-Ljz" secondAttribute="trailing" constant="45" id="nNL-ch-hQX"/>
  404. <constraint firstItem="p8z-Rx-TEK" firstAttribute="width" secondItem="kCf-Tp-Y6h" secondAttribute="width" id="pbI-Lh-eH7"/>
  405. <constraint firstItem="YPL-jR-YqM" firstAttribute="top" secondItem="kCf-Tp-Y6h" secondAttribute="bottom" constant="34.5" id="sAR-xW-HHt"/>
  406. <constraint firstAttribute="trailing" secondItem="YPL-jR-YqM" secondAttribute="trailing" constant="16" id="wsp-81-VJM"/>
  407. <constraint firstItem="szm-Vb-Rpa" firstAttribute="bottom" secondItem="EYh-GO-Ljz" secondAttribute="bottom" constant="-17" id="yJK-3i-WHG"/>
  408. <constraint firstItem="p8z-Rx-TEK" firstAttribute="height" secondItem="kCf-Tp-Y6h" secondAttribute="height" id="yjd-iI-pLY"/>
  409. </constraints>
  410. </tableViewCellContentView>
  411. <viewLayoutGuide key="safeArea" id="y1z-py-k6p"/>
  412. <connections>
  413. <outlet property="button0" destination="kCf-Tp-Y6h" id="u07-UZ-RFG"/>
  414. <outlet property="button1" destination="EYh-GO-Ljz" id="dss-ib-Qci"/>
  415. <outlet property="button2" destination="p8z-Rx-TEK" id="Jav-vV-Igi"/>
  416. <outlet property="button3" destination="YPL-jR-YqM" id="XoO-3d-uIk"/>
  417. </connections>
  418. <point key="canvasLocation" x="53" y="807"/>
  419. </tableViewCell>
  420. </objects>
  421. <resources>
  422. <image name="+" width="11" height="11"/>
  423. <image name="对 (1)" width="15" height="15"/>
  424. <image name="投稿加号" width="23" height="23"/>
  425. <image name="矩形 4 拷贝" width="15" height="15"/>
  426. </resources>
  427. </document>