RDSMyVC.xib 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="RDSMyVC">
  13. <connections>
  14. <outlet property="headBtn" destination="4bd-JV-XDe" id="eaI-RT-FHj"/>
  15. <outlet property="homeNameLab" destination="V9H-Tw-5ed" id="oid-Sj-YYw"/>
  16. <outlet property="myHomeBtn" destination="eNy-7R-ZaC" id="J7w-6v-hH1"/>
  17. <outlet property="myHomeView" destination="tNv-6p-FSo" id="uRm-TO-9Cp"/>
  18. <outlet property="userIdLab" destination="54q-de-sSN" id="V8z-EY-z8I"/>
  19. <outlet property="userNameLab" destination="2A2-Ye-bb8" id="OMM-RQ-8ja"/>
  20. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  21. </connections>
  22. </placeholder>
  23. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  24. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  25. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. <subviews>
  28. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KkD-ha-MRi">
  29. <rect key="frame" x="0.0" y="44" width="375" height="293"/>
  30. <subviews>
  31. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tNv-6p-FSo">
  32. <rect key="frame" x="20" y="223" width="335" height="70"/>
  33. <subviews>
  34. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eNy-7R-ZaC">
  35. <rect key="frame" x="0.0" y="0.0" width="335" height="70"/>
  36. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  38. <connections>
  39. <action selector="onMyHomeClick" destination="-1" eventType="touchUpInside" id="hVV-IW-VtC"/>
  40. </connections>
  41. </button>
  42. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="my_home" translatesAutoresizingMaskIntoConstraints="NO" id="piH-1i-vTh">
  43. <rect key="frame" x="17" y="22" width="25" height="26"/>
  44. </imageView>
  45. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的家" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="V9H-Tw-5ed">
  46. <rect key="frame" x="54" y="24" width="55.5" height="21.5"/>
  47. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  48. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  49. <nil key="highlightedColor"/>
  50. </label>
  51. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="my_enter" translatesAutoresizingMaskIntoConstraints="NO" id="Dfz-0b-Q78">
  52. <rect key="frame" x="298" y="24.5" width="20" height="21"/>
  53. </imageView>
  54. </subviews>
  55. <color key="backgroundColor" red="0.42359104749999998" green="0.77636653180000004" blue="0.78432744740000004" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  56. <constraints>
  57. <constraint firstItem="Dfz-0b-Q78" firstAttribute="centerY" secondItem="tNv-6p-FSo" secondAttribute="centerY" id="6Ql-WQ-MDy"/>
  58. <constraint firstItem="piH-1i-vTh" firstAttribute="centerY" secondItem="tNv-6p-FSo" secondAttribute="centerY" id="Ah9-dB-aNf"/>
  59. <constraint firstItem="eNy-7R-ZaC" firstAttribute="leading" secondItem="tNv-6p-FSo" secondAttribute="leading" id="AhV-J6-G2T"/>
  60. <constraint firstAttribute="height" constant="70" id="FBl-wJ-OUW"/>
  61. <constraint firstItem="eNy-7R-ZaC" firstAttribute="top" secondItem="tNv-6p-FSo" secondAttribute="top" id="Lt6-M0-R6y"/>
  62. <constraint firstItem="piH-1i-vTh" firstAttribute="leading" secondItem="tNv-6p-FSo" secondAttribute="leading" constant="17" id="XV6-zh-mSf"/>
  63. <constraint firstItem="V9H-Tw-5ed" firstAttribute="centerY" secondItem="tNv-6p-FSo" secondAttribute="centerY" id="ZSU-br-mSr"/>
  64. <constraint firstAttribute="trailing" secondItem="eNy-7R-ZaC" secondAttribute="trailing" id="l7r-h0-kCE"/>
  65. <constraint firstAttribute="trailing" secondItem="Dfz-0b-Q78" secondAttribute="trailing" constant="17" id="muJ-Yp-GFx"/>
  66. <constraint firstAttribute="bottom" secondItem="eNy-7R-ZaC" secondAttribute="bottom" id="qiH-76-ks2"/>
  67. </constraints>
  68. </view>
  69. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4bd-JV-XDe">
  70. <rect key="frame" x="137.5" y="15" width="100" height="100"/>
  71. <constraints>
  72. <constraint firstAttribute="width" constant="100" id="Po6-K9-KDl"/>
  73. <constraint firstAttribute="height" constant="100" id="vup-hS-8AW"/>
  74. </constraints>
  75. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  76. <state key="normal" image="icon_default_user_1"/>
  77. <userDefinedRuntimeAttributes>
  78. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="50"/>
  79. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  80. </userDefinedRuntimeAttributes>
  81. <connections>
  82. <action selector="onHeadClick" destination="-1" eventType="touchUpInside" id="7ma-zH-PsF"/>
  83. </connections>
  84. </button>
  85. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的名字" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2A2-Ye-bb8">
  86. <rect key="frame" x="150.5" y="131" width="74" height="21.5"/>
  87. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  88. <color key="textColor" red="0.23921568627450979" green="0.23921568627450979" blue="0.23921568627450979" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  89. <nil key="highlightedColor"/>
  90. </label>
  91. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="账号:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="54q-de-sSN">
  92. <rect key="frame" x="166" y="157.5" width="43" height="17"/>
  93. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  94. <color key="textColor" red="0.23921568627450979" green="0.23921568627450979" blue="0.23921568627450979" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  95. <nil key="highlightedColor"/>
  96. </label>
  97. </subviews>
  98. <color key="backgroundColor" red="0.97256857159999999" green="0.97245854139999999" blue="0.98038870099999997" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  99. <constraints>
  100. <constraint firstItem="4bd-JV-XDe" firstAttribute="top" secondItem="KkD-ha-MRi" secondAttribute="top" constant="15" id="3dR-4I-Mez"/>
  101. <constraint firstItem="2A2-Ye-bb8" firstAttribute="top" secondItem="4bd-JV-XDe" secondAttribute="bottom" constant="16" id="3w8-NS-6Fl"/>
  102. <constraint firstItem="54q-de-sSN" firstAttribute="centerX" secondItem="KkD-ha-MRi" secondAttribute="centerX" id="4gp-7Q-PlX"/>
  103. <constraint firstItem="4bd-JV-XDe" firstAttribute="centerX" secondItem="KkD-ha-MRi" secondAttribute="centerX" id="6EV-s4-SQ8"/>
  104. <constraint firstItem="V9H-Tw-5ed" firstAttribute="leading" secondItem="piH-1i-vTh" secondAttribute="trailing" constant="12" id="Ctt-3U-smD"/>
  105. <constraint firstAttribute="bottom" secondItem="tNv-6p-FSo" secondAttribute="bottom" id="Es9-CZ-lHr"/>
  106. <constraint firstItem="54q-de-sSN" firstAttribute="top" secondItem="2A2-Ye-bb8" secondAttribute="bottom" constant="5" id="EvR-2d-TiF"/>
  107. <constraint firstAttribute="trailing" secondItem="tNv-6p-FSo" secondAttribute="trailing" constant="20" id="fyU-Js-THB"/>
  108. <constraint firstItem="2A2-Ye-bb8" firstAttribute="centerX" secondItem="KkD-ha-MRi" secondAttribute="centerX" id="grs-8c-vTg"/>
  109. <constraint firstItem="tNv-6p-FSo" firstAttribute="leading" secondItem="KkD-ha-MRi" secondAttribute="leading" constant="20" id="ybn-LP-s0g"/>
  110. </constraints>
  111. </view>
  112. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tVP-TN-hKa">
  113. <rect key="frame" x="20" y="371" width="335" height="100.5"/>
  114. <subviews>
  115. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yo6-gB-t8D">
  116. <rect key="frame" x="0.0" y="0.0" width="156.5" height="100.5"/>
  117. <subviews>
  118. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Xz7-KF-1p0">
  119. <rect key="frame" x="0.0" y="0.0" width="156.5" height="100.5"/>
  120. <color key="backgroundColor" red="0.94509803921568625" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  121. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  122. <userDefinedRuntimeAttributes>
  123. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="10"/>
  124. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  125. </userDefinedRuntimeAttributes>
  126. <connections>
  127. <action selector="onHomeListClick" destination="-1" eventType="touchUpInside" id="cHC-lF-K3R"/>
  128. </connections>
  129. </button>
  130. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="my_administration" translatesAutoresizingMaskIntoConstraints="NO" id="Z1L-VW-yDo">
  131. <rect key="frame" x="58.5" y="22" width="40" height="36"/>
  132. </imageView>
  133. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="家庭管理" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Qxd-j2-XQr">
  134. <rect key="frame" x="49.5" y="63" width="58" height="17"/>
  135. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  136. <color key="textColor" red="0.23921568630000001" green="0.23921568630000001" blue="0.23921568630000001" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  137. <nil key="highlightedColor"/>
  138. </label>
  139. </subviews>
  140. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  141. <constraints>
  142. <constraint firstItem="Z1L-VW-yDo" firstAttribute="centerY" secondItem="yo6-gB-t8D" secondAttribute="centerY" multiplier="0.8" id="Ch8-EE-OI0"/>
  143. <constraint firstItem="Xz7-KF-1p0" firstAttribute="leading" secondItem="yo6-gB-t8D" secondAttribute="leading" id="Nvg-6h-FQx"/>
  144. <constraint firstItem="Qxd-j2-XQr" firstAttribute="top" secondItem="Z1L-VW-yDo" secondAttribute="bottom" constant="5" id="PhY-3B-PhD"/>
  145. <constraint firstItem="Z1L-VW-yDo" firstAttribute="top" secondItem="yo6-gB-t8D" secondAttribute="top" constant="22" id="VeU-Xq-CY4"/>
  146. <constraint firstItem="Qxd-j2-XQr" firstAttribute="centerX" secondItem="yo6-gB-t8D" secondAttribute="centerX" id="iCc-Eg-kaM"/>
  147. <constraint firstAttribute="trailing" secondItem="Xz7-KF-1p0" secondAttribute="trailing" id="iCp-0d-vKp"/>
  148. <constraint firstAttribute="bottom" secondItem="Xz7-KF-1p0" secondAttribute="bottom" id="ko6-9f-r7E"/>
  149. <constraint firstItem="Xz7-KF-1p0" firstAttribute="top" secondItem="yo6-gB-t8D" secondAttribute="top" id="pT4-CC-iyQ"/>
  150. <constraint firstItem="Z1L-VW-yDo" firstAttribute="centerX" secondItem="yo6-gB-t8D" secondAttribute="centerX" id="ysu-ZF-zXQ"/>
  151. </constraints>
  152. <userDefinedRuntimeAttributes>
  153. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="10"/>
  154. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  155. </userDefinedRuntimeAttributes>
  156. </view>
  157. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bZw-F0-qfB">
  158. <rect key="frame" x="156.5" y="0.0" width="22" height="100.5"/>
  159. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  160. <constraints>
  161. <constraint firstAttribute="width" constant="22" id="zwY-G5-Pe2"/>
  162. </constraints>
  163. </view>
  164. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mnv-8O-iu0">
  165. <rect key="frame" x="178.5" y="0.0" width="156.5" height="100.5"/>
  166. <subviews>
  167. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2UH-dn-eSI">
  168. <rect key="frame" x="0.0" y="0.0" width="156.5" height="100.5"/>
  169. <color key="backgroundColor" red="0.94509803920000002" green="0.96078431369999995" blue="0.96078431369999995" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  170. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  171. <userDefinedRuntimeAttributes>
  172. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="10"/>
  173. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  174. </userDefinedRuntimeAttributes>
  175. <connections>
  176. <action selector="onSceneListClick" destination="-1" eventType="touchUpInside" id="acI-Re-2k0"/>
  177. </connections>
  178. </button>
  179. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="my_set" translatesAutoresizingMaskIntoConstraints="NO" id="YIp-KQ-8uA">
  180. <rect key="frame" x="58.5" y="22" width="40" height="36"/>
  181. </imageView>
  182. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="系统设置" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xdV-Mh-NM4">
  183. <rect key="frame" x="49.5" y="63" width="58" height="17"/>
  184. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  185. <color key="textColor" red="0.23921568630000001" green="0.23921568630000001" blue="0.23921568630000001" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  186. <nil key="highlightedColor"/>
  187. </label>
  188. </subviews>
  189. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  190. <constraints>
  191. <constraint firstItem="xdV-Mh-NM4" firstAttribute="centerX" secondItem="mnv-8O-iu0" secondAttribute="centerX" id="0tK-r8-zKy"/>
  192. <constraint firstAttribute="trailing" secondItem="2UH-dn-eSI" secondAttribute="trailing" id="4T5-dO-G5k"/>
  193. <constraint firstItem="2UH-dn-eSI" firstAttribute="top" secondItem="mnv-8O-iu0" secondAttribute="top" id="I9G-ib-q8o"/>
  194. <constraint firstAttribute="bottom" secondItem="2UH-dn-eSI" secondAttribute="bottom" id="NnA-lo-Yhz"/>
  195. <constraint firstItem="xdV-Mh-NM4" firstAttribute="top" secondItem="YIp-KQ-8uA" secondAttribute="bottom" constant="5" id="P7q-Yy-wJS"/>
  196. <constraint firstItem="YIp-KQ-8uA" firstAttribute="centerY" secondItem="mnv-8O-iu0" secondAttribute="centerY" multiplier="0.8" id="UKS-w8-Py8"/>
  197. <constraint firstItem="2UH-dn-eSI" firstAttribute="leading" secondItem="mnv-8O-iu0" secondAttribute="leading" id="bax-Vg-uln"/>
  198. <constraint firstItem="YIp-KQ-8uA" firstAttribute="top" secondItem="mnv-8O-iu0" secondAttribute="top" constant="22" id="jZL-pQ-LLI"/>
  199. <constraint firstItem="YIp-KQ-8uA" firstAttribute="centerX" secondItem="mnv-8O-iu0" secondAttribute="centerX" id="vX9-Xd-Boh"/>
  200. </constraints>
  201. <userDefinedRuntimeAttributes>
  202. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="10"/>
  203. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  204. </userDefinedRuntimeAttributes>
  205. </view>
  206. </subviews>
  207. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  208. <constraints>
  209. <constraint firstItem="mnv-8O-iu0" firstAttribute="top" secondItem="tVP-TN-hKa" secondAttribute="top" id="199-pa-qRi"/>
  210. <constraint firstItem="bZw-F0-qfB" firstAttribute="top" secondItem="tVP-TN-hKa" secondAttribute="top" id="1oA-nk-RpV"/>
  211. <constraint firstItem="yo6-gB-t8D" firstAttribute="top" secondItem="tVP-TN-hKa" secondAttribute="top" id="2qI-8R-RcP"/>
  212. <constraint firstItem="mnv-8O-iu0" firstAttribute="leading" secondItem="bZw-F0-qfB" secondAttribute="trailing" id="Fua-am-4EP"/>
  213. <constraint firstAttribute="trailing" secondItem="mnv-8O-iu0" secondAttribute="trailing" id="L2C-NY-hy0"/>
  214. <constraint firstAttribute="width" secondItem="tVP-TN-hKa" secondAttribute="height" multiplier="350:105" id="MFQ-QH-Hkr"/>
  215. <constraint firstItem="yo6-gB-t8D" firstAttribute="leading" secondItem="tVP-TN-hKa" secondAttribute="leading" id="ThI-Ce-Y12"/>
  216. <constraint firstItem="bZw-F0-qfB" firstAttribute="leading" secondItem="yo6-gB-t8D" secondAttribute="trailing" id="XY1-4M-LCf"/>
  217. <constraint firstAttribute="bottom" secondItem="bZw-F0-qfB" secondAttribute="bottom" id="dg3-XP-9lq"/>
  218. <constraint firstItem="bZw-F0-qfB" firstAttribute="centerX" secondItem="tVP-TN-hKa" secondAttribute="centerX" id="hr4-IC-vHj"/>
  219. <constraint firstAttribute="bottom" secondItem="mnv-8O-iu0" secondAttribute="bottom" id="kUc-H3-ApW"/>
  220. <constraint firstAttribute="bottom" secondItem="yo6-gB-t8D" secondAttribute="bottom" id="nBm-Uu-e28"/>
  221. </constraints>
  222. </view>
  223. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="axD-H3-k51">
  224. <rect key="frame" x="20" y="491.5" width="335" height="100.5"/>
  225. <subviews>
  226. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5d9-8F-KRv">
  227. <rect key="frame" x="0.0" y="0.0" width="156.5" height="100.5"/>
  228. <subviews>
  229. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="PZb-5J-XVc">
  230. <rect key="frame" x="0.0" y="0.0" width="156.5" height="100.5"/>
  231. <color key="backgroundColor" red="0.94509803920000002" green="0.96078431369999995" blue="0.96078431369999995" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  232. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  233. <userDefinedRuntimeAttributes>
  234. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="10"/>
  235. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  236. </userDefinedRuntimeAttributes>
  237. <connections>
  238. <action selector="onHelpClick" destination="-1" eventType="touchUpInside" id="c8l-RQ-DVg"/>
  239. </connections>
  240. </button>
  241. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="my_help" translatesAutoresizingMaskIntoConstraints="NO" id="7MM-wc-kHa">
  242. <rect key="frame" x="58.5" y="22" width="40" height="36"/>
  243. </imageView>
  244. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="帮助与反馈" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="slS-7R-KaO">
  245. <rect key="frame" x="42.5" y="63" width="72" height="17"/>
  246. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  247. <color key="textColor" red="0.23921568630000001" green="0.23921568630000001" blue="0.23921568630000001" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  248. <nil key="highlightedColor"/>
  249. </label>
  250. </subviews>
  251. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  252. <constraints>
  253. <constraint firstItem="PZb-5J-XVc" firstAttribute="top" secondItem="5d9-8F-KRv" secondAttribute="top" id="4HK-Ob-XZZ"/>
  254. <constraint firstItem="slS-7R-KaO" firstAttribute="top" secondItem="7MM-wc-kHa" secondAttribute="bottom" constant="5" id="Gh4-Wl-uB7"/>
  255. <constraint firstAttribute="bottom" secondItem="PZb-5J-XVc" secondAttribute="bottom" id="Jd6-1y-tsX"/>
  256. <constraint firstItem="slS-7R-KaO" firstAttribute="centerX" secondItem="5d9-8F-KRv" secondAttribute="centerX" id="MHb-c2-5xV"/>
  257. <constraint firstItem="PZb-5J-XVc" firstAttribute="leading" secondItem="5d9-8F-KRv" secondAttribute="leading" id="bff-zt-Gd4"/>
  258. <constraint firstItem="7MM-wc-kHa" firstAttribute="top" secondItem="5d9-8F-KRv" secondAttribute="top" constant="22" id="ccE-e5-gwh"/>
  259. <constraint firstAttribute="trailing" secondItem="PZb-5J-XVc" secondAttribute="trailing" id="lUa-c4-AyT"/>
  260. <constraint firstItem="7MM-wc-kHa" firstAttribute="centerY" secondItem="5d9-8F-KRv" secondAttribute="centerY" multiplier="0.8" id="one-Gs-86c"/>
  261. <constraint firstItem="7MM-wc-kHa" firstAttribute="centerX" secondItem="5d9-8F-KRv" secondAttribute="centerX" id="rvH-si-4Rt"/>
  262. </constraints>
  263. <userDefinedRuntimeAttributes>
  264. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="10"/>
  265. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  266. </userDefinedRuntimeAttributes>
  267. </view>
  268. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AGz-87-TeJ">
  269. <rect key="frame" x="156.5" y="0.0" width="22" height="100.5"/>
  270. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  271. <constraints>
  272. <constraint firstAttribute="width" constant="22" id="1hI-F0-wp4"/>
  273. </constraints>
  274. </view>
  275. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Gei-aq-rQ8">
  276. <rect key="frame" x="178.5" y="0.0" width="156.5" height="100.5"/>
  277. <subviews>
  278. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KGf-Y8-i6e">
  279. <rect key="frame" x="0.0" y="0.0" width="156.5" height="100.5"/>
  280. <color key="backgroundColor" red="0.94509803920000002" green="0.96078431369999995" blue="0.96078431369999995" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  281. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  282. <userDefinedRuntimeAttributes>
  283. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="10"/>
  284. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  285. </userDefinedRuntimeAttributes>
  286. <connections>
  287. <action selector="onSetClick" destination="-1" eventType="touchUpInside" id="dfG-TM-ObO"/>
  288. </connections>
  289. </button>
  290. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="my_set" translatesAutoresizingMaskIntoConstraints="NO" id="Bu1-Qe-iIV">
  291. <rect key="frame" x="58.5" y="22" width="40" height="36"/>
  292. </imageView>
  293. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="系统设置" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oz7-9R-hcE">
  294. <rect key="frame" x="49.5" y="63" width="58" height="17"/>
  295. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  296. <color key="textColor" red="0.23921568630000001" green="0.23921568630000001" blue="0.23921568630000001" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  297. <nil key="highlightedColor"/>
  298. </label>
  299. </subviews>
  300. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  301. <constraints>
  302. <constraint firstItem="Bu1-Qe-iIV" firstAttribute="top" secondItem="Gei-aq-rQ8" secondAttribute="top" constant="22" id="3f4-rR-zVT"/>
  303. <constraint firstAttribute="bottom" secondItem="KGf-Y8-i6e" secondAttribute="bottom" id="73L-Pz-7uJ"/>
  304. <constraint firstItem="Bu1-Qe-iIV" firstAttribute="centerY" secondItem="Gei-aq-rQ8" secondAttribute="centerY" multiplier="0.8" id="8wZ-yN-Cdn"/>
  305. <constraint firstItem="KGf-Y8-i6e" firstAttribute="leading" secondItem="Gei-aq-rQ8" secondAttribute="leading" id="JRi-Qd-cTH"/>
  306. <constraint firstItem="oz7-9R-hcE" firstAttribute="top" secondItem="Bu1-Qe-iIV" secondAttribute="bottom" constant="5" id="Ngf-tC-glS"/>
  307. <constraint firstItem="KGf-Y8-i6e" firstAttribute="top" secondItem="Gei-aq-rQ8" secondAttribute="top" id="VJr-nS-Pdw"/>
  308. <constraint firstItem="Bu1-Qe-iIV" firstAttribute="centerX" secondItem="Gei-aq-rQ8" secondAttribute="centerX" id="k4A-vv-xWb"/>
  309. <constraint firstItem="oz7-9R-hcE" firstAttribute="centerX" secondItem="Gei-aq-rQ8" secondAttribute="centerX" id="l6g-0g-MiV"/>
  310. <constraint firstAttribute="trailing" secondItem="KGf-Y8-i6e" secondAttribute="trailing" id="ugi-mJ-4yn"/>
  311. </constraints>
  312. <userDefinedRuntimeAttributes>
  313. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="10"/>
  314. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  315. </userDefinedRuntimeAttributes>
  316. </view>
  317. </subviews>
  318. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  319. <constraints>
  320. <constraint firstItem="5d9-8F-KRv" firstAttribute="leading" secondItem="axD-H3-k51" secondAttribute="leading" id="5AZ-Kw-wuP"/>
  321. <constraint firstAttribute="trailing" secondItem="Gei-aq-rQ8" secondAttribute="trailing" id="95c-n5-5KL"/>
  322. <constraint firstAttribute="width" secondItem="axD-H3-k51" secondAttribute="height" multiplier="350:105" id="AeQ-tV-QtJ"/>
  323. <constraint firstAttribute="bottom" secondItem="AGz-87-TeJ" secondAttribute="bottom" id="B6Y-sf-cQD"/>
  324. <constraint firstAttribute="bottom" secondItem="5d9-8F-KRv" secondAttribute="bottom" id="Cuq-Na-IKD"/>
  325. <constraint firstItem="AGz-87-TeJ" firstAttribute="top" secondItem="axD-H3-k51" secondAttribute="top" id="N1M-7A-AlK"/>
  326. <constraint firstItem="AGz-87-TeJ" firstAttribute="centerX" secondItem="axD-H3-k51" secondAttribute="centerX" id="Nwg-YZ-rhn"/>
  327. <constraint firstItem="5d9-8F-KRv" firstAttribute="top" secondItem="axD-H3-k51" secondAttribute="top" id="gKs-UJ-mUd"/>
  328. <constraint firstAttribute="bottom" secondItem="Gei-aq-rQ8" secondAttribute="bottom" id="hEf-3r-Nx0"/>
  329. <constraint firstItem="Gei-aq-rQ8" firstAttribute="leading" secondItem="AGz-87-TeJ" secondAttribute="trailing" id="oFS-lq-tOQ"/>
  330. <constraint firstItem="AGz-87-TeJ" firstAttribute="leading" secondItem="5d9-8F-KRv" secondAttribute="trailing" id="wBl-nr-6kH"/>
  331. <constraint firstItem="Gei-aq-rQ8" firstAttribute="top" secondItem="axD-H3-k51" secondAttribute="top" id="ype-ml-ylc"/>
  332. </constraints>
  333. </view>
  334. </subviews>
  335. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  336. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  337. <constraints>
  338. <constraint firstItem="KkD-ha-MRi" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="0jB-SG-hBQ"/>
  339. <constraint firstItem="KkD-ha-MRi" firstAttribute="height" secondItem="Q5M-cg-NOt" secondAttribute="height" multiplier="0.47" id="4om-rD-y0x"/>
  340. <constraint firstItem="KkD-ha-MRi" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="BSq-Fw-dbi"/>
  341. <constraint firstItem="axD-H3-k51" firstAttribute="width" secondItem="axD-H3-k51" secondAttribute="height" multiplier="350:105" id="EMB-2P-ca6"/>
  342. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="axD-H3-k51" secondAttribute="trailing" constant="20" id="XHZ-Ot-aEw"/>
  343. <constraint firstItem="tVP-TN-hKa" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="20" id="YN3-ML-JOu"/>
  344. <constraint firstItem="axD-H3-k51" firstAttribute="top" secondItem="tVP-TN-hKa" secondAttribute="bottom" constant="20" id="cHo-U3-dzU"/>
  345. <constraint firstItem="KkD-ha-MRi" firstAttribute="trailing" secondItem="Q5M-cg-NOt" secondAttribute="trailing" id="gDv-el-pxJ"/>
  346. <constraint firstItem="tVP-TN-hKa" firstAttribute="top" secondItem="KkD-ha-MRi" secondAttribute="bottom" constant="34" id="gHf-Y5-zzy"/>
  347. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="tVP-TN-hKa" secondAttribute="trailing" constant="20" id="jfT-C2-O66"/>
  348. <constraint firstItem="axD-H3-k51" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="20" id="sPm-sm-tL2"/>
  349. </constraints>
  350. <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
  351. <point key="canvasLocation" x="384.61538461538458" y="-1.4218009478672986"/>
  352. </view>
  353. </objects>
  354. <resources>
  355. <image name="icon_default_user_1" width="100" height="100"/>
  356. <image name="my_administration" width="40" height="40"/>
  357. <image name="my_enter" width="20" height="21"/>
  358. <image name="my_help" width="40" height="40"/>
  359. <image name="my_home" width="25" height="26"/>
  360. <image name="my_set" width="40" height="40"/>
  361. <systemColor name="systemBackgroundColor">
  362. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  363. </systemColor>
  364. </resources>
  365. </document>