EditCell.xib 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21679"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" restorationIdentifier="nickname" selectionStyle="default" indentationWidth="10" rowHeight="81" id="KGk-i7-Jjw" userLabel="昵称" customClass="EditCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="81"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="81"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="昵称" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4QE-XB-IC5" userLabel="昵称">
  20. <rect key="frame" x="15" y="10" width="60" height="40"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="60" id="5mO-DH-dR8"/>
  23. <constraint firstAttribute="height" constant="40" id="lht-LZ-GRj"/>
  24. </constraints>
  25. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  26. <color key="textColor" red="0.43529411764705883" green="0.4392156862745098" blue="0.45098039215686275" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="123" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Gwf-E1-vhm" userLabel="TF" customClass="MyTextField">
  30. <rect key="frame" x="75" y="10" width="230" height="40"/>
  31. <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  32. <fontDescription key="fontDescription" type="boldSystem" pointSize="16"/>
  33. <textInputTraits key="textInputTraits"/>
  34. </textField>
  35. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TnT-a5-TCO" userLabel="line">
  36. <rect key="frame" x="0.0" y="59.5" width="320" height="0.5"/>
  37. <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.059999999999999998" colorSpace="calibratedRGB"/>
  38. <constraints>
  39. <constraint firstAttribute="height" constant="0.5" id="8vi-LA-BJO"/>
  40. </constraints>
  41. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  42. <nil key="textColor"/>
  43. <nil key="highlightedColor"/>
  44. </label>
  45. </subviews>
  46. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  47. <constraints>
  48. <constraint firstItem="4QE-XB-IC5" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="3xI-I2-E0C"/>
  49. <constraint firstItem="TnT-a5-TCO" firstAttribute="width" secondItem="H2p-sc-9uM" secondAttribute="width" id="8eT-MU-BJl"/>
  50. <constraint firstItem="TnT-a5-TCO" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="GsD-O2-sVE"/>
  51. <constraint firstItem="4QE-XB-IC5" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="Ox5-za-S86"/>
  52. <constraint firstItem="TnT-a5-TCO" firstAttribute="bottom" secondItem="4QE-XB-IC5" secondAttribute="bottom" constant="10" id="ZT9-C3-ByB"/>
  53. <constraint firstItem="Gwf-E1-vhm" firstAttribute="height" secondItem="4QE-XB-IC5" secondAttribute="height" id="dZW-yp-hzj"/>
  54. <constraint firstAttribute="trailing" secondItem="Gwf-E1-vhm" secondAttribute="trailing" constant="15" id="gXY-bS-hd3"/>
  55. <constraint firstItem="Gwf-E1-vhm" firstAttribute="leading" secondItem="4QE-XB-IC5" secondAttribute="trailing" id="iPP-gP-cwX"/>
  56. <constraint firstItem="Gwf-E1-vhm" firstAttribute="top" secondItem="4QE-XB-IC5" secondAttribute="top" id="yiU-oh-U22"/>
  57. </constraints>
  58. </tableViewCellContentView>
  59. <connections>
  60. <outlet property="leftNameWidth" destination="5mO-DH-dR8" id="eFa-wz-Q6X"/>
  61. <outlet property="nameL" destination="4QE-XB-IC5" id="HRJ-04-mal"/>
  62. <outlet property="nameTF" destination="Gwf-E1-vhm" id="XKW-en-Z1V"/>
  63. </connections>
  64. <point key="canvasLocation" x="57" y="-63.5"/>
  65. </tableViewCell>
  66. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="birth" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="80" id="Wgy-DO-ckK" userLabel="生日" customClass="EditCell">
  67. <rect key="frame" x="0.0" y="0.0" width="321" height="80"/>
  68. <autoresizingMask key="autoresizingMask"/>
  69. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Wgy-DO-ckK" id="FIR-gH-R0n">
  70. <rect key="frame" x="0.0" y="0.0" width="321" height="80"/>
  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="Nk6-TC-ZHn" userLabel="生日">
  74. <rect key="frame" x="15" y="10" width="60" height="40"/>
  75. <constraints>
  76. <constraint firstAttribute="width" constant="60" id="YTv-Na-h3D"/>
  77. <constraint firstAttribute="height" constant="40" id="jdO-N8-fvd"/>
  78. </constraints>
  79. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  80. <color key="textColor" red="0.43529411764705883" green="0.4392156862745098" blue="0.45098039215686275" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  81. <nil key="highlightedColor"/>
  82. </label>
  83. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="2018-6-14" placeholder="请选择生日" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="xG8-tj-sFe" userLabel="TF" customClass="MyTextField">
  84. <rect key="frame" x="75" y="10" width="231" height="40"/>
  85. <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  86. <fontDescription key="fontDescription" type="boldSystem" pointSize="16"/>
  87. <textInputTraits key="textInputTraits"/>
  88. </textField>
  89. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="B3L-Ei-IW5" userLabel="line">
  90. <rect key="frame" x="0.0" y="59.5" width="321" height="0.5"/>
  91. <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.059999999999999998" colorSpace="calibratedRGB"/>
  92. <constraints>
  93. <constraint firstAttribute="height" constant="0.5" id="9bY-RQ-dgw"/>
  94. </constraints>
  95. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  96. <nil key="textColor"/>
  97. <nil key="highlightedColor"/>
  98. </label>
  99. </subviews>
  100. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  101. <constraints>
  102. <constraint firstItem="B3L-Ei-IW5" firstAttribute="bottom" secondItem="Nk6-TC-ZHn" secondAttribute="bottom" constant="10" id="8gA-Z7-YBn"/>
  103. <constraint firstItem="Nk6-TC-ZHn" firstAttribute="top" secondItem="FIR-gH-R0n" secondAttribute="top" constant="10" id="HHN-ey-VTo"/>
  104. <constraint firstItem="xG8-tj-sFe" firstAttribute="leading" secondItem="Nk6-TC-ZHn" secondAttribute="trailing" id="OgR-5K-T6K"/>
  105. <constraint firstItem="B3L-Ei-IW5" firstAttribute="centerX" secondItem="FIR-gH-R0n" secondAttribute="centerX" id="Ost-f0-aAB"/>
  106. <constraint firstItem="xG8-tj-sFe" firstAttribute="top" secondItem="Nk6-TC-ZHn" secondAttribute="top" id="V93-p3-gWe"/>
  107. <constraint firstItem="Nk6-TC-ZHn" firstAttribute="leading" secondItem="FIR-gH-R0n" secondAttribute="leading" constant="15" id="WTt-ND-1Iv"/>
  108. <constraint firstItem="B3L-Ei-IW5" firstAttribute="width" secondItem="FIR-gH-R0n" secondAttribute="width" id="hn9-ie-1VX"/>
  109. <constraint firstAttribute="trailing" secondItem="xG8-tj-sFe" secondAttribute="trailing" constant="15" id="m4t-q7-Jhk"/>
  110. <constraint firstItem="xG8-tj-sFe" firstAttribute="height" secondItem="Nk6-TC-ZHn" secondAttribute="height" id="wdA-ap-URj"/>
  111. </constraints>
  112. </tableViewCellContentView>
  113. <connections>
  114. <outlet property="birthL" destination="Nk6-TC-ZHn" id="Hdw-Vd-xE0"/>
  115. <outlet property="birthTF" destination="xG8-tj-sFe" id="WoX-Hv-tAq"/>
  116. <outlet property="leftNameWidth" destination="YTv-Na-h3D" id="TjC-lG-Wmc"/>
  117. </connections>
  118. <point key="canvasLocation" x="58" y="62"/>
  119. </tableViewCell>
  120. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="sex" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="81" id="aVJ-TK-Is2" userLabel="性别" customClass="EditCell">
  121. <rect key="frame" x="0.0" y="0.0" width="321" height="81"/>
  122. <autoresizingMask key="autoresizingMask"/>
  123. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="aVJ-TK-Is2" id="q3y-KW-XTF">
  124. <rect key="frame" x="0.0" y="0.0" width="321" height="81"/>
  125. <autoresizingMask key="autoresizingMask"/>
  126. <subviews>
  127. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="性别" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4Fs-ZZ-WhU" userLabel="性别">
  128. <rect key="frame" x="15" y="10" width="60" height="40"/>
  129. <constraints>
  130. <constraint firstAttribute="height" constant="40" id="SQg-Vi-QC2"/>
  131. <constraint firstAttribute="width" constant="60" id="TlB-Zq-u7P"/>
  132. </constraints>
  133. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  134. <color key="textColor" red="0.43529411759999997" green="0.43921568630000002" blue="0.45098039220000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  135. <nil key="highlightedColor"/>
  136. </label>
  137. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请选择性别" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="ziB-Av-mQO" userLabel="TF" customClass="MyTextField">
  138. <rect key="frame" x="75" y="10" width="231" height="40"/>
  139. <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  140. <fontDescription key="fontDescription" type="boldSystem" pointSize="16"/>
  141. <textInputTraits key="textInputTraits"/>
  142. </textField>
  143. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ig9-l4-kSQ" userLabel="line">
  144. <rect key="frame" x="0.0" y="59.5" width="321" height="0.5"/>
  145. <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.059999999999999998" colorSpace="calibratedRGB"/>
  146. <constraints>
  147. <constraint firstAttribute="height" constant="0.5" id="OSG-1Z-Sam"/>
  148. </constraints>
  149. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  150. <nil key="textColor"/>
  151. <nil key="highlightedColor"/>
  152. </label>
  153. </subviews>
  154. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  155. <constraints>
  156. <constraint firstItem="ziB-Av-mQO" firstAttribute="leading" secondItem="4Fs-ZZ-WhU" secondAttribute="trailing" id="Ag1-7a-I0Z"/>
  157. <constraint firstItem="ig9-l4-kSQ" firstAttribute="width" secondItem="q3y-KW-XTF" secondAttribute="width" id="DRn-q1-0ac"/>
  158. <constraint firstItem="ziB-Av-mQO" firstAttribute="top" secondItem="4Fs-ZZ-WhU" secondAttribute="top" id="QKN-x3-krM"/>
  159. <constraint firstItem="4Fs-ZZ-WhU" firstAttribute="leading" secondItem="q3y-KW-XTF" secondAttribute="leading" constant="15" id="YyL-hb-vIM"/>
  160. <constraint firstItem="ziB-Av-mQO" firstAttribute="height" secondItem="4Fs-ZZ-WhU" secondAttribute="height" id="bYf-cj-oLg"/>
  161. <constraint firstItem="4Fs-ZZ-WhU" firstAttribute="top" secondItem="q3y-KW-XTF" secondAttribute="top" constant="10" id="dT8-gg-2wn"/>
  162. <constraint firstItem="ig9-l4-kSQ" firstAttribute="bottom" secondItem="4Fs-ZZ-WhU" secondAttribute="bottom" constant="10" id="ofD-uU-hg4"/>
  163. <constraint firstItem="ig9-l4-kSQ" firstAttribute="centerX" secondItem="q3y-KW-XTF" secondAttribute="centerX" id="pJ9-Aq-9io"/>
  164. <constraint firstAttribute="trailing" secondItem="ziB-Av-mQO" secondAttribute="trailing" constant="15" id="q5f-Ad-jWg"/>
  165. </constraints>
  166. </tableViewCellContentView>
  167. <connections>
  168. <outlet property="leftNameWidth" destination="TlB-Zq-u7P" id="7h8-Wq-2eO"/>
  169. <outlet property="sexL" destination="4Fs-ZZ-WhU" id="lrb-vM-MzT"/>
  170. <outlet property="sexTF" destination="ziB-Av-mQO" id="ogC-ne-MrW"/>
  171. </connections>
  172. <point key="canvasLocation" x="66.5" y="185.5"/>
  173. </tableViewCell>
  174. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="location" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="78" id="RVj-Ei-Fda" userLabel="地区" customClass="EditCell">
  175. <rect key="frame" x="0.0" y="0.0" width="327" height="78"/>
  176. <autoresizingMask key="autoresizingMask"/>
  177. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="RVj-Ei-Fda" id="04O-eV-7z2">
  178. <rect key="frame" x="0.0" y="0.0" width="327" height="78"/>
  179. <autoresizingMask key="autoresizingMask"/>
  180. <subviews>
  181. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="地区" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rfJ-hd-ksT" userLabel="地区">
  182. <rect key="frame" x="15" y="10" width="60" height="40"/>
  183. <constraints>
  184. <constraint firstAttribute="height" constant="40" id="Xj0-C1-nO3"/>
  185. <constraint firstAttribute="width" constant="60" id="zjg-f3-jb1"/>
  186. </constraints>
  187. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  188. <color key="textColor" red="0.43529411759999997" green="0.43921568630000002" blue="0.45098039220000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  189. <nil key="highlightedColor"/>
  190. </label>
  191. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="123" placeholder="选择您所在的地区" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="hQs-BY-mod" userLabel="TF" customClass="MyTextField">
  192. <rect key="frame" x="75" y="10" width="237" height="40"/>
  193. <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  194. <fontDescription key="fontDescription" type="boldSystem" pointSize="16"/>
  195. <textInputTraits key="textInputTraits"/>
  196. </textField>
  197. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sRQ-sN-RUy" userLabel="line">
  198. <rect key="frame" x="0.0" y="59.5" width="327" height="0.5"/>
  199. <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.059999999999999998" colorSpace="calibratedRGB"/>
  200. <constraints>
  201. <constraint firstAttribute="height" constant="0.5" id="VJx-F5-rN8"/>
  202. </constraints>
  203. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  204. <nil key="textColor"/>
  205. <nil key="highlightedColor"/>
  206. </label>
  207. </subviews>
  208. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  209. <constraints>
  210. <constraint firstItem="rfJ-hd-ksT" firstAttribute="leading" secondItem="04O-eV-7z2" secondAttribute="leading" constant="15" id="4C2-Fe-2zF"/>
  211. <constraint firstItem="hQs-BY-mod" firstAttribute="leading" secondItem="rfJ-hd-ksT" secondAttribute="trailing" id="Grc-5J-CZt"/>
  212. <constraint firstItem="sRQ-sN-RUy" firstAttribute="centerX" secondItem="04O-eV-7z2" secondAttribute="centerX" id="JeH-yf-IhS"/>
  213. <constraint firstItem="hQs-BY-mod" firstAttribute="top" secondItem="rfJ-hd-ksT" secondAttribute="top" id="N73-ok-DvC"/>
  214. <constraint firstAttribute="trailing" secondItem="hQs-BY-mod" secondAttribute="trailing" constant="15" id="OpB-LY-4jV"/>
  215. <constraint firstItem="hQs-BY-mod" firstAttribute="height" secondItem="rfJ-hd-ksT" secondAttribute="height" id="YHP-mj-NnL"/>
  216. <constraint firstItem="sRQ-sN-RUy" firstAttribute="bottom" secondItem="rfJ-hd-ksT" secondAttribute="bottom" constant="10" id="mNd-Zl-5C4"/>
  217. <constraint firstItem="sRQ-sN-RUy" firstAttribute="width" secondItem="04O-eV-7z2" secondAttribute="width" id="qEc-bV-kD1"/>
  218. <constraint firstItem="rfJ-hd-ksT" firstAttribute="top" secondItem="04O-eV-7z2" secondAttribute="top" constant="10" id="tAT-jT-9te"/>
  219. </constraints>
  220. </tableViewCellContentView>
  221. <connections>
  222. <outlet property="leftNameWidth" destination="zjg-f3-jb1" id="fnZ-kU-Lz2"/>
  223. <outlet property="localL" destination="rfJ-hd-ksT" id="wud-om-g14"/>
  224. <outlet property="locationTF" destination="hQs-BY-mod" id="MKa-OU-R9O"/>
  225. </connections>
  226. <point key="canvasLocation" x="69.5" y="335"/>
  227. </tableViewCell>
  228. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="signatory" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="82" id="ArR-IZ-4Vc" userLabel="签名" customClass="EditCell">
  229. <rect key="frame" x="0.0" y="0.0" width="321" height="82"/>
  230. <autoresizingMask key="autoresizingMask"/>
  231. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="ArR-IZ-4Vc" id="Ttc-cL-S9m">
  232. <rect key="frame" x="0.0" y="0.0" width="321" height="82"/>
  233. <autoresizingMask key="autoresizingMask"/>
  234. <subviews>
  235. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="签名" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iuG-IT-XL0">
  236. <rect key="frame" x="15" y="10" width="60" height="40"/>
  237. <constraints>
  238. <constraint firstAttribute="height" constant="40" id="L1d-y7-gXd"/>
  239. <constraint firstAttribute="width" constant="60" id="rcM-Fl-9W6"/>
  240. </constraints>
  241. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  242. <color key="textColor" red="0.43529411759999997" green="0.43921568630000002" blue="0.45098039220000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  243. <nil key="highlightedColor"/>
  244. </label>
  245. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="签名" placeholder="留下点什么吧~" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="OkL-nS-dm2" userLabel="TF" customClass="MyTextField">
  246. <rect key="frame" x="75" y="10" width="231" height="40"/>
  247. <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  248. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  249. <textInputTraits key="textInputTraits"/>
  250. </textField>
  251. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KNy-gF-51e" userLabel="line">
  252. <rect key="frame" x="0.0" y="79.5" width="321" height="0.5"/>
  253. <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.059999999999999998" colorSpace="calibratedRGB"/>
  254. <constraints>
  255. <constraint firstAttribute="height" constant="0.5" id="vfP-QU-HCS"/>
  256. </constraints>
  257. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  258. <nil key="textColor"/>
  259. <nil key="highlightedColor"/>
  260. </label>
  261. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="20/20" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5fX-M1-J2t" userLabel="字数">
  262. <rect key="frame" x="265" y="50" width="41" height="20"/>
  263. <constraints>
  264. <constraint firstAttribute="height" constant="20" id="XiI-pl-rtV"/>
  265. </constraints>
  266. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  267. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  268. <nil key="highlightedColor"/>
  269. </label>
  270. </subviews>
  271. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  272. <constraints>
  273. <constraint firstItem="OkL-nS-dm2" firstAttribute="height" secondItem="iuG-IT-XL0" secondAttribute="height" id="DAM-Bx-lK8"/>
  274. <constraint firstItem="OkL-nS-dm2" firstAttribute="centerY" secondItem="iuG-IT-XL0" secondAttribute="centerY" id="Dmb-AY-8Cd"/>
  275. <constraint firstItem="KNy-gF-51e" firstAttribute="bottom" secondItem="5fX-M1-J2t" secondAttribute="bottom" constant="10" id="GLc-f9-LPm"/>
  276. <constraint firstAttribute="trailing" secondItem="5fX-M1-J2t" secondAttribute="trailing" constant="15" id="OCz-up-uYh"/>
  277. <constraint firstAttribute="trailing" secondItem="OkL-nS-dm2" secondAttribute="trailing" constant="15" id="Ohn-Fo-UtP"/>
  278. <constraint firstItem="KNy-gF-51e" firstAttribute="centerX" secondItem="Ttc-cL-S9m" secondAttribute="centerX" id="QFy-Np-7xk"/>
  279. <constraint firstItem="5fX-M1-J2t" firstAttribute="top" secondItem="OkL-nS-dm2" secondAttribute="bottom" id="UWn-tf-YkP"/>
  280. <constraint firstItem="iuG-IT-XL0" firstAttribute="top" secondItem="Ttc-cL-S9m" secondAttribute="top" constant="10" id="Xwq-gv-4W0"/>
  281. <constraint firstItem="OkL-nS-dm2" firstAttribute="leading" secondItem="iuG-IT-XL0" secondAttribute="trailing" id="YlL-08-5Dr"/>
  282. <constraint firstItem="KNy-gF-51e" firstAttribute="width" secondItem="Ttc-cL-S9m" secondAttribute="width" id="au8-Lc-a9d"/>
  283. <constraint firstItem="iuG-IT-XL0" firstAttribute="leading" secondItem="Ttc-cL-S9m" secondAttribute="leading" constant="15" id="uR6-lv-Bhy"/>
  284. </constraints>
  285. </tableViewCellContentView>
  286. <connections>
  287. <outlet property="leftNameWidth" destination="rcM-Fl-9W6" id="BqT-1T-RPC"/>
  288. <outlet property="numL" destination="5fX-M1-J2t" id="kgR-Gv-Qxz"/>
  289. <outlet property="signaL" destination="iuG-IT-XL0" id="qUl-7e-3RI"/>
  290. <outlet property="signatoryTF" destination="OkL-nS-dm2" id="YH8-xq-99y"/>
  291. </connections>
  292. <point key="canvasLocation" x="72.5" y="505"/>
  293. </tableViewCell>
  294. </objects>
  295. </document>