UserCenterTopView.xib 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
  5. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <view contentMode="scaleToFill" id="CXZ-9B-2sh" customClass="UserCenterTopView">
  12. <rect key="frame" x="0.0" y="0.0" width="414" height="403"/>
  13. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  14. <subviews>
  15. <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QLo-rZ-303">
  16. <rect key="frame" x="349" y="34" width="50" height="25"/>
  17. <constraints>
  18. <constraint firstAttribute="width" constant="50" id="Fzx-wT-Hyy"/>
  19. <constraint firstAttribute="height" constant="25" id="mK8-Hj-QPl"/>
  20. </constraints>
  21. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  22. <state key="normal" title="设置">
  23. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  24. </state>
  25. <connections>
  26. <action selector="setBtnAction:" destination="CXZ-9B-2sh" eventType="touchUpInside" id="H62-Nt-5jB"/>
  27. </connections>
  28. </button>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="昵称" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Cqx-UL-K6Y" customClass="QMUIMarqueeLabel">
  30. <rect key="frame" x="90" y="35" width="39" height="23"/>
  31. <constraints>
  32. <constraint firstAttribute="width" relation="lessThanOrEqual" priority="750" constant="120" id="Aue-G8-Hmv"/>
  33. </constraints>
  34. <fontDescription key="fontDescription" type="boldSystem" pointSize="19"/>
  35. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. <imageView contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="40d-eG-h0J">
  39. <rect key="frame" x="20" y="35" width="60" height="60"/>
  40. <constraints>
  41. <constraint firstAttribute="width" constant="60" id="9eS-ep-6jk"/>
  42. <constraint firstAttribute="height" constant="60" id="cwk-4I-8MP"/>
  43. </constraints>
  44. <userDefinedRuntimeAttributes>
  45. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  46. <integer key="value" value="32"/>
  47. </userDefinedRuntimeAttribute>
  48. <userDefinedRuntimeAttribute type="boolean" keyPath="clipsToBounds" value="YES"/>
  49. </userDefinedRuntimeAttributes>
  50. </imageView>
  51. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="bkY-6i-EK5">
  52. <rect key="frame" x="40" y="55" width="40" height="40"/>
  53. <constraints>
  54. <constraint firstAttribute="width" constant="40" id="EVU-vh-3ys"/>
  55. <constraint firstAttribute="height" constant="40" id="ZwS-JH-f4J"/>
  56. </constraints>
  57. <userDefinedRuntimeAttributes>
  58. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  59. <integer key="value" value="20"/>
  60. </userDefinedRuntimeAttribute>
  61. <userDefinedRuntimeAttribute type="boolean" keyPath="clipsToBounds" value="YES"/>
  62. </userDefinedRuntimeAttributes>
  63. </imageView>
  64. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="com_male_selected" translatesAutoresizingMaskIntoConstraints="NO" id="i9N-Kg-jxl">
  65. <rect key="frame" x="134" y="40.5" width="12" height="12"/>
  66. <constraints>
  67. <constraint firstAttribute="height" constant="12" id="gL2-eY-cg7"/>
  68. <constraint firstAttribute="width" constant="12" id="uJy-bq-k1b"/>
  69. </constraints>
  70. </imageView>
  71. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4uK-st-SMt" customClass="QMUIButton">
  72. <rect key="frame" x="180" y="63" width="76" height="20"/>
  73. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  74. <constraints>
  75. <constraint firstAttribute="width" constant="76" id="eAp-4P-K2y"/>
  76. <constraint firstAttribute="height" constant="20" id="uuk-g3-1T1"/>
  77. </constraints>
  78. <fontDescription key="fontDescription" type="system" pointSize="8"/>
  79. <state key="normal" backgroundImage="mg_zhifu_certication">
  80. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  81. </state>
  82. </button>
  83. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eZ0-ks-eCa">
  84. <rect key="frame" x="170" y="38.5" width="16" height="16"/>
  85. <constraints>
  86. <constraint firstAttribute="height" constant="16" id="duh-yY-Fgs"/>
  87. <constraint firstAttribute="width" constant="16" id="gaW-yt-fHH"/>
  88. </constraints>
  89. <state key="normal" image="我的编辑"/>
  90. <connections>
  91. <action selector="editBtnAction:" destination="CXZ-9B-2sh" eventType="touchUpInside" id="4Ie-6R-xqY"/>
  92. </connections>
  93. </button>
  94. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="账号" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5Yx-Ge-xAH">
  95. <rect key="frame" x="90" y="88" width="25" height="14.5"/>
  96. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  97. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  98. <nil key="highlightedColor"/>
  99. </label>
  100. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="签名" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7HT-zj-85g">
  101. <rect key="frame" x="90" y="107.5" width="25" height="14.5"/>
  102. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  103. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  104. <nil key="highlightedColor"/>
  105. </label>
  106. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="aQ1-Wf-h8P">
  107. <rect key="frame" x="10" y="137" width="394" height="66"/>
  108. <subviews>
  109. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="yqr-dg-iM3">
  110. <rect key="frame" x="0.0" y="0.0" width="394" height="66"/>
  111. </imageView>
  112. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kYy-1f-n3o">
  113. <rect key="frame" x="0.0" y="0.0" width="98" height="66"/>
  114. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  115. <state key="normal" title="回播">
  116. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  117. </state>
  118. <connections>
  119. <action selector="recordBtnAction:" destination="CXZ-9B-2sh" eventType="touchUpInside" id="eK4-Vc-c4C"/>
  120. </connections>
  121. </button>
  122. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="v4E-UZ-VE7">
  123. <rect key="frame" x="98.5" y="0.0" width="98.5" height="66"/>
  124. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  125. <state key="normal" title="小视频">
  126. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  127. </state>
  128. <connections>
  129. <action selector="videoBtnAction:" destination="CXZ-9B-2sh" eventType="touchUpInside" id="zMn-Id-CAc"/>
  130. </connections>
  131. </button>
  132. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4qg-13-NDK">
  133. <rect key="frame" x="197.5" y="0.0" width="98" height="66"/>
  134. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  135. <state key="normal" title="关注">
  136. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  137. </state>
  138. <connections>
  139. <action selector="focusBtnAction:" destination="CXZ-9B-2sh" eventType="touchUpInside" id="ea6-Vk-O8s"/>
  140. </connections>
  141. </button>
  142. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aPx-23-asa">
  143. <rect key="frame" x="296" y="0.0" width="98" height="66"/>
  144. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  145. <state key="normal" title="粉丝">
  146. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  147. </state>
  148. <connections>
  149. <action selector="fansBtnAction:" destination="CXZ-9B-2sh" eventType="touchUpInside" id="aqL-rs-b8j"/>
  150. </connections>
  151. </button>
  152. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Wai-5i-dum">
  153. <rect key="frame" x="98.5" y="18" width="0.5" height="30"/>
  154. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  155. <constraints>
  156. <constraint firstAttribute="width" constant="0.5" id="KPj-TT-mJw"/>
  157. <constraint firstAttribute="height" constant="30" id="by2-iK-IUl"/>
  158. </constraints>
  159. </view>
  160. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZPy-9T-vTs">
  161. <rect key="frame" x="197.5" y="18" width="0.5" height="30"/>
  162. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  163. <constraints>
  164. <constraint firstAttribute="width" constant="0.5" id="JZY-7g-gnh"/>
  165. <constraint firstAttribute="height" constant="30" id="rKs-mQ-Xyk"/>
  166. </constraints>
  167. </view>
  168. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="foq-qs-cVG">
  169. <rect key="frame" x="295" y="18" width="0.5" height="30"/>
  170. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  171. <constraints>
  172. <constraint firstAttribute="width" constant="0.5" id="5ll-Gt-hE5"/>
  173. <constraint firstAttribute="height" constant="30" id="KUb-7S-XNl"/>
  174. </constraints>
  175. </view>
  176. </subviews>
  177. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  178. <constraints>
  179. <constraint firstItem="v4E-UZ-VE7" firstAttribute="width" secondItem="kYy-1f-n3o" secondAttribute="width" id="0WM-BT-i27"/>
  180. <constraint firstAttribute="bottom" secondItem="kYy-1f-n3o" secondAttribute="bottom" id="5KX-z9-sUd"/>
  181. <constraint firstItem="4qg-13-NDK" firstAttribute="top" secondItem="aQ1-Wf-h8P" secondAttribute="top" id="5M0-yM-3p7"/>
  182. <constraint firstItem="Wai-5i-dum" firstAttribute="centerY" secondItem="kYy-1f-n3o" secondAttribute="centerY" id="5dQ-Gc-sRp"/>
  183. <constraint firstAttribute="trailing" secondItem="aPx-23-asa" secondAttribute="trailing" id="7HG-Vm-ce5"/>
  184. <constraint firstItem="ZPy-9T-vTs" firstAttribute="centerY" secondItem="4qg-13-NDK" secondAttribute="centerY" id="9z3-qD-hIf"/>
  185. <constraint firstItem="kYy-1f-n3o" firstAttribute="top" secondItem="aQ1-Wf-h8P" secondAttribute="top" id="AYE-QB-AqM"/>
  186. <constraint firstItem="ZPy-9T-vTs" firstAttribute="leading" secondItem="v4E-UZ-VE7" secondAttribute="trailing" constant="0.5" id="FDT-fo-j8U"/>
  187. <constraint firstItem="aPx-23-asa" firstAttribute="width" secondItem="kYy-1f-n3o" secondAttribute="width" id="HYE-Cw-vwC"/>
  188. <constraint firstItem="yqr-dg-iM3" firstAttribute="top" secondItem="aQ1-Wf-h8P" secondAttribute="top" id="JwG-na-vbe"/>
  189. <constraint firstAttribute="trailing" secondItem="yqr-dg-iM3" secondAttribute="trailing" id="Kob-Dq-rJ5"/>
  190. <constraint firstAttribute="bottom" secondItem="4qg-13-NDK" secondAttribute="bottom" id="M5x-Kv-14P"/>
  191. <constraint firstAttribute="bottom" secondItem="yqr-dg-iM3" secondAttribute="bottom" id="Qg2-mA-gmJ"/>
  192. <constraint firstItem="aPx-23-asa" firstAttribute="leading" secondItem="foq-qs-cVG" secondAttribute="trailing" constant="0.5" id="Qgs-rM-bNx"/>
  193. <constraint firstItem="Wai-5i-dum" firstAttribute="leading" secondItem="kYy-1f-n3o" secondAttribute="trailing" constant="0.5" id="Rto-WK-lu7"/>
  194. <constraint firstAttribute="bottom" secondItem="aPx-23-asa" secondAttribute="bottom" id="aPY-WI-U6K"/>
  195. <constraint firstItem="foq-qs-cVG" firstAttribute="centerY" secondItem="4qg-13-NDK" secondAttribute="centerY" id="bye-If-NXN"/>
  196. <constraint firstItem="4qg-13-NDK" firstAttribute="width" secondItem="kYy-1f-n3o" secondAttribute="width" id="cGT-ZZ-81B"/>
  197. <constraint firstAttribute="height" constant="66" id="cGw-Gx-N9x"/>
  198. <constraint firstItem="foq-qs-cVG" firstAttribute="leading" secondItem="4qg-13-NDK" secondAttribute="trailing" constant="-0.5" id="fPr-aR-at9"/>
  199. <constraint firstItem="v4E-UZ-VE7" firstAttribute="top" secondItem="aQ1-Wf-h8P" secondAttribute="top" id="gBf-Xc-ePQ"/>
  200. <constraint firstItem="aPx-23-asa" firstAttribute="top" secondItem="aQ1-Wf-h8P" secondAttribute="top" id="h4Y-n0-usx"/>
  201. <constraint firstItem="yqr-dg-iM3" firstAttribute="leading" secondItem="aQ1-Wf-h8P" secondAttribute="leading" id="j4u-WJ-E0B"/>
  202. <constraint firstItem="kYy-1f-n3o" firstAttribute="leading" secondItem="aQ1-Wf-h8P" secondAttribute="leading" id="jPr-8H-Mef"/>
  203. <constraint firstItem="v4E-UZ-VE7" firstAttribute="leading" secondItem="Wai-5i-dum" secondAttribute="trailing" constant="-0.5" id="l44-lw-cXy"/>
  204. <constraint firstItem="4qg-13-NDK" firstAttribute="leading" secondItem="ZPy-9T-vTs" secondAttribute="trailing" constant="-0.5" id="oLZ-JD-zYb"/>
  205. <constraint firstAttribute="bottom" secondItem="v4E-UZ-VE7" secondAttribute="bottom" id="xeI-iy-2uj"/>
  206. </constraints>
  207. <userDefinedRuntimeAttributes>
  208. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  209. <integer key="value" value="8"/>
  210. </userDefinedRuntimeAttribute>
  211. <userDefinedRuntimeAttribute type="number" keyPath="layer.borderWidth">
  212. <integer key="value" value="0"/>
  213. </userDefinedRuntimeAttribute>
  214. </userDefinedRuntimeAttributes>
  215. </view>
  216. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3ye-ea-8qR">
  217. <rect key="frame" x="0.0" y="403" width="414" height="0.0"/>
  218. <color key="backgroundColor" red="0.94901960784313721" green="0.94901960784313721" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
  219. <constraints>
  220. <constraint firstAttribute="height" id="WQH-dx-uO6"/>
  221. </constraints>
  222. </view>
  223. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ayu-sn-Dbe" customClass="QMUIButton">
  224. <rect key="frame" x="340" y="65" width="74" height="30"/>
  225. <constraints>
  226. <constraint firstAttribute="height" constant="30" id="qyU-f0-Ebw"/>
  227. <constraint firstAttribute="width" constant="74" id="xKy-DW-2rI"/>
  228. </constraints>
  229. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  230. <state key="normal" title="签到" image="签到icon" backgroundImage="签到入口">
  231. <color key="titleColor" red="0.56862745098039214" green="0.32156862745098036" blue="0.97254901960784312" alpha="1" colorSpace="calibratedRGB"/>
  232. </state>
  233. <connections>
  234. <action selector="signBtnClick:" destination="CXZ-9B-2sh" eventType="touchUpInside" id="NQC-oG-GtO"/>
  235. </connections>
  236. </button>
  237. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mg_new_vip_icon" translatesAutoresizingMaskIntoConstraints="NO" id="Sdz-tt-beI">
  238. <rect key="frame" x="151" y="40" width="14" height="13"/>
  239. <constraints>
  240. <constraint firstAttribute="height" constant="13" id="EGD-z8-d4S"/>
  241. <constraint firstAttribute="width" constant="14" id="oxh-Xm-GAH"/>
  242. </constraints>
  243. </imageView>
  244. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sHv-X4-PJ9" customClass="UIImageView">
  245. <rect key="frame" x="12" y="220" width="181.5" height="63"/>
  246. <subviews>
  247. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的账户" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LT1-WK-Cyd">
  248. <rect key="frame" x="15" y="10" width="61.5" height="18"/>
  249. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  250. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  251. <nil key="highlightedColor"/>
  252. </label>
  253. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="钻石余额" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OjC-3v-lNM">
  254. <rect key="frame" x="15" y="33" width="50" height="15"/>
  255. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  256. <color key="textColor" red="0.46666666666666667" green="0.46666666666666667" blue="0.46666666666666667" alpha="1" colorSpace="calibratedRGB"/>
  257. <nil key="highlightedColor"/>
  258. </label>
  259. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bogo_me_top_diamond" translatesAutoresizingMaskIntoConstraints="NO" id="wUY-aS-Dgo">
  260. <rect key="frame" x="140.5" y="18.5" width="26" height="26"/>
  261. <constraints>
  262. <constraint firstAttribute="width" constant="26" id="kmu-Ps-mNc"/>
  263. <constraint firstAttribute="height" constant="26" id="o5B-uf-cKh"/>
  264. </constraints>
  265. </imageView>
  266. </subviews>
  267. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  268. <constraints>
  269. <constraint firstItem="OjC-3v-lNM" firstAttribute="top" secondItem="LT1-WK-Cyd" secondAttribute="bottom" constant="5" id="0O9-Sp-Smd"/>
  270. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="181.5" id="0wd-1Q-hF1"/>
  271. <constraint firstItem="LT1-WK-Cyd" firstAttribute="top" secondItem="sHv-X4-PJ9" secondAttribute="top" constant="10" id="16Z-3e-cAN"/>
  272. <constraint firstItem="wUY-aS-Dgo" firstAttribute="leading" secondItem="LT1-WK-Cyd" secondAttribute="trailing" constant="64" id="J0l-uG-g2B"/>
  273. <constraint firstItem="wUY-aS-Dgo" firstAttribute="centerY" secondItem="sHv-X4-PJ9" secondAttribute="centerY" id="MC7-1U-POI"/>
  274. <constraint firstAttribute="height" constant="63" id="Xbg-zw-gG2"/>
  275. <constraint firstAttribute="width" constant="181.5" id="jBP-w8-AVJ"/>
  276. <constraint firstItem="LT1-WK-Cyd" firstAttribute="leading" secondItem="sHv-X4-PJ9" secondAttribute="leading" constant="15" id="tRU-Aa-Z4j"/>
  277. <constraint firstItem="OjC-3v-lNM" firstAttribute="leading" secondItem="LT1-WK-Cyd" secondAttribute="leading" id="twK-22-M3c"/>
  278. </constraints>
  279. </view>
  280. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gOR-wD-CXL" customClass="UIImageView">
  281. <rect key="frame" x="220" y="220" width="182" height="63"/>
  282. <subviews>
  283. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的收益" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YdP-CF-UKK">
  284. <rect key="frame" x="15" y="10" width="62" height="18"/>
  285. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  286. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  287. <nil key="highlightedColor"/>
  288. </label>
  289. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="钻石余额" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="glb-iB-ni5">
  290. <rect key="frame" x="15" y="33" width="50" height="15"/>
  291. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  292. <color key="textColor" red="0.46666666670000001" green="0.46666666670000001" blue="0.46666666670000001" alpha="1" colorSpace="calibratedRGB"/>
  293. <nil key="highlightedColor"/>
  294. </label>
  295. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bogo_me_top_income" translatesAutoresizingMaskIntoConstraints="NO" id="oig-EZ-v7L">
  296. <rect key="frame" x="141" y="18.5" width="26" height="26"/>
  297. <constraints>
  298. <constraint firstAttribute="height" constant="26" id="4RB-Nx-uQr"/>
  299. <constraint firstAttribute="width" constant="26" id="DFj-bL-6xp"/>
  300. </constraints>
  301. </imageView>
  302. </subviews>
  303. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  304. <constraints>
  305. <constraint firstAttribute="height" constant="63" id="43o-w6-5JT"/>
  306. <constraint firstItem="oig-EZ-v7L" firstAttribute="centerY" secondItem="gOR-wD-CXL" secondAttribute="centerY" id="8Aj-At-Dlm"/>
  307. <constraint firstItem="YdP-CF-UKK" firstAttribute="leading" secondItem="gOR-wD-CXL" secondAttribute="leading" constant="15" id="BRJ-sa-x5c"/>
  308. <constraint firstAttribute="trailing" secondItem="oig-EZ-v7L" secondAttribute="trailing" constant="15" id="IWg-8b-KJa"/>
  309. <constraint firstItem="glb-iB-ni5" firstAttribute="top" secondItem="YdP-CF-UKK" secondAttribute="bottom" constant="5" id="sa9-F3-hdW"/>
  310. <constraint firstItem="glb-iB-ni5" firstAttribute="leading" secondItem="YdP-CF-UKK" secondAttribute="leading" id="z50-PZ-5JM"/>
  311. <constraint firstItem="YdP-CF-UKK" firstAttribute="top" secondItem="gOR-wD-CXL" secondAttribute="top" constant="10" id="zZP-w2-R3S"/>
  312. </constraints>
  313. </view>
  314. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HaM-Yk-AaO">
  315. <rect key="frame" x="12" y="298" width="390" height="103"/>
  316. <subviews>
  317. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bogo_me_top_white_BGImage" translatesAutoresizingMaskIntoConstraints="NO" id="2sl-FS-7dU">
  318. <rect key="frame" x="0.0" y="0.0" width="390" height="103"/>
  319. </imageView>
  320. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="BTb-0V-tN0" customClass="QMUIButton">
  321. <rect key="frame" x="0.0" y="0.0" width="97" height="103"/>
  322. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  323. <state key="normal" title="道具商店" image="bogo_me_top_shop">
  324. <color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  325. </state>
  326. <connections>
  327. <action selector="clickShopBtn:" destination="CXZ-9B-2sh" eventType="touchUpInside" id="XHT-OZ-SAf"/>
  328. </connections>
  329. </button>
  330. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5U4-SV-uUK" customClass="QMUIButton">
  331. <rect key="frame" x="97.5" y="0.0" width="97.5" height="103"/>
  332. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  333. <state key="normal" title="贵族中心" image="bogo_me_top_vip">
  334. <color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  335. </state>
  336. <connections>
  337. <action selector="clickVipBtn:" destination="CXZ-9B-2sh" eventType="touchUpInside" id="bdd-uT-5qM"/>
  338. </connections>
  339. </button>
  340. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="VZN-cv-gcx" customClass="QMUIButton">
  341. <rect key="frame" x="195.5" y="0.0" width="97" height="103"/>
  342. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  343. <state key="normal" title="我的等级" image="bogo_me_top_level">
  344. <color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  345. </state>
  346. <connections>
  347. <action selector="clickLevelBtn:" destination="CXZ-9B-2sh" eventType="touchUpInside" id="OZ8-fg-G2E"/>
  348. </connections>
  349. </button>
  350. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qgK-0e-W9f" customClass="QMUIButton">
  351. <rect key="frame" x="293" y="0.0" width="97" height="103"/>
  352. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  353. <state key="normal" title="我的公会" image="bogo_me_top_family">
  354. <color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  355. </state>
  356. <connections>
  357. <action selector="clickFamilyBtn:" destination="CXZ-9B-2sh" eventType="touchUpInside" id="1XF-ZM-YIn"/>
  358. </connections>
  359. </button>
  360. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hEt-t9-kPH">
  361. <rect key="frame" x="97.5" y="36.5" width="0.5" height="30"/>
  362. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  363. <constraints>
  364. <constraint firstAttribute="height" constant="30" id="D2B-PZ-Je9"/>
  365. <constraint firstAttribute="width" constant="0.5" id="Ppl-jx-AeX"/>
  366. </constraints>
  367. </view>
  368. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WwC-52-XAG">
  369. <rect key="frame" x="195.5" y="36.5" width="0.5" height="30"/>
  370. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  371. <constraints>
  372. <constraint firstAttribute="height" constant="30" id="6GW-CD-sCQ"/>
  373. <constraint firstAttribute="width" constant="0.5" id="oWi-rJ-xae"/>
  374. </constraints>
  375. </view>
  376. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sae-s8-wbj">
  377. <rect key="frame" x="292" y="36.5" width="0.5" height="30"/>
  378. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  379. <constraints>
  380. <constraint firstAttribute="height" constant="30" id="jcZ-lI-UO9"/>
  381. <constraint firstAttribute="width" constant="0.5" id="r6i-SC-HfW"/>
  382. </constraints>
  383. </view>
  384. </subviews>
  385. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  386. <constraints>
  387. <constraint firstAttribute="bottom" secondItem="VZN-cv-gcx" secondAttribute="bottom" id="03R-NK-wTa"/>
  388. <constraint firstItem="qgK-0e-W9f" firstAttribute="width" secondItem="BTb-0V-tN0" secondAttribute="width" id="35w-XR-f6d"/>
  389. <constraint firstAttribute="bottom" secondItem="qgK-0e-W9f" secondAttribute="bottom" id="6Ey-Av-az6"/>
  390. <constraint firstItem="2sl-FS-7dU" firstAttribute="top" secondItem="HaM-Yk-AaO" secondAttribute="top" id="97b-t0-lIG"/>
  391. <constraint firstItem="hEt-t9-kPH" firstAttribute="leading" secondItem="BTb-0V-tN0" secondAttribute="trailing" constant="0.5" id="D89-pO-A0I"/>
  392. <constraint firstItem="VZN-cv-gcx" firstAttribute="leading" secondItem="WwC-52-XAG" secondAttribute="trailing" constant="-0.5" id="EqX-oE-5wZ"/>
  393. <constraint firstItem="VZN-cv-gcx" firstAttribute="width" secondItem="BTb-0V-tN0" secondAttribute="width" id="Hhz-fI-8VV"/>
  394. <constraint firstItem="VZN-cv-gcx" firstAttribute="top" secondItem="HaM-Yk-AaO" secondAttribute="top" id="MDt-Yf-BNf"/>
  395. <constraint firstAttribute="trailing" secondItem="2sl-FS-7dU" secondAttribute="trailing" id="Ref-xJ-bGn"/>
  396. <constraint firstItem="BTb-0V-tN0" firstAttribute="leading" secondItem="HaM-Yk-AaO" secondAttribute="leading" id="Rem-vI-psg"/>
  397. <constraint firstAttribute="height" constant="103" id="SBP-7v-PKt"/>
  398. <constraint firstItem="sae-s8-wbj" firstAttribute="leading" secondItem="VZN-cv-gcx" secondAttribute="trailing" constant="-0.5" id="Stf-mD-ChM"/>
  399. <constraint firstItem="BTb-0V-tN0" firstAttribute="top" secondItem="HaM-Yk-AaO" secondAttribute="top" id="YP7-DQ-evF"/>
  400. <constraint firstItem="WwC-52-XAG" firstAttribute="centerY" secondItem="VZN-cv-gcx" secondAttribute="centerY" id="ZoM-0b-4VD"/>
  401. <constraint firstItem="sae-s8-wbj" firstAttribute="centerY" secondItem="VZN-cv-gcx" secondAttribute="centerY" id="aTc-su-zpk"/>
  402. <constraint firstAttribute="bottom" secondItem="5U4-SV-uUK" secondAttribute="bottom" id="bfL-0r-1Mv"/>
  403. <constraint firstItem="hEt-t9-kPH" firstAttribute="centerY" secondItem="BTb-0V-tN0" secondAttribute="centerY" id="fmC-Qy-RPY"/>
  404. <constraint firstItem="qgK-0e-W9f" firstAttribute="top" secondItem="HaM-Yk-AaO" secondAttribute="top" id="fzR-Bq-2hp"/>
  405. <constraint firstItem="5U4-SV-uUK" firstAttribute="top" secondItem="HaM-Yk-AaO" secondAttribute="top" id="gdG-f8-oRe"/>
  406. <constraint firstAttribute="bottom" secondItem="BTb-0V-tN0" secondAttribute="bottom" id="hBv-1W-kkL"/>
  407. <constraint firstItem="WwC-52-XAG" firstAttribute="leading" secondItem="5U4-SV-uUK" secondAttribute="trailing" constant="0.5" id="iOt-eY-sIk"/>
  408. <constraint firstAttribute="trailing" secondItem="qgK-0e-W9f" secondAttribute="trailing" id="n41-gl-qWH"/>
  409. <constraint firstItem="5U4-SV-uUK" firstAttribute="width" secondItem="BTb-0V-tN0" secondAttribute="width" id="pDg-dz-t1B"/>
  410. <constraint firstAttribute="bottom" secondItem="2sl-FS-7dU" secondAttribute="bottom" id="q0b-Gs-Hbo"/>
  411. <constraint firstItem="qgK-0e-W9f" firstAttribute="leading" secondItem="sae-s8-wbj" secondAttribute="trailing" constant="0.5" id="qNA-Ki-F8h"/>
  412. <constraint firstItem="2sl-FS-7dU" firstAttribute="leading" secondItem="HaM-Yk-AaO" secondAttribute="leading" id="qT0-qr-sIa"/>
  413. <constraint firstItem="5U4-SV-uUK" firstAttribute="leading" secondItem="hEt-t9-kPH" secondAttribute="trailing" constant="-0.5" id="tOo-9v-iDu"/>
  414. </constraints>
  415. <userDefinedRuntimeAttributes>
  416. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  417. <integer key="value" value="8"/>
  418. </userDefinedRuntimeAttribute>
  419. <userDefinedRuntimeAttribute type="number" keyPath="layer.borderWidth">
  420. <integer key="value" value="0"/>
  421. </userDefinedRuntimeAttribute>
  422. </userDefinedRuntimeAttributes>
  423. </view>
  424. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="rank_3" translatesAutoresizingMaskIntoConstraints="NO" id="eSb-hj-AbX">
  425. <rect key="frame" x="141" y="65" width="34" height="16"/>
  426. <constraints>
  427. <constraint firstAttribute="width" constant="34" id="fLc-Qv-QVe"/>
  428. <constraint firstAttribute="height" constant="16" id="pqI-U7-7dA"/>
  429. </constraints>
  430. </imageView>
  431. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="rank_3" translatesAutoresizingMaskIntoConstraints="NO" id="rNh-KV-biT">
  432. <rect key="frame" x="90" y="64" width="45" height="16"/>
  433. <constraints>
  434. <constraint firstAttribute="width" constant="45" id="EHs-nx-CKk"/>
  435. <constraint firstAttribute="height" constant="16" id="fy9-6f-9gK"/>
  436. </constraints>
  437. </imageView>
  438. </subviews>
  439. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  440. <constraints>
  441. <constraint firstAttribute="trailing" secondItem="ayu-sn-Dbe" secondAttribute="trailing" id="2P1-xG-vJs"/>
  442. <constraint firstItem="sHv-X4-PJ9" firstAttribute="top" secondItem="aQ1-Wf-h8P" secondAttribute="bottom" constant="17" id="2pv-MI-X1k"/>
  443. <constraint firstItem="bkY-6i-EK5" firstAttribute="bottom" secondItem="40d-eG-h0J" secondAttribute="bottom" id="3QY-YN-ybL"/>
  444. <constraint firstItem="rNh-KV-biT" firstAttribute="leading" secondItem="Cqx-UL-K6Y" secondAttribute="leading" id="6kK-hG-lUP"/>
  445. <constraint firstItem="aQ1-Wf-h8P" firstAttribute="leading" secondItem="CXZ-9B-2sh" secondAttribute="leading" constant="10" id="Av2-z5-UKd"/>
  446. <constraint firstItem="eSb-hj-AbX" firstAttribute="leading" secondItem="40d-eG-h0J" secondAttribute="trailing" constant="61" id="B2w-xH-VFB"/>
  447. <constraint firstItem="Sdz-tt-beI" firstAttribute="centerY" secondItem="i9N-Kg-jxl" secondAttribute="centerY" id="B7U-Fg-9zO"/>
  448. <constraint firstItem="HaM-Yk-AaO" firstAttribute="leading" secondItem="CXZ-9B-2sh" secondAttribute="leading" constant="12" id="BZb-N2-NwT"/>
  449. <constraint firstItem="Sdz-tt-beI" firstAttribute="leading" secondItem="i9N-Kg-jxl" secondAttribute="trailing" constant="5" id="Bqx-ac-jKB"/>
  450. <constraint firstItem="gOR-wD-CXL" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="sHv-X4-PJ9" secondAttribute="trailing" constant="10" id="C3f-lS-Lrp"/>
  451. <constraint firstItem="QLo-rZ-303" firstAttribute="centerY" secondItem="Cqx-UL-K6Y" secondAttribute="centerY" id="Ejh-xB-6Qh"/>
  452. <constraint firstAttribute="trailing" secondItem="gOR-wD-CXL" secondAttribute="trailing" constant="12" id="H82-ae-FeB"/>
  453. <constraint firstItem="4uK-st-SMt" firstAttribute="top" secondItem="Cqx-UL-K6Y" secondAttribute="bottom" constant="5" id="IHN-hO-tkk"/>
  454. <constraint firstAttribute="bottom" secondItem="3ye-ea-8qR" secondAttribute="bottom" id="JJQ-uw-TII"/>
  455. <constraint firstItem="Cqx-UL-K6Y" firstAttribute="top" secondItem="40d-eG-h0J" secondAttribute="top" id="KGG-Qr-Yba"/>
  456. <constraint firstItem="eZ0-ks-eCa" firstAttribute="centerY" secondItem="Cqx-UL-K6Y" secondAttribute="centerY" id="KIm-L8-pIC"/>
  457. <constraint firstItem="7HT-zj-85g" firstAttribute="top" secondItem="5Yx-Ge-xAH" secondAttribute="bottom" constant="5" id="N43-gv-r6l"/>
  458. <constraint firstItem="rNh-KV-biT" firstAttribute="top" secondItem="Cqx-UL-K6Y" secondAttribute="bottom" constant="6" id="NFD-UF-1RI"/>
  459. <constraint firstItem="40d-eG-h0J" firstAttribute="top" secondItem="CXZ-9B-2sh" secondAttribute="top" constant="35" id="OLn-V0-pEh"/>
  460. <constraint firstItem="ayu-sn-Dbe" firstAttribute="bottom" secondItem="40d-eG-h0J" secondAttribute="bottom" id="SRF-Ag-71W"/>
  461. <constraint firstItem="gOR-wD-CXL" firstAttribute="centerY" secondItem="sHv-X4-PJ9" secondAttribute="centerY" id="TFs-hD-RVD"/>
  462. <constraint firstItem="Cqx-UL-K6Y" firstAttribute="leading" secondItem="40d-eG-h0J" secondAttribute="trailing" constant="10" id="Uen-Qi-Lt1"/>
  463. <constraint firstItem="i9N-Kg-jxl" firstAttribute="leading" secondItem="Cqx-UL-K6Y" secondAttribute="trailing" constant="5" id="VtX-JJ-FiL"/>
  464. <constraint firstItem="aQ1-Wf-h8P" firstAttribute="top" secondItem="7HT-zj-85g" secondAttribute="bottom" constant="15" id="Y5N-jK-J8k"/>
  465. <constraint firstAttribute="trailing" secondItem="aQ1-Wf-h8P" secondAttribute="trailing" constant="10" id="YGT-vR-d4k"/>
  466. <constraint firstItem="5Yx-Ge-xAH" firstAttribute="top" secondItem="4uK-st-SMt" secondAttribute="bottom" constant="5" id="bNa-wo-RnR"/>
  467. <constraint firstItem="40d-eG-h0J" firstAttribute="leading" secondItem="CXZ-9B-2sh" secondAttribute="leading" constant="20" id="dPp-hx-5NP"/>
  468. <constraint firstAttribute="trailing" secondItem="3ye-ea-8qR" secondAttribute="trailing" id="eDW-kF-9m7"/>
  469. <constraint firstItem="7HT-zj-85g" firstAttribute="leading" secondItem="40d-eG-h0J" secondAttribute="trailing" constant="10" id="fgP-LC-3R8"/>
  470. <constraint firstItem="5Yx-Ge-xAH" firstAttribute="leading" secondItem="40d-eG-h0J" secondAttribute="trailing" constant="10" id="gPA-pG-Fxm"/>
  471. <constraint firstItem="4uK-st-SMt" firstAttribute="leading" secondItem="eSb-hj-AbX" secondAttribute="trailing" constant="5" id="kwC-Qq-Bbe"/>
  472. <constraint firstItem="eZ0-ks-eCa" firstAttribute="leading" secondItem="i9N-Kg-jxl" secondAttribute="trailing" constant="24" id="mle-el-3VC"/>
  473. <constraint firstItem="HaM-Yk-AaO" firstAttribute="top" secondItem="sHv-X4-PJ9" secondAttribute="bottom" constant="15" id="o72-wI-YEI"/>
  474. <constraint firstItem="i9N-Kg-jxl" firstAttribute="centerY" secondItem="Cqx-UL-K6Y" secondAttribute="centerY" id="o8z-hT-34J"/>
  475. <constraint firstAttribute="trailing" secondItem="HaM-Yk-AaO" secondAttribute="trailing" constant="12" id="qiE-3x-yp1"/>
  476. <constraint firstItem="eSb-hj-AbX" firstAttribute="centerY" secondItem="4uK-st-SMt" secondAttribute="centerY" id="sw0-Um-LMR"/>
  477. <constraint firstItem="3ye-ea-8qR" firstAttribute="leading" secondItem="CXZ-9B-2sh" secondAttribute="leading" id="wXa-an-myH"/>
  478. <constraint firstItem="bkY-6i-EK5" firstAttribute="trailing" secondItem="40d-eG-h0J" secondAttribute="trailing" id="wm5-Er-PkZ"/>
  479. <constraint firstItem="sHv-X4-PJ9" firstAttribute="leading" secondItem="CXZ-9B-2sh" secondAttribute="leading" constant="12" id="xZ3-Eh-ZWM"/>
  480. <constraint firstAttribute="trailing" secondItem="QLo-rZ-303" secondAttribute="trailing" constant="15" id="y7c-nY-E4v"/>
  481. <constraint firstItem="sHv-X4-PJ9" firstAttribute="width" secondItem="gOR-wD-CXL" secondAttribute="width" multiplier="0.997253" id="yjm-I8-VPM"/>
  482. </constraints>
  483. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  484. <connections>
  485. <outlet property="accountImgView" destination="sHv-X4-PJ9" id="6h2-ne-0QO"/>
  486. <outlet property="accountLabel" destination="5Yx-Ge-xAH" id="e8d-91-701"/>
  487. <outlet property="certificateView" destination="bkY-6i-EK5" id="uYV-bh-GUX"/>
  488. <outlet property="certificationBtn" destination="4uK-st-SMt" id="pe2-y5-RP1"/>
  489. <outlet property="diamondL" destination="OjC-3v-lNM" id="HeM-5i-8Sy"/>
  490. <outlet property="editBtn" destination="eZ0-ks-eCa" id="3PV-kH-CpQ"/>
  491. <outlet property="editBtnLeftConstraint" destination="mle-el-3VC" id="Hje-Df-nAe"/>
  492. <outlet property="familyBtn" destination="qgK-0e-W9f" id="O4x-9A-nMy"/>
  493. <outlet property="fansBtn" destination="aPx-23-asa" id="66P-ph-9um"/>
  494. <outlet property="focusBtn" destination="4qg-13-NDK" id="iDY-cB-25k"/>
  495. <outlet property="iconImageView" destination="40d-eG-h0J" id="SeH-x8-Z4J"/>
  496. <outlet property="incomeImgView" destination="gOR-wD-CXL" id="wWO-k5-Vzi"/>
  497. <outlet property="incomeL" destination="glb-iB-ni5" id="8pd-68-f9u"/>
  498. <outlet property="levelBtn" destination="VZN-cv-gcx" id="Bel-vV-x7F"/>
  499. <outlet property="nameLabel" destination="Cqx-UL-K6Y" id="ZHy-jb-gcZ"/>
  500. <outlet property="nobleImgView" destination="rNh-KV-biT" id="McW-Wl-35A"/>
  501. <outlet property="nobleLeftImgConstraint" destination="B2w-xH-VFB" id="9Rp-4g-qw8"/>
  502. <outlet property="rankImageView" destination="eSb-hj-AbX" id="AlG-p6-UQk"/>
  503. <outlet property="recordBtn" destination="kYy-1f-n3o" id="nT6-ZU-Rgz"/>
  504. <outlet property="sexImageView" destination="i9N-Kg-jxl" id="Drb-iw-4Ra"/>
  505. <outlet property="shopBtn" destination="BTb-0V-tN0" id="suU-00-7oP"/>
  506. <outlet property="signButton" destination="ayu-sn-Dbe" id="EE4-OZ-aO7"/>
  507. <outlet property="signLabel" destination="7HT-zj-85g" id="7YW-Hm-VOd"/>
  508. <outlet property="videoBtn" destination="v4E-UZ-VE7" id="Qva-fh-RMV"/>
  509. <outlet property="vipBtn" destination="5U4-SV-uUK" id="j2O-K7-aEn"/>
  510. <outlet property="vipImageView" destination="Sdz-tt-beI" id="6rV-32-g0B"/>
  511. </connections>
  512. <point key="canvasLocation" x="-203.19999999999999" y="-151.57421289355324"/>
  513. </view>
  514. </objects>
  515. <resources>
  516. <image name="bogo_me_top_diamond" width="20" height="18"/>
  517. <image name="bogo_me_top_family" width="50" height="50"/>
  518. <image name="bogo_me_top_income" width="26" height="26"/>
  519. <image name="bogo_me_top_level" width="50" height="50"/>
  520. <image name="bogo_me_top_shop" width="50" height="50"/>
  521. <image name="bogo_me_top_vip" width="50" height="50"/>
  522. <image name="bogo_me_top_white_BGImage" width="351" height="103"/>
  523. <image name="com_male_selected" width="10" height="10"/>
  524. <image name="mg_new_vip_icon" width="14" height="13"/>
  525. <image name="mg_zhifu_certication" width="76" height="20"/>
  526. <image name="rank_3" width="180" height="84"/>
  527. <image name="我的编辑" width="16" height="16"/>
  528. <image name="签到icon" width="20" height="20"/>
  529. <image name="签到入口" width="74" height="30"/>
  530. <systemColor name="systemBackgroundColor">
  531. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  532. </systemColor>
  533. </resources>
  534. </document>