MineNewViewController.xib 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina5_9" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
  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="MineNewViewController">
  14. <connections>
  15. <outlet property="avatarBg" destination="SCh-5U-jcN" id="X8c-wO-oWf"/>
  16. <outlet property="avatarView" destination="l52-m1-42R" id="W7X-lp-Myx"/>
  17. <outlet property="bgView" destination="r9j-ZU-SlD" id="m1X-LN-lPe"/>
  18. <outlet property="container1" destination="IBe-5v-ajR" id="gcB-kr-PXO"/>
  19. <outlet property="container2" destination="wTS-eH-R6J" id="1Eu-ag-eeI"/>
  20. <outlet property="headView" destination="JMR-FE-a0P" id="Oyz-DF-L4X"/>
  21. <outlet property="incomeLabel" destination="DWd-RQ-jKu" id="0Vs-Kg-msg"/>
  22. <outlet property="incomeView" destination="kaC-Mh-u3w" id="kyJ-iN-iF8"/>
  23. <outlet property="modelCardView" destination="etX-QK-1nU" id="EVQ-7h-fu5"/>
  24. <outlet property="nameLabel" destination="tnV-pA-N5a" id="4Yj-BS-G5M"/>
  25. <outlet property="skillView" destination="Ac7-NR-8Xp" id="Ven-w6-xmx"/>
  26. <outlet property="switchIndicatorView" destination="ETZ-yN-c0i" id="4v1-LO-MNx"/>
  27. <outlet property="switchView" destination="wPM-QM-mXD" id="2Et-Fe-rBA"/>
  28. <outlet property="transformView" destination="NYN-K0-kgh" id="koD-Ph-jwH"/>
  29. <outlet property="view" destination="iN0-l3-epB" id="6qb-1w-qlZ"/>
  30. </connections>
  31. </placeholder>
  32. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  33. <view contentMode="scaleToFill" id="iN0-l3-epB">
  34. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  35. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  36. <subviews>
  37. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JMR-FE-a0P">
  38. <rect key="frame" x="0.0" y="0.0" width="375" height="134"/>
  39. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  40. <constraints>
  41. <constraint firstAttribute="height" constant="134" id="kgw-fA-8Ku"/>
  42. </constraints>
  43. </view>
  44. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="r9j-ZU-SlD">
  45. <rect key="frame" x="0.0" y="104" width="375" height="674"/>
  46. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  47. </view>
  48. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="TVo-sg-JF7">
  49. <rect key="frame" x="315" y="35" width="50" height="50"/>
  50. <constraints>
  51. <constraint firstAttribute="width" constant="50" id="3yj-0I-af3"/>
  52. <constraint firstAttribute="height" constant="50" id="sPm-Nf-U4u"/>
  53. </constraints>
  54. <inset key="contentEdgeInsets" minX="10" minY="10" maxX="10" maxY="10"/>
  55. <state key="normal" image="into_icon_shezhi_baise"/>
  56. <connections>
  57. <action selector="tapSettings:" destination="-1" eventType="touchUpInside" id="lvH-9z-ElM"/>
  58. </connections>
  59. </button>
  60. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tnV-pA-N5a">
  61. <rect key="frame" x="185" y="159" width="5" height="27"/>
  62. <gestureRecognizers/>
  63. <fontDescription key="fontDescription" type="system" pointSize="22"/>
  64. <color key="textColor" red="0.20392156862745098" green="0.20392156862745098" blue="0.20392156862745098" alpha="1" colorSpace="calibratedRGB"/>
  65. <nil key="highlightedColor"/>
  66. </label>
  67. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SCh-5U-jcN">
  68. <rect key="frame" x="144.66666666666666" y="61" width="86" height="86"/>
  69. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  70. <constraints>
  71. <constraint firstAttribute="width" constant="86" id="4ix-ss-Tab"/>
  72. <constraint firstAttribute="height" constant="86" id="dbx-WK-q59"/>
  73. </constraints>
  74. </view>
  75. <imageView userInteractionEnabled="NO" tag="1" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="default_avatar" translatesAutoresizingMaskIntoConstraints="NO" id="l52-m1-42R">
  76. <rect key="frame" x="152.66666666666666" y="69" width="70" height="70"/>
  77. <gestureRecognizers/>
  78. <constraints>
  79. <constraint firstAttribute="height" constant="70" id="PdB-sW-AtI"/>
  80. <constraint firstAttribute="width" constant="70" id="cvP-rY-NaM"/>
  81. </constraints>
  82. <connections>
  83. <outletCollection property="gestureRecognizers" destination="JN3-oE-VBy" appends="YES" id="DMC-qq-Sc3"/>
  84. </connections>
  85. </imageView>
  86. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kaC-Mh-u3w">
  87. <rect key="frame" x="97.666666666666686" y="206" width="180" height="34"/>
  88. <subviews>
  89. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="今日收入 0元" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DWd-RQ-jKu">
  90. <rect key="frame" x="50.666666666666664" y="9" width="78.666666666666686" height="16"/>
  91. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  92. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  93. <nil key="highlightedColor"/>
  94. </label>
  95. </subviews>
  96. <color key="backgroundColor" red="1" green="0.25098039215686274" blue="0.58431372549019611" alpha="1" colorSpace="calibratedRGB"/>
  97. <constraints>
  98. <constraint firstItem="DWd-RQ-jKu" firstAttribute="centerX" secondItem="kaC-Mh-u3w" secondAttribute="centerX" id="6Ij-Xp-SQI"/>
  99. <constraint firstAttribute="height" constant="34" id="Syz-Jt-Acq"/>
  100. <constraint firstAttribute="width" constant="180" id="nqk-dc-ZE3"/>
  101. <constraint firstItem="DWd-RQ-jKu" firstAttribute="centerY" secondItem="kaC-Mh-u3w" secondAttribute="centerY" id="zIU-RJ-YeQ"/>
  102. </constraints>
  103. </view>
  104. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IBe-5v-ajR">
  105. <rect key="frame" x="20" y="260" width="335" height="86"/>
  106. <subviews>
  107. <view tag="1" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="etX-QK-1nU">
  108. <rect key="frame" x="0.0" y="0.0" width="111.66666666666667" height="86"/>
  109. <subviews>
  110. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="into_icon_ziliao" translatesAutoresizingMaskIntoConstraints="NO" id="Jsv-UD-DQS">
  111. <rect key="frame" x="41" y="19" width="30" height="30"/>
  112. <constraints>
  113. <constraint firstAttribute="width" constant="30" id="L1O-sr-0GA"/>
  114. <constraint firstAttribute="height" constant="30" id="VJv-e7-lbG"/>
  115. </constraints>
  116. </imageView>
  117. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="模卡资料" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Lft-JP-JTR">
  118. <rect key="frame" x="29.333333333333332" y="59" width="53.333333333333343" height="16"/>
  119. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  120. <nil key="textColor"/>
  121. <nil key="highlightedColor"/>
  122. </label>
  123. </subviews>
  124. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  125. <gestureRecognizers/>
  126. <constraints>
  127. <constraint firstItem="Jsv-UD-DQS" firstAttribute="centerX" secondItem="etX-QK-1nU" secondAttribute="centerX" id="Md7-d8-EpM"/>
  128. <constraint firstItem="Lft-JP-JTR" firstAttribute="top" secondItem="Jsv-UD-DQS" secondAttribute="bottom" constant="10" id="VOc-LL-dli"/>
  129. <constraint firstItem="Jsv-UD-DQS" firstAttribute="top" secondItem="etX-QK-1nU" secondAttribute="top" constant="19" id="cw8-R6-c10"/>
  130. <constraint firstItem="Lft-JP-JTR" firstAttribute="centerX" secondItem="Jsv-UD-DQS" secondAttribute="centerX" id="t5i-5V-kvo"/>
  131. </constraints>
  132. <connections>
  133. <outletCollection property="gestureRecognizers" destination="KGq-7F-oNE" appends="YES" id="BgV-zn-ngR"/>
  134. </connections>
  135. </view>
  136. <view tag="2" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ac7-NR-8Xp">
  137. <rect key="frame" x="111.66666666666666" y="0.0" width="111.66666666666666" height="86"/>
  138. <subviews>
  139. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="into_icon_jineng" translatesAutoresizingMaskIntoConstraints="NO" id="nnT-az-pJQ">
  140. <rect key="frame" x="41" y="19" width="30" height="30"/>
  141. <constraints>
  142. <constraint firstAttribute="height" constant="30" id="94v-JL-4CQ"/>
  143. <constraint firstAttribute="width" constant="30" id="zCt-Eh-5nA"/>
  144. </constraints>
  145. </imageView>
  146. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的技能" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="V2f-es-Dni">
  147. <rect key="frame" x="29.333333333333346" y="59" width="53.333333333333343" height="16"/>
  148. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  149. <nil key="textColor"/>
  150. <nil key="highlightedColor"/>
  151. </label>
  152. </subviews>
  153. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  154. <gestureRecognizers/>
  155. <constraints>
  156. <constraint firstItem="nnT-az-pJQ" firstAttribute="top" secondItem="Ac7-NR-8Xp" secondAttribute="top" constant="19" id="OIu-Yl-MN6"/>
  157. <constraint firstItem="V2f-es-Dni" firstAttribute="top" secondItem="nnT-az-pJQ" secondAttribute="bottom" constant="10" id="SC0-RW-hRj"/>
  158. <constraint firstItem="nnT-az-pJQ" firstAttribute="centerX" secondItem="Ac7-NR-8Xp" secondAttribute="centerX" id="YMn-KM-Vd5"/>
  159. <constraint firstItem="V2f-es-Dni" firstAttribute="centerX" secondItem="nnT-az-pJQ" secondAttribute="centerX" id="iZZ-eb-xwz"/>
  160. </constraints>
  161. <connections>
  162. <outletCollection property="gestureRecognizers" destination="rU9-Dv-cAH" appends="YES" id="tU0-IJ-m1W"/>
  163. </connections>
  164. </view>
  165. <view tag="3" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="veP-td-DVE">
  166. <rect key="frame" x="223.33333333333334" y="0.0" width="111.66666666666666" height="86"/>
  167. <subviews>
  168. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="into_icon_tuijian" translatesAutoresizingMaskIntoConstraints="NO" id="6Oh-er-2FD">
  169. <rect key="frame" x="40.999999999999972" y="19" width="30" height="30"/>
  170. <constraints>
  171. <constraint firstAttribute="width" constant="30" id="bvR-OW-Nv7"/>
  172. <constraint firstAttribute="height" constant="30" id="pNu-92-8eo"/>
  173. </constraints>
  174. </imageView>
  175. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="申请推荐" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uy6-ei-xVE">
  176. <rect key="frame" x="29.333333333333346" y="59" width="53.333333333333343" height="16"/>
  177. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  178. <nil key="textColor"/>
  179. <nil key="highlightedColor"/>
  180. </label>
  181. </subviews>
  182. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  183. <gestureRecognizers/>
  184. <constraints>
  185. <constraint firstItem="uy6-ei-xVE" firstAttribute="top" secondItem="6Oh-er-2FD" secondAttribute="bottom" constant="10" id="XWV-85-itg"/>
  186. <constraint firstItem="6Oh-er-2FD" firstAttribute="top" secondItem="veP-td-DVE" secondAttribute="top" constant="19" id="em3-te-hKY"/>
  187. <constraint firstItem="uy6-ei-xVE" firstAttribute="centerX" secondItem="6Oh-er-2FD" secondAttribute="centerX" id="g2B-ns-0hp"/>
  188. <constraint firstItem="6Oh-er-2FD" firstAttribute="centerX" secondItem="veP-td-DVE" secondAttribute="centerX" id="nJo-db-h5x"/>
  189. </constraints>
  190. <connections>
  191. <outletCollection property="gestureRecognizers" destination="PkZ-LE-JNn" appends="YES" id="UJo-QI-Era"/>
  192. </connections>
  193. </view>
  194. </subviews>
  195. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  196. <constraints>
  197. <constraint firstItem="veP-td-DVE" firstAttribute="leading" secondItem="Ac7-NR-8Xp" secondAttribute="trailing" id="Fvz-H1-UTH"/>
  198. <constraint firstItem="veP-td-DVE" firstAttribute="top" secondItem="IBe-5v-ajR" secondAttribute="top" id="Jeg-iN-hFk"/>
  199. <constraint firstItem="Ac7-NR-8Xp" firstAttribute="leading" secondItem="etX-QK-1nU" secondAttribute="trailing" id="KSO-Ap-u5e"/>
  200. <constraint firstItem="Ac7-NR-8Xp" firstAttribute="top" secondItem="IBe-5v-ajR" secondAttribute="top" id="QCJ-yO-MKa"/>
  201. <constraint firstAttribute="trailing" secondItem="veP-td-DVE" secondAttribute="trailing" id="RGC-al-aAa"/>
  202. <constraint firstItem="veP-td-DVE" firstAttribute="width" secondItem="etX-QK-1nU" secondAttribute="width" id="Rd7-Vo-hSO"/>
  203. <constraint firstItem="etX-QK-1nU" firstAttribute="top" secondItem="IBe-5v-ajR" secondAttribute="top" id="Rsp-jw-ht7"/>
  204. <constraint firstAttribute="height" constant="86" id="TFj-AB-vM1"/>
  205. <constraint firstItem="veP-td-DVE" firstAttribute="height" secondItem="etX-QK-1nU" secondAttribute="height" id="YeZ-1I-rob"/>
  206. <constraint firstAttribute="bottom" secondItem="etX-QK-1nU" secondAttribute="bottom" id="dpm-7K-B1J"/>
  207. <constraint firstItem="Ac7-NR-8Xp" firstAttribute="width" secondItem="etX-QK-1nU" secondAttribute="width" id="p4y-cr-TcI"/>
  208. <constraint firstItem="Ac7-NR-8Xp" firstAttribute="height" secondItem="etX-QK-1nU" secondAttribute="height" id="s7I-Ef-5l6"/>
  209. <constraint firstItem="etX-QK-1nU" firstAttribute="leading" secondItem="IBe-5v-ajR" secondAttribute="leading" id="ud6-cf-fEG"/>
  210. <constraint firstAttribute="bottom" secondItem="veP-td-DVE" secondAttribute="bottom" id="v4z-Hq-nPo"/>
  211. <constraint firstAttribute="bottom" secondItem="Ac7-NR-8Xp" secondAttribute="bottom" id="veF-d0-Qt0"/>
  212. </constraints>
  213. </view>
  214. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wTS-eH-R6J">
  215. <rect key="frame" x="20" y="366" width="335" height="214"/>
  216. <subviews>
  217. <view tag="4" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NBl-XH-Hzs">
  218. <rect key="frame" x="0.0" y="0.0" width="111.66666666666667" height="107"/>
  219. <subviews>
  220. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="into_icon_yaoqing" translatesAutoresizingMaskIntoConstraints="NO" id="sya-g9-yRn">
  221. <rect key="frame" x="41" y="19" width="30" height="30"/>
  222. <constraints>
  223. <constraint firstAttribute="width" constant="30" id="EHX-9q-K2O"/>
  224. <constraint firstAttribute="height" constant="30" id="ivg-Ly-qWZ"/>
  225. </constraints>
  226. </imageView>
  227. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="推广奖励" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cEj-b1-PRe">
  228. <rect key="frame" x="29.333333333333332" y="59" width="53.333333333333343" height="16"/>
  229. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  230. <nil key="textColor"/>
  231. <nil key="highlightedColor"/>
  232. </label>
  233. </subviews>
  234. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  235. <gestureRecognizers/>
  236. <constraints>
  237. <constraint firstItem="cEj-b1-PRe" firstAttribute="centerX" secondItem="sya-g9-yRn" secondAttribute="centerX" id="9U3-dj-dU2"/>
  238. <constraint firstItem="cEj-b1-PRe" firstAttribute="top" secondItem="sya-g9-yRn" secondAttribute="bottom" constant="10" id="I2n-DB-dVx"/>
  239. <constraint firstItem="sya-g9-yRn" firstAttribute="top" secondItem="NBl-XH-Hzs" secondAttribute="top" constant="19" id="S7Y-PI-qs0"/>
  240. <constraint firstItem="sya-g9-yRn" firstAttribute="centerX" secondItem="NBl-XH-Hzs" secondAttribute="centerX" id="fCS-9L-yt1"/>
  241. </constraints>
  242. <connections>
  243. <outletCollection property="gestureRecognizers" destination="lDW-Ha-YqP" appends="YES" id="amX-eb-w2M"/>
  244. </connections>
  245. </view>
  246. <view tag="5" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="T8r-6O-oez">
  247. <rect key="frame" x="111.66666666666666" y="0.0" width="111.66666666666666" height="107"/>
  248. <subviews>
  249. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="into_icon_dingdan" translatesAutoresizingMaskIntoConstraints="NO" id="paS-9R-vth">
  250. <rect key="frame" x="41" y="19" width="30" height="30"/>
  251. <constraints>
  252. <constraint firstAttribute="height" constant="30" id="19b-4p-L6V"/>
  253. <constraint firstAttribute="width" constant="30" id="qxI-63-rP0"/>
  254. </constraints>
  255. </imageView>
  256. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的订单" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aVt-UN-UaG">
  257. <rect key="frame" x="29.333333333333346" y="59" width="53.333333333333343" height="16"/>
  258. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  259. <nil key="textColor"/>
  260. <nil key="highlightedColor"/>
  261. </label>
  262. </subviews>
  263. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  264. <gestureRecognizers/>
  265. <constraints>
  266. <constraint firstItem="paS-9R-vth" firstAttribute="centerX" secondItem="T8r-6O-oez" secondAttribute="centerX" id="Fhm-xu-KIc"/>
  267. <constraint firstItem="aVt-UN-UaG" firstAttribute="top" secondItem="paS-9R-vth" secondAttribute="bottom" constant="10" id="HzK-YU-r3F"/>
  268. <constraint firstItem="paS-9R-vth" firstAttribute="top" secondItem="T8r-6O-oez" secondAttribute="top" constant="19" id="T30-In-ynm"/>
  269. <constraint firstItem="aVt-UN-UaG" firstAttribute="centerX" secondItem="paS-9R-vth" secondAttribute="centerX" id="fI8-rS-GKV"/>
  270. </constraints>
  271. <connections>
  272. <outletCollection property="gestureRecognizers" destination="Y02-cS-gQI" appends="YES" id="fPb-fb-NB6"/>
  273. </connections>
  274. </view>
  275. <view tag="6" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="o1s-e5-SeB">
  276. <rect key="frame" x="223.33333333333334" y="0.0" width="111.66666666666666" height="107"/>
  277. <subviews>
  278. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="into_icon_qianbao" translatesAutoresizingMaskIntoConstraints="NO" id="h3h-m3-egt">
  279. <rect key="frame" x="40.999999999999972" y="19" width="30" height="30"/>
  280. <constraints>
  281. <constraint firstAttribute="width" constant="30" id="i1F-U6-TUE"/>
  282. <constraint firstAttribute="height" constant="30" id="lJv-ah-Oj6"/>
  283. </constraints>
  284. </imageView>
  285. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的钱包" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="n5b-2g-nLc">
  286. <rect key="frame" x="29.333333333333346" y="59" width="53.333333333333343" height="16"/>
  287. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  288. <nil key="textColor"/>
  289. <nil key="highlightedColor"/>
  290. </label>
  291. </subviews>
  292. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  293. <gestureRecognizers/>
  294. <constraints>
  295. <constraint firstItem="n5b-2g-nLc" firstAttribute="top" secondItem="h3h-m3-egt" secondAttribute="bottom" constant="10" id="9Gv-fH-MjA"/>
  296. <constraint firstItem="h3h-m3-egt" firstAttribute="centerX" secondItem="o1s-e5-SeB" secondAttribute="centerX" id="E1a-F8-j90"/>
  297. <constraint firstItem="n5b-2g-nLc" firstAttribute="centerX" secondItem="h3h-m3-egt" secondAttribute="centerX" id="s6P-F1-lc1"/>
  298. <constraint firstItem="h3h-m3-egt" firstAttribute="top" secondItem="o1s-e5-SeB" secondAttribute="top" constant="19" id="sBF-vv-kuH"/>
  299. </constraints>
  300. <connections>
  301. <outletCollection property="gestureRecognizers" destination="cV6-zd-8iH" appends="YES" id="kYc-uJ-Vca"/>
  302. </connections>
  303. </view>
  304. <view tag="7" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HoW-Mj-Duu">
  305. <rect key="frame" x="0.0" y="107" width="111.66666666666667" height="107"/>
  306. <subviews>
  307. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="into_icon_huodong" translatesAutoresizingMaskIntoConstraints="NO" id="h7n-nK-6bg">
  308. <rect key="frame" x="41" y="19" width="30" height="30"/>
  309. <constraints>
  310. <constraint firstAttribute="height" constant="30" id="LBk-m0-c3M"/>
  311. <constraint firstAttribute="width" constant="30" id="slQ-Mi-cPU"/>
  312. </constraints>
  313. </imageView>
  314. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="平台活动" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="M4w-PY-G8J">
  315. <rect key="frame" x="29.333333333333332" y="59" width="53.333333333333343" height="16"/>
  316. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  317. <nil key="textColor"/>
  318. <nil key="highlightedColor"/>
  319. </label>
  320. </subviews>
  321. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  322. <gestureRecognizers/>
  323. <constraints>
  324. <constraint firstItem="M4w-PY-G8J" firstAttribute="top" secondItem="h7n-nK-6bg" secondAttribute="bottom" constant="10" id="Z0a-y5-Xao"/>
  325. <constraint firstItem="h7n-nK-6bg" firstAttribute="top" secondItem="HoW-Mj-Duu" secondAttribute="top" constant="19" id="sJD-GW-VMH"/>
  326. <constraint firstItem="M4w-PY-G8J" firstAttribute="centerX" secondItem="h7n-nK-6bg" secondAttribute="centerX" id="w6n-4N-rqY"/>
  327. <constraint firstItem="h7n-nK-6bg" firstAttribute="centerX" secondItem="HoW-Mj-Duu" secondAttribute="centerX" id="wXo-q9-soO"/>
  328. </constraints>
  329. <connections>
  330. <outletCollection property="gestureRecognizers" destination="VLm-8N-4Wh" appends="YES" id="QVd-qz-BVj"/>
  331. </connections>
  332. </view>
  333. <view tag="8" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gns-Zl-Ouc">
  334. <rect key="frame" x="111.66666666666666" y="107" width="111.66666666666666" height="107"/>
  335. <subviews>
  336. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="into_icon_lianxikefu" translatesAutoresizingMaskIntoConstraints="NO" id="j8h-Hm-SlQ">
  337. <rect key="frame" x="41" y="19" width="30" height="30"/>
  338. <constraints>
  339. <constraint firstAttribute="width" constant="30" id="9KG-RB-MqP"/>
  340. <constraint firstAttribute="height" constant="30" id="OTB-9A-vXN"/>
  341. </constraints>
  342. </imageView>
  343. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="联系我们" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Z87-2N-5uW">
  344. <rect key="frame" x="29.333333333333346" y="59" width="53.333333333333343" height="16"/>
  345. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  346. <nil key="textColor"/>
  347. <nil key="highlightedColor"/>
  348. </label>
  349. </subviews>
  350. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  351. <gestureRecognizers/>
  352. <constraints>
  353. <constraint firstItem="Z87-2N-5uW" firstAttribute="top" secondItem="j8h-Hm-SlQ" secondAttribute="bottom" constant="10" id="0eM-QG-A1D"/>
  354. <constraint firstItem="j8h-Hm-SlQ" firstAttribute="top" secondItem="gns-Zl-Ouc" secondAttribute="top" constant="19" id="cwT-Yn-bXZ"/>
  355. <constraint firstItem="Z87-2N-5uW" firstAttribute="centerX" secondItem="j8h-Hm-SlQ" secondAttribute="centerX" id="fSh-6q-hcF"/>
  356. <constraint firstItem="j8h-Hm-SlQ" firstAttribute="centerX" secondItem="gns-Zl-Ouc" secondAttribute="centerX" id="pjE-J1-z4k"/>
  357. </constraints>
  358. <connections>
  359. <outletCollection property="gestureRecognizers" destination="JfW-VZ-2ny" appends="YES" id="nTP-fc-14A"/>
  360. </connections>
  361. </view>
  362. <view tag="9" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="VsH-0Y-1Cz">
  363. <rect key="frame" x="223.33333333333334" y="107" width="111.66666666666666" height="107"/>
  364. <subviews>
  365. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="into_icon_huancun" translatesAutoresizingMaskIntoConstraints="NO" id="pYw-Ed-bRZ">
  366. <rect key="frame" x="40.999999999999972" y="19" width="30" height="30"/>
  367. <constraints>
  368. <constraint firstAttribute="width" constant="30" id="Ori-ku-Tl4"/>
  369. <constraint firstAttribute="height" constant="30" id="Ruq-L5-Hh1"/>
  370. </constraints>
  371. </imageView>
  372. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="清除缓存" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aVg-EV-GH1">
  373. <rect key="frame" x="29.333333333333346" y="59" width="53.333333333333343" height="16"/>
  374. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  375. <nil key="textColor"/>
  376. <nil key="highlightedColor"/>
  377. </label>
  378. </subviews>
  379. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  380. <gestureRecognizers/>
  381. <constraints>
  382. <constraint firstItem="aVg-EV-GH1" firstAttribute="top" secondItem="pYw-Ed-bRZ" secondAttribute="bottom" constant="10" id="WZd-If-3LE"/>
  383. <constraint firstItem="pYw-Ed-bRZ" firstAttribute="top" secondItem="VsH-0Y-1Cz" secondAttribute="top" constant="19" id="cao-gm-Exk"/>
  384. <constraint firstItem="aVg-EV-GH1" firstAttribute="centerX" secondItem="pYw-Ed-bRZ" secondAttribute="centerX" id="sY8-Tj-8RA"/>
  385. <constraint firstItem="pYw-Ed-bRZ" firstAttribute="centerX" secondItem="VsH-0Y-1Cz" secondAttribute="centerX" id="sm7-sC-akC"/>
  386. </constraints>
  387. <connections>
  388. <outletCollection property="gestureRecognizers" destination="YnW-N4-4cf" appends="YES" id="VmX-gR-JRu"/>
  389. </connections>
  390. </view>
  391. </subviews>
  392. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  393. <constraints>
  394. <constraint firstItem="NBl-XH-Hzs" firstAttribute="leading" secondItem="wTS-eH-R6J" secondAttribute="leading" id="3aE-eC-Qae"/>
  395. <constraint firstItem="T8r-6O-oez" firstAttribute="leading" secondItem="NBl-XH-Hzs" secondAttribute="trailing" id="3fA-t0-OM5"/>
  396. <constraint firstAttribute="trailing" secondItem="VsH-0Y-1Cz" secondAttribute="trailing" id="5KE-Bh-9rU"/>
  397. <constraint firstItem="gns-Zl-Ouc" firstAttribute="width" secondItem="NBl-XH-Hzs" secondAttribute="width" id="5MR-bA-aao"/>
  398. <constraint firstItem="HoW-Mj-Duu" firstAttribute="height" secondItem="NBl-XH-Hzs" secondAttribute="height" id="5mn-aJ-dgB"/>
  399. <constraint firstItem="VsH-0Y-1Cz" firstAttribute="height" secondItem="NBl-XH-Hzs" secondAttribute="height" id="5op-ob-FAJ"/>
  400. <constraint firstItem="VsH-0Y-1Cz" firstAttribute="width" secondItem="NBl-XH-Hzs" secondAttribute="width" id="89h-Xc-wRH"/>
  401. <constraint firstItem="o1s-e5-SeB" firstAttribute="top" secondItem="wTS-eH-R6J" secondAttribute="top" id="FgB-bs-4Ff"/>
  402. <constraint firstItem="T8r-6O-oez" firstAttribute="top" secondItem="wTS-eH-R6J" secondAttribute="top" id="GsV-TH-E1D"/>
  403. <constraint firstAttribute="trailing" secondItem="o1s-e5-SeB" secondAttribute="trailing" id="KOw-Ts-J7A"/>
  404. <constraint firstItem="HoW-Mj-Duu" firstAttribute="leading" secondItem="wTS-eH-R6J" secondAttribute="leading" id="Mcc-BX-l9Y"/>
  405. <constraint firstItem="o1s-e5-SeB" firstAttribute="leading" secondItem="T8r-6O-oez" secondAttribute="trailing" id="NFM-n4-gW5"/>
  406. <constraint firstItem="gns-Zl-Ouc" firstAttribute="top" secondItem="T8r-6O-oez" secondAttribute="bottom" id="PtB-Vg-akB"/>
  407. <constraint firstItem="VsH-0Y-1Cz" firstAttribute="leading" secondItem="gns-Zl-Ouc" secondAttribute="trailing" id="WV9-82-h6l"/>
  408. <constraint firstItem="o1s-e5-SeB" firstAttribute="width" secondItem="NBl-XH-Hzs" secondAttribute="width" id="WeL-xP-vos"/>
  409. <constraint firstItem="HoW-Mj-Duu" firstAttribute="width" secondItem="NBl-XH-Hzs" secondAttribute="width" id="XDW-tI-dRK"/>
  410. <constraint firstItem="gns-Zl-Ouc" firstAttribute="leading" secondItem="HoW-Mj-Duu" secondAttribute="trailing" id="Z8D-Cl-8lN"/>
  411. <constraint firstAttribute="bottom" secondItem="HoW-Mj-Duu" secondAttribute="bottom" id="gPY-Cc-iTu"/>
  412. <constraint firstAttribute="bottom" secondItem="VsH-0Y-1Cz" secondAttribute="bottom" id="it3-i1-zQw"/>
  413. <constraint firstItem="NBl-XH-Hzs" firstAttribute="top" secondItem="wTS-eH-R6J" secondAttribute="top" id="jGh-Kn-UzL"/>
  414. <constraint firstItem="VsH-0Y-1Cz" firstAttribute="top" secondItem="o1s-e5-SeB" secondAttribute="bottom" id="llv-xd-VhE"/>
  415. <constraint firstAttribute="height" constant="214" id="mOM-pG-bRS"/>
  416. <constraint firstItem="o1s-e5-SeB" firstAttribute="height" secondItem="NBl-XH-Hzs" secondAttribute="height" id="qjc-2D-cxU"/>
  417. <constraint firstItem="T8r-6O-oez" firstAttribute="height" secondItem="NBl-XH-Hzs" secondAttribute="height" id="vHU-Bo-d58"/>
  418. <constraint firstItem="gns-Zl-Ouc" firstAttribute="height" secondItem="NBl-XH-Hzs" secondAttribute="height" id="xKy-kj-FwJ"/>
  419. <constraint firstItem="HoW-Mj-Duu" firstAttribute="top" secondItem="NBl-XH-Hzs" secondAttribute="bottom" id="yNE-y9-vwV"/>
  420. <constraint firstAttribute="bottom" secondItem="gns-Zl-Ouc" secondAttribute="bottom" id="ySM-GH-W7D"/>
  421. <constraint firstItem="T8r-6O-oez" firstAttribute="width" secondItem="NBl-XH-Hzs" secondAttribute="width" id="yxl-je-lzp"/>
  422. </constraints>
  423. <userDefinedRuntimeAttributes>
  424. <userDefinedRuntimeAttribute type="color" keyPath="layer.shadowColor">
  425. <color key="value" red="0.0" green="0.0" blue="0.0" alpha="0.080000000000000002" colorSpace="calibratedRGB"/>
  426. </userDefinedRuntimeAttribute>
  427. <userDefinedRuntimeAttribute type="number" keyPath="layer.shadowOpacity">
  428. <integer key="value" value="1"/>
  429. </userDefinedRuntimeAttribute>
  430. <userDefinedRuntimeAttribute type="number" keyPath="layer.shadowRadius">
  431. <integer key="value" value="12"/>
  432. </userDefinedRuntimeAttribute>
  433. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  434. <integer key="value" value="12"/>
  435. </userDefinedRuntimeAttribute>
  436. </userDefinedRuntimeAttributes>
  437. </view>
  438. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3ng-uh-Rqk">
  439. <rect key="frame" x="305" y="711" width="56" height="56"/>
  440. <constraints>
  441. <constraint firstAttribute="height" constant="56" id="lTb-5b-0qM"/>
  442. <constraint firstAttribute="width" constant="56" id="p2v-qr-jj0"/>
  443. </constraints>
  444. <state key="normal" image="icon_paihang"/>
  445. <connections>
  446. <action selector="tapRank:" destination="-1" eventType="touchUpInside" id="iAj-Iy-Qqe"/>
  447. </connections>
  448. </button>
  449. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wPM-QM-mXD">
  450. <rect key="frame" x="20" y="46" width="60" height="28"/>
  451. <subviews>
  452. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NYN-K0-kgh">
  453. <rect key="frame" x="0.0" y="3" width="92" height="22"/>
  454. <subviews>
  455. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="在线" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xfg-UF-AYG">
  456. <rect key="frame" x="3" y="0.0" width="32" height="22"/>
  457. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  458. <color key="textColor" red="1" green="0.25098039220000001" blue="0.58431372550000005" alpha="1" colorSpace="calibratedRGB"/>
  459. <nil key="highlightedColor"/>
  460. </label>
  461. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ETZ-yN-c0i">
  462. <rect key="frame" x="35" y="0.0" width="22" height="22"/>
  463. <color key="backgroundColor" red="1" green="0.25098039220000001" blue="0.58431372550000005" alpha="1" colorSpace="calibratedRGB"/>
  464. <constraints>
  465. <constraint firstAttribute="width" constant="22" id="JCW-gs-FZT"/>
  466. <constraint firstAttribute="height" constant="22" id="xaH-kv-olQ"/>
  467. </constraints>
  468. <userDefinedRuntimeAttributes>
  469. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  470. <integer key="value" value="11"/>
  471. </userDefinedRuntimeAttribute>
  472. </userDefinedRuntimeAttributes>
  473. </view>
  474. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="离线" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="86U-V6-0j6">
  475. <rect key="frame" x="57" y="0.0" width="32" height="22"/>
  476. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  477. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  478. <nil key="highlightedColor"/>
  479. </label>
  480. </subviews>
  481. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  482. <constraints>
  483. <constraint firstAttribute="bottom" secondItem="86U-V6-0j6" secondAttribute="bottom" id="2qB-8d-vlg"/>
  484. <constraint firstAttribute="trailing" secondItem="86U-V6-0j6" secondAttribute="trailing" constant="3" id="DVY-LX-AHb"/>
  485. <constraint firstItem="xfg-UF-AYG" firstAttribute="leading" secondItem="NYN-K0-kgh" secondAttribute="leading" constant="3" id="ECV-Sg-7E5"/>
  486. <constraint firstAttribute="bottom" secondItem="xfg-UF-AYG" secondAttribute="bottom" id="FCQ-rK-tOY"/>
  487. <constraint firstItem="ETZ-yN-c0i" firstAttribute="trailing" secondItem="86U-V6-0j6" secondAttribute="leading" id="LLu-kP-nYr"/>
  488. <constraint firstItem="ETZ-yN-c0i" firstAttribute="leading" secondItem="xfg-UF-AYG" secondAttribute="trailing" id="SHC-ub-2X6"/>
  489. <constraint firstItem="86U-V6-0j6" firstAttribute="width" secondItem="xfg-UF-AYG" secondAttribute="width" id="Zyp-TX-OOf"/>
  490. <constraint firstAttribute="width" constant="92" id="elN-8i-hdd"/>
  491. <constraint firstAttribute="height" constant="22" id="fuP-0f-YL2"/>
  492. <constraint firstItem="86U-V6-0j6" firstAttribute="top" secondItem="NYN-K0-kgh" secondAttribute="top" id="l1w-gr-Ott"/>
  493. <constraint firstItem="xfg-UF-AYG" firstAttribute="top" secondItem="NYN-K0-kgh" secondAttribute="top" id="nKZ-9W-TR1"/>
  494. <constraint firstItem="ETZ-yN-c0i" firstAttribute="centerY" secondItem="NYN-K0-kgh" secondAttribute="centerY" id="r2c-GS-So1"/>
  495. </constraints>
  496. </view>
  497. </subviews>
  498. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  499. <constraints>
  500. <constraint firstItem="NYN-K0-kgh" firstAttribute="centerY" secondItem="wPM-QM-mXD" secondAttribute="centerY" id="6vi-4s-Shy"/>
  501. <constraint firstAttribute="width" constant="60" id="S2h-qc-WzJ"/>
  502. <constraint firstItem="NYN-K0-kgh" firstAttribute="leading" secondItem="wPM-QM-mXD" secondAttribute="leading" id="ePT-q8-zTu"/>
  503. <constraint firstAttribute="height" constant="28" id="qXL-fq-DzY"/>
  504. </constraints>
  505. <userDefinedRuntimeAttributes>
  506. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  507. <integer key="value" value="14"/>
  508. </userDefinedRuntimeAttribute>
  509. </userDefinedRuntimeAttributes>
  510. <connections>
  511. <outletCollection property="gestureRecognizers" destination="Fn6-h7-Dk4" appends="YES" id="cCW-rL-ZU8"/>
  512. </connections>
  513. </view>
  514. </subviews>
  515. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  516. <constraints>
  517. <constraint firstItem="60z-Gq-b3E" firstAttribute="trailing" secondItem="IBe-5v-ajR" secondAttribute="trailing" constant="20" id="2Ub-cG-Dlo"/>
  518. <constraint firstItem="r9j-ZU-SlD" firstAttribute="top" secondItem="JMR-FE-a0P" secondAttribute="bottom" constant="-30" id="4E2-i3-WaW"/>
  519. <constraint firstItem="wPM-QM-mXD" firstAttribute="centerY" secondItem="TVo-sg-JF7" secondAttribute="centerY" id="8JB-aY-axc"/>
  520. <constraint firstItem="kaC-Mh-u3w" firstAttribute="centerX" secondItem="tnV-pA-N5a" secondAttribute="centerX" id="97e-WL-o8e"/>
  521. <constraint firstItem="60z-Gq-b3E" firstAttribute="bottom" secondItem="r9j-ZU-SlD" secondAttribute="bottom" id="Czt-28-MCp"/>
  522. <constraint firstItem="l52-m1-42R" firstAttribute="centerY" secondItem="SCh-5U-jcN" secondAttribute="centerY" id="Fp7-RO-Wpm"/>
  523. <constraint firstItem="wPM-QM-mXD" firstAttribute="leading" secondItem="60z-Gq-b3E" secondAttribute="leading" constant="20" id="GbG-dM-HV1"/>
  524. <constraint firstItem="SCh-5U-jcN" firstAttribute="centerX" secondItem="60z-Gq-b3E" secondAttribute="centerX" id="IaQ-4Q-m6C"/>
  525. <constraint firstItem="60z-Gq-b3E" firstAttribute="trailing" secondItem="TVo-sg-JF7" secondAttribute="trailing" constant="10" id="LTz-qN-mYk"/>
  526. <constraint firstItem="l52-m1-42R" firstAttribute="centerX" secondItem="SCh-5U-jcN" secondAttribute="centerX" id="N3l-It-k1P"/>
  527. <constraint firstItem="r9j-ZU-SlD" firstAttribute="leading" secondItem="60z-Gq-b3E" secondAttribute="leading" id="Nhw-qO-V08"/>
  528. <constraint firstItem="IBe-5v-ajR" firstAttribute="leading" secondItem="60z-Gq-b3E" secondAttribute="leading" constant="20" id="OWW-a6-FLp"/>
  529. <constraint firstItem="60z-Gq-b3E" firstAttribute="trailing" secondItem="wTS-eH-R6J" secondAttribute="trailing" constant="20" id="Tbx-zu-Xcw">
  530. <userDefinedRuntimeAttributes>
  531. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  532. <integer key="value" value="12"/>
  533. </userDefinedRuntimeAttribute>
  534. </userDefinedRuntimeAttributes>
  535. </constraint>
  536. <constraint firstItem="60z-Gq-b3E" firstAttribute="bottom" secondItem="3ng-uh-Rqk" secondAttribute="bottom" constant="11" id="V0n-hY-CKz"/>
  537. <constraint firstItem="60z-Gq-b3E" firstAttribute="trailing" secondItem="3ng-uh-Rqk" secondAttribute="trailing" constant="14" id="X57-ym-6ea"/>
  538. <constraint firstAttribute="top" secondItem="JMR-FE-a0P" secondAttribute="top" id="YjH-SZ-13n"/>
  539. <constraint firstItem="IBe-5v-ajR" firstAttribute="top" secondItem="kaC-Mh-u3w" secondAttribute="bottom" constant="20" id="b6C-88-L6p"/>
  540. <constraint firstItem="SCh-5U-jcN" firstAttribute="top" secondItem="r9j-ZU-SlD" secondAttribute="top" constant="-43" id="cF4-gj-bF6"/>
  541. <constraint firstItem="wTS-eH-R6J" firstAttribute="leading" secondItem="60z-Gq-b3E" secondAttribute="leading" constant="20" id="dYP-NI-agD"/>
  542. <constraint firstItem="JMR-FE-a0P" firstAttribute="leading" secondItem="60z-Gq-b3E" secondAttribute="leading" id="gJf-xQ-FmV"/>
  543. <constraint firstItem="60z-Gq-b3E" firstAttribute="trailing" secondItem="JMR-FE-a0P" secondAttribute="trailing" id="mSO-Nx-Kfp"/>
  544. <constraint firstItem="tnV-pA-N5a" firstAttribute="centerX" secondItem="60z-Gq-b3E" secondAttribute="centerX" id="rfp-4L-RlE"/>
  545. <constraint firstItem="TVo-sg-JF7" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="35" id="sYq-2p-qqg"/>
  546. <constraint firstItem="tnV-pA-N5a" firstAttribute="top" secondItem="r9j-ZU-SlD" secondAttribute="top" constant="55" id="vHe-XN-wJ8"/>
  547. <constraint firstItem="wTS-eH-R6J" firstAttribute="top" secondItem="IBe-5v-ajR" secondAttribute="bottom" constant="20" id="vr2-0K-T9g"/>
  548. <constraint firstItem="60z-Gq-b3E" firstAttribute="trailing" secondItem="r9j-ZU-SlD" secondAttribute="trailing" id="wVo-e6-EAW"/>
  549. <constraint firstItem="kaC-Mh-u3w" firstAttribute="top" secondItem="tnV-pA-N5a" secondAttribute="bottom" constant="20" id="zge-0L-gpm"/>
  550. </constraints>
  551. <nil key="simulatedTopBarMetrics"/>
  552. <viewLayoutGuide key="safeArea" id="60z-Gq-b3E"/>
  553. <point key="canvasLocation" x="4" y="-5.9113300492610836"/>
  554. </view>
  555. <tapGestureRecognizer id="JN3-oE-VBy">
  556. <connections>
  557. <action selector="tapSettings:" destination="-1" id="BuA-Pi-i89"/>
  558. </connections>
  559. </tapGestureRecognizer>
  560. <tapGestureRecognizer id="lDW-Ha-YqP">
  561. <connections>
  562. <action selector="handelTap:" destination="-1" id="jQ7-Zt-t63"/>
  563. </connections>
  564. </tapGestureRecognizer>
  565. <tapGestureRecognizer id="Y02-cS-gQI">
  566. <connections>
  567. <action selector="handelTap:" destination="-1" id="LGd-yz-SdB"/>
  568. </connections>
  569. </tapGestureRecognizer>
  570. <tapGestureRecognizer id="cV6-zd-8iH">
  571. <connections>
  572. <action selector="handelTap:" destination="-1" id="a9b-5v-JAM"/>
  573. </connections>
  574. </tapGestureRecognizer>
  575. <tapGestureRecognizer id="VLm-8N-4Wh">
  576. <connections>
  577. <action selector="handelTap:" destination="-1" id="skO-Ra-K8p"/>
  578. </connections>
  579. </tapGestureRecognizer>
  580. <tapGestureRecognizer id="JfW-VZ-2ny">
  581. <connections>
  582. <action selector="handelTap:" destination="-1" id="hXL-B4-3X6"/>
  583. </connections>
  584. </tapGestureRecognizer>
  585. <tapGestureRecognizer id="YnW-N4-4cf">
  586. <connections>
  587. <action selector="handelTap:" destination="-1" id="tbg-1v-3da"/>
  588. </connections>
  589. </tapGestureRecognizer>
  590. <tapGestureRecognizer id="KGq-7F-oNE">
  591. <connections>
  592. <action selector="handelTap:" destination="-1" id="S5o-XF-0XG"/>
  593. </connections>
  594. </tapGestureRecognizer>
  595. <tapGestureRecognizer id="rU9-Dv-cAH">
  596. <connections>
  597. <action selector="handelTap:" destination="-1" id="pHd-1f-BHc"/>
  598. </connections>
  599. </tapGestureRecognizer>
  600. <tapGestureRecognizer id="PkZ-LE-JNn">
  601. <connections>
  602. <action selector="handelTap:" destination="-1" id="ofp-TT-ghk"/>
  603. </connections>
  604. </tapGestureRecognizer>
  605. <tapGestureRecognizer id="Fn6-h7-Dk4">
  606. <connections>
  607. <action selector="tapSwitch:" destination="-1" id="6y1-yx-fDx"/>
  608. </connections>
  609. </tapGestureRecognizer>
  610. </objects>
  611. <resources>
  612. <image name="default_avatar" width="36" height="36"/>
  613. <image name="icon_paihang" width="56" height="56"/>
  614. <image name="into_icon_dingdan" width="30" height="30"/>
  615. <image name="into_icon_huancun" width="30" height="30"/>
  616. <image name="into_icon_huodong" width="30" height="30"/>
  617. <image name="into_icon_jineng" width="30" height="30"/>
  618. <image name="into_icon_lianxikefu" width="30" height="30"/>
  619. <image name="into_icon_qianbao" width="30" height="30"/>
  620. <image name="into_icon_shezhi_baise" width="30" height="30"/>
  621. <image name="into_icon_tuijian" width="30" height="30"/>
  622. <image name="into_icon_yaoqing" width="30" height="30"/>
  623. <image name="into_icon_ziliao" width="30" height="30"/>
  624. </resources>
  625. </document>