Common.storyboard 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="ap2-Fm-VRO">
  3. <device id="retina5_5" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment version="4352" identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="collection view cell content view" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Navigation Controller-->
  13. <scene sceneID="NtJ-7v-DCv">
  14. <objects>
  15. <navigationController navigationBarHidden="YES" id="ap2-Fm-VRO" sceneMemberID="viewController">
  16. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="5N9-fH-udg">
  17. <autoresizingMask key="autoresizingMask"/>
  18. </navigationBar>
  19. <connections>
  20. <segue destination="SHO-cN-RrV" kind="relationship" relationship="rootViewController" id="mLN-lO-ZNx"/>
  21. </connections>
  22. </navigationController>
  23. <placeholder placeholderIdentifier="IBFirstResponder" id="BPU-ZW-m87" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  24. </objects>
  25. <point key="canvasLocation" x="-968" y="96"/>
  26. </scene>
  27. <!--Common HomeVC-->
  28. <scene sceneID="BFe-KM-Ft4">
  29. <objects>
  30. <viewController storyboardIdentifier="CommonHomeVC" id="SHO-cN-RrV" customClass="CommonHomeVC" sceneMemberID="viewController">
  31. <view key="view" contentMode="scaleToFill" id="DUl-bS-JUQ">
  32. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  33. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  34. <subviews>
  35. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hCB-eT-rx4" customClass="WQNavigationBar">
  36. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  37. <subviews>
  38. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nXu-vq-Dw6">
  39. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  40. <subviews>
  41. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="常用" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jog-Lg-Zi7">
  42. <rect key="frame" x="191" y="10.666666666666666" width="32" height="22.666666666666671"/>
  43. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="16"/>
  44. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  45. <nil key="highlightedColor"/>
  46. </label>
  47. </subviews>
  48. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  49. <constraints>
  50. <constraint firstItem="Jog-Lg-Zi7" firstAttribute="centerX" secondItem="nXu-vq-Dw6" secondAttribute="centerX" id="EH9-ga-bnI"/>
  51. <constraint firstItem="Jog-Lg-Zi7" firstAttribute="centerY" secondItem="nXu-vq-Dw6" secondAttribute="centerY" id="ELO-jG-ee9"/>
  52. <constraint firstAttribute="height" constant="44" id="gAr-gG-sBR"/>
  53. </constraints>
  54. </view>
  55. </subviews>
  56. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  57. <constraints>
  58. <constraint firstAttribute="height" constant="64" id="4EF-wU-gZO"/>
  59. <constraint firstItem="nXu-vq-Dw6" firstAttribute="leading" secondItem="hCB-eT-rx4" secondAttribute="leading" id="Kvf-Vz-3rM"/>
  60. <constraint firstAttribute="bottom" secondItem="nXu-vq-Dw6" secondAttribute="bottom" id="swN-y3-8ZJ"/>
  61. <constraint firstItem="nXu-vq-Dw6" firstAttribute="trailing" secondItem="hCB-eT-rx4" secondAttribute="trailing" id="zlO-zU-FlR"/>
  62. </constraints>
  63. <viewLayoutGuide key="safeArea" id="N9b-tS-8Mg"/>
  64. <connections>
  65. <outlet property="height" destination="4EF-wU-gZO" id="qe0-R5-HtA"/>
  66. </connections>
  67. </view>
  68. </subviews>
  69. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  70. <constraints>
  71. <constraint firstItem="hCB-eT-rx4" firstAttribute="trailing" secondItem="7c1-e0-9St" secondAttribute="trailing" id="aeX-EI-pWy"/>
  72. <constraint firstItem="hCB-eT-rx4" firstAttribute="top" secondItem="DUl-bS-JUQ" secondAttribute="top" id="dLA-cp-dy0"/>
  73. <constraint firstItem="hCB-eT-rx4" firstAttribute="leading" secondItem="7c1-e0-9St" secondAttribute="leading" id="rMd-z6-kZq"/>
  74. </constraints>
  75. <viewLayoutGuide key="safeArea" id="7c1-e0-9St"/>
  76. </view>
  77. <navigationItem key="navigationItem" id="NKA-Hb-T1U"/>
  78. <connections>
  79. <outlet property="NavBar" destination="nXu-vq-Dw6" id="TGZ-dd-fe7"/>
  80. </connections>
  81. </viewController>
  82. <placeholder placeholderIdentifier="IBFirstResponder" id="QVI-Va-6oy" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  83. </objects>
  84. <point key="canvasLocation" x="-251" y="96"/>
  85. </scene>
  86. <!--Common WorkVC-->
  87. <scene sceneID="8Wv-eu-TDv">
  88. <objects>
  89. <viewController storyboardIdentifier="CommonWorkVC" id="lNc-1d-INZ" customClass="CommonWorkVC" sceneMemberID="viewController">
  90. <view key="view" contentMode="scaleToFill" id="9Q4-KX-0Y6">
  91. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  92. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  93. <subviews>
  94. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pLx-sa-vJF" customClass="WQNavigationBar">
  95. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  96. <subviews>
  97. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1iQ-7E-o2e">
  98. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  99. <subviews>
  100. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Awf-Qq-Fjm">
  101. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  102. <constraints>
  103. <constraint firstAttribute="height" constant="44" id="6gG-Ki-OGa"/>
  104. <constraint firstAttribute="width" constant="50" id="bWe-GW-YhP"/>
  105. </constraints>
  106. <state key="normal" image="back_black_icon"/>
  107. <connections>
  108. <action selector="backAction:" destination="lNc-1d-INZ" eventType="touchUpInside" id="6qo-VE-byy"/>
  109. </connections>
  110. </button>
  111. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5L9-R6-f4R">
  112. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  113. <constraints>
  114. <constraint firstAttribute="width" constant="35" id="kvY-VP-K0S"/>
  115. <constraint firstAttribute="height" constant="44" id="oKi-BX-uTx"/>
  116. </constraints>
  117. <state key="normal" image="menu_black_icon"/>
  118. <connections>
  119. <action selector="menuAction:" destination="lNc-1d-INZ" eventType="touchUpInside" id="72W-pN-Npa"/>
  120. </connections>
  121. </button>
  122. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="工作台" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ikf-R3-f4A">
  123. <rect key="frame" x="182.66666666666666" y="12.333333333333334" width="49" height="19.333333333333329"/>
  124. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  125. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  126. <nil key="highlightedColor"/>
  127. </label>
  128. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aSY-Hu-LiT">
  129. <rect key="frame" x="370" y="0.0" width="44" height="44"/>
  130. <constraints>
  131. <constraint firstAttribute="width" constant="44" id="4M5-sB-aN7"/>
  132. <constraint firstAttribute="height" constant="44" id="Q2a-PQ-ek5"/>
  133. </constraints>
  134. <state key="normal" image="Common_set"/>
  135. </button>
  136. </subviews>
  137. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  138. <constraints>
  139. <constraint firstItem="Awf-Qq-Fjm" firstAttribute="leading" secondItem="1iQ-7E-o2e" secondAttribute="leading" id="4GZ-5P-oKf"/>
  140. <constraint firstItem="5L9-R6-f4R" firstAttribute="top" secondItem="Awf-Qq-Fjm" secondAttribute="top" id="8M1-Qj-zUN"/>
  141. <constraint firstAttribute="bottom" secondItem="Awf-Qq-Fjm" secondAttribute="bottom" id="LkO-en-CQj"/>
  142. <constraint firstAttribute="trailing" secondItem="aSY-Hu-LiT" secondAttribute="trailing" id="U3a-YD-CdB"/>
  143. <constraint firstItem="5L9-R6-f4R" firstAttribute="bottom" secondItem="Awf-Qq-Fjm" secondAttribute="bottom" id="Z1A-ez-XjY"/>
  144. <constraint firstItem="Ikf-R3-f4A" firstAttribute="centerY" secondItem="Awf-Qq-Fjm" secondAttribute="centerY" id="Z34-oI-d8o"/>
  145. <constraint firstAttribute="height" constant="44" id="aGF-he-A7b"/>
  146. <constraint firstItem="5L9-R6-f4R" firstAttribute="leading" secondItem="Awf-Qq-Fjm" secondAttribute="trailing" id="mpX-dd-bEg"/>
  147. <constraint firstItem="Ikf-R3-f4A" firstAttribute="centerX" secondItem="1iQ-7E-o2e" secondAttribute="centerX" id="ox6-XW-TKa"/>
  148. <constraint firstItem="aSY-Hu-LiT" firstAttribute="centerY" secondItem="Ikf-R3-f4A" secondAttribute="centerY" id="zfX-mz-BwY"/>
  149. </constraints>
  150. </view>
  151. </subviews>
  152. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  153. <constraints>
  154. <constraint firstItem="1iQ-7E-o2e" firstAttribute="trailing" secondItem="pLx-sa-vJF" secondAttribute="trailing" id="S9k-gR-VeF"/>
  155. <constraint firstAttribute="bottom" secondItem="1iQ-7E-o2e" secondAttribute="bottom" id="Vi3-u3-kaa"/>
  156. <constraint firstAttribute="height" constant="64" id="md5-GN-JOk"/>
  157. <constraint firstItem="1iQ-7E-o2e" firstAttribute="leading" secondItem="pLx-sa-vJF" secondAttribute="leading" id="wfH-c5-flf"/>
  158. </constraints>
  159. <connections>
  160. <outlet property="height" destination="md5-GN-JOk" id="R0B-o3-JIn"/>
  161. </connections>
  162. </view>
  163. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="tad-eu-Kr4">
  164. <rect key="frame" x="7" y="75" width="400" height="661"/>
  165. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  166. <collectionViewFlowLayout key="collectionViewLayout" automaticEstimatedItemSize="YES" minimumLineSpacing="10" minimumInteritemSpacing="10" id="Ude-3z-2ct">
  167. <size key="itemSize" width="50" height="50"/>
  168. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  169. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  170. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  171. </collectionViewFlowLayout>
  172. <cells>
  173. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="1GU-ig-jC3">
  174. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  175. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  176. <collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="Hpf-LT-ydO">
  177. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  178. <autoresizingMask key="autoresizingMask"/>
  179. </collectionViewCellContentView>
  180. </collectionViewCell>
  181. </cells>
  182. </collectionView>
  183. </subviews>
  184. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.96862745098039216" alpha="1" colorSpace="calibratedRGB"/>
  185. <constraints>
  186. <constraint firstItem="pLx-sa-vJF" firstAttribute="leading" secondItem="JkD-pv-Xsr" secondAttribute="leading" id="2Qo-UD-UN6"/>
  187. <constraint firstItem="tad-eu-Kr4" firstAttribute="top" secondItem="pLx-sa-vJF" secondAttribute="bottom" constant="11" id="7xR-6C-j3w"/>
  188. <constraint firstItem="JkD-pv-Xsr" firstAttribute="bottom" secondItem="tad-eu-Kr4" secondAttribute="bottom" id="Cda-qx-5dO"/>
  189. <constraint firstItem="JkD-pv-Xsr" firstAttribute="trailing" secondItem="tad-eu-Kr4" secondAttribute="trailing" constant="7" id="Qob-Qx-KYB"/>
  190. <constraint firstItem="tad-eu-Kr4" firstAttribute="leading" secondItem="JkD-pv-Xsr" secondAttribute="leading" constant="7" id="hqJ-vG-6MJ"/>
  191. <constraint firstItem="pLx-sa-vJF" firstAttribute="trailing" secondItem="JkD-pv-Xsr" secondAttribute="trailing" id="mdB-2Y-buE"/>
  192. <constraint firstItem="pLx-sa-vJF" firstAttribute="top" secondItem="9Q4-KX-0Y6" secondAttribute="top" id="wMh-7E-rOO"/>
  193. </constraints>
  194. <viewLayoutGuide key="safeArea" id="JkD-pv-Xsr"/>
  195. </view>
  196. <navigationItem key="navigationItem" id="ISc-O6-KyT"/>
  197. <connections>
  198. <outlet property="collectionView" destination="tad-eu-Kr4" id="cLi-0Z-WIG"/>
  199. <outlet property="setBtn" destination="aSY-Hu-LiT" id="PqC-Ws-ZO8"/>
  200. </connections>
  201. </viewController>
  202. <placeholder placeholderIdentifier="IBFirstResponder" id="bIE-Wy-7la" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  203. </objects>
  204. <point key="canvasLocation" x="1107" y="95"/>
  205. </scene>
  206. <!--Common ToolVC-->
  207. <scene sceneID="aAs-5b-9Yo">
  208. <objects>
  209. <viewController storyboardIdentifier="CommonToolVC" id="ocm-aN-zcF" customClass="CommonToolVC" sceneMemberID="viewController">
  210. <view key="view" contentMode="scaleToFill" id="ycH-9Q-MgB">
  211. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  212. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  213. <subviews>
  214. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PXF-Y8-XcL" customClass="WQNavigationBar">
  215. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  216. <subviews>
  217. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hoQ-Kw-XUS">
  218. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  219. <subviews>
  220. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ObZ-Ie-n3D">
  221. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  222. <constraints>
  223. <constraint firstAttribute="width" constant="50" id="4gm-pq-nHB"/>
  224. <constraint firstAttribute="height" constant="44" id="wv0-pt-Hfy"/>
  225. </constraints>
  226. <state key="normal" image="back_black_icon"/>
  227. <connections>
  228. <action selector="backAction:" destination="ocm-aN-zcF" eventType="touchUpInside" id="QhD-rY-MEh"/>
  229. </connections>
  230. </button>
  231. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="O9c-zL-IZF">
  232. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  233. <constraints>
  234. <constraint firstAttribute="width" constant="35" id="IhP-dr-II3"/>
  235. <constraint firstAttribute="height" constant="44" id="nh5-sH-rDn"/>
  236. </constraints>
  237. <state key="normal" image="menu_black_icon"/>
  238. <connections>
  239. <action selector="menuAction:" destination="ocm-aN-zcF" eventType="touchUpInside" id="Wu3-BY-aYM"/>
  240. </connections>
  241. </button>
  242. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="工具箱" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HN4-v5-xAb">
  243. <rect key="frame" x="182.66666666666666" y="12.333333333333334" width="49" height="19.333333333333329"/>
  244. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  245. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  246. <nil key="highlightedColor"/>
  247. </label>
  248. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ToF-7E-AGC">
  249. <rect key="frame" x="370" y="0.0" width="44" height="44"/>
  250. <constraints>
  251. <constraint firstAttribute="height" constant="44" id="dJQ-Aj-1xh"/>
  252. <constraint firstAttribute="width" constant="44" id="kRa-PZ-nIf"/>
  253. </constraints>
  254. <state key="normal" image="Common_set"/>
  255. </button>
  256. </subviews>
  257. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  258. <constraints>
  259. <constraint firstItem="ToF-7E-AGC" firstAttribute="centerY" secondItem="HN4-v5-xAb" secondAttribute="centerY" id="1dI-8q-Jeb"/>
  260. <constraint firstItem="O9c-zL-IZF" firstAttribute="leading" secondItem="ObZ-Ie-n3D" secondAttribute="trailing" id="2Bh-Wo-FKi"/>
  261. <constraint firstItem="HN4-v5-xAb" firstAttribute="centerY" secondItem="ObZ-Ie-n3D" secondAttribute="centerY" id="67I-DV-VWe"/>
  262. <constraint firstItem="O9c-zL-IZF" firstAttribute="bottom" secondItem="ObZ-Ie-n3D" secondAttribute="bottom" id="Fa4-UD-wjz"/>
  263. <constraint firstItem="O9c-zL-IZF" firstAttribute="top" secondItem="ObZ-Ie-n3D" secondAttribute="top" id="Guz-jS-7FV"/>
  264. <constraint firstItem="ObZ-Ie-n3D" firstAttribute="leading" secondItem="hoQ-Kw-XUS" secondAttribute="leading" id="IXA-Tf-YHZ"/>
  265. <constraint firstAttribute="height" constant="44" id="OC2-Ha-G3c"/>
  266. <constraint firstItem="HN4-v5-xAb" firstAttribute="centerX" secondItem="hoQ-Kw-XUS" secondAttribute="centerX" id="WiK-Af-E7w"/>
  267. <constraint firstAttribute="bottom" secondItem="ObZ-Ie-n3D" secondAttribute="bottom" id="Ymb-0h-qFQ"/>
  268. <constraint firstAttribute="trailing" secondItem="ToF-7E-AGC" secondAttribute="trailing" id="h1U-Dz-7L2"/>
  269. </constraints>
  270. </view>
  271. </subviews>
  272. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  273. <constraints>
  274. <constraint firstAttribute="bottom" secondItem="hoQ-Kw-XUS" secondAttribute="bottom" id="2dZ-5n-8bS"/>
  275. <constraint firstItem="hoQ-Kw-XUS" firstAttribute="leading" secondItem="PXF-Y8-XcL" secondAttribute="leading" id="gdh-9m-7GY"/>
  276. <constraint firstItem="hoQ-Kw-XUS" firstAttribute="trailing" secondItem="PXF-Y8-XcL" secondAttribute="trailing" id="jbj-gW-xIO"/>
  277. <constraint firstAttribute="height" constant="64" id="wtP-wb-j5d"/>
  278. </constraints>
  279. <connections>
  280. <outlet property="height" destination="wtP-wb-j5d" id="dH7-Jw-pMm"/>
  281. </connections>
  282. </view>
  283. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="DhP-h8-5cx">
  284. <rect key="frame" x="7" y="75" width="400" height="661"/>
  285. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  286. <collectionViewFlowLayout key="collectionViewLayout" automaticEstimatedItemSize="YES" minimumLineSpacing="10" minimumInteritemSpacing="10" id="Gx8-xL-xmH">
  287. <size key="itemSize" width="50" height="50"/>
  288. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  289. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  290. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  291. </collectionViewFlowLayout>
  292. <cells>
  293. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="M38-5R-416">
  294. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  295. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  296. <collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="IOH-0v-jZi">
  297. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  298. <autoresizingMask key="autoresizingMask"/>
  299. </collectionViewCellContentView>
  300. </collectionViewCell>
  301. </cells>
  302. </collectionView>
  303. </subviews>
  304. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.96862745098039216" alpha="1" colorSpace="calibratedRGB"/>
  305. <constraints>
  306. <constraint firstItem="DhP-h8-5cx" firstAttribute="leading" secondItem="Gcd-wS-1Ou" secondAttribute="leading" constant="7" id="EC1-0d-2ev"/>
  307. <constraint firstItem="PXF-Y8-XcL" firstAttribute="leading" secondItem="Gcd-wS-1Ou" secondAttribute="leading" id="aSl-5Y-zdZ"/>
  308. <constraint firstItem="Gcd-wS-1Ou" firstAttribute="trailing" secondItem="DhP-h8-5cx" secondAttribute="trailing" constant="7" id="bEh-D0-q3P"/>
  309. <constraint firstItem="DhP-h8-5cx" firstAttribute="top" secondItem="PXF-Y8-XcL" secondAttribute="bottom" constant="11" id="gvR-yx-4il"/>
  310. <constraint firstItem="Gcd-wS-1Ou" firstAttribute="bottom" secondItem="DhP-h8-5cx" secondAttribute="bottom" id="hUj-Vd-a2t"/>
  311. <constraint firstItem="PXF-Y8-XcL" firstAttribute="top" secondItem="ycH-9Q-MgB" secondAttribute="top" id="iPV-b8-AYs"/>
  312. <constraint firstItem="PXF-Y8-XcL" firstAttribute="trailing" secondItem="Gcd-wS-1Ou" secondAttribute="trailing" id="yVa-Ak-SaM"/>
  313. </constraints>
  314. <viewLayoutGuide key="safeArea" id="Gcd-wS-1Ou"/>
  315. </view>
  316. <navigationItem key="navigationItem" id="H1o-ap-B90"/>
  317. <connections>
  318. <outlet property="collectionView" destination="DhP-h8-5cx" id="pUT-nt-o76"/>
  319. <outlet property="setBtn" destination="ToF-7E-AGC" id="JQO-9R-jAp"/>
  320. </connections>
  321. </viewController>
  322. <placeholder placeholderIdentifier="IBFirstResponder" id="UtR-r3-UTp" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  323. </objects>
  324. <point key="canvasLocation" x="445" y="95"/>
  325. </scene>
  326. <!--Common Tool MoveVC-->
  327. <scene sceneID="4vC-a8-h1O">
  328. <objects>
  329. <viewController storyboardIdentifier="CommonToolMoveVC" id="3q0-1g-LtH" customClass="CommonToolMoveVC" sceneMemberID="viewController">
  330. <view key="view" contentMode="scaleToFill" id="7cv-tN-deb">
  331. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  332. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  333. <subviews>
  334. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GWP-m2-iNt" customClass="WQNavigationBar">
  335. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  336. <subviews>
  337. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HCi-mn-k3B">
  338. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  339. <subviews>
  340. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jac-tk-dHo">
  341. <rect key="frame" x="354" y="0.0" width="60" height="44"/>
  342. <constraints>
  343. <constraint firstAttribute="width" constant="60" id="16b-6U-wTp"/>
  344. <constraint firstAttribute="height" constant="44" id="nhr-pK-LAK"/>
  345. </constraints>
  346. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  347. <state key="normal" title="完成">
  348. <color key="titleColor" red="0.22352941176470587" green="0.47450980392156861" blue="0.82745098039215681" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  349. </state>
  350. </button>
  351. </subviews>
  352. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  353. <constraints>
  354. <constraint firstAttribute="trailing" secondItem="jac-tk-dHo" secondAttribute="trailing" id="741-Yq-lEt"/>
  355. <constraint firstAttribute="height" constant="44" id="QsZ-Fq-wR2"/>
  356. <constraint firstItem="jac-tk-dHo" firstAttribute="centerY" secondItem="HCi-mn-k3B" secondAttribute="centerY" id="iMp-pV-bdd"/>
  357. </constraints>
  358. </view>
  359. </subviews>
  360. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  361. <constraints>
  362. <constraint firstItem="HCi-mn-k3B" firstAttribute="trailing" secondItem="GWP-m2-iNt" secondAttribute="trailing" id="Hrh-ak-nYy"/>
  363. <constraint firstItem="HCi-mn-k3B" firstAttribute="leading" secondItem="GWP-m2-iNt" secondAttribute="leading" id="UNM-ud-338"/>
  364. <constraint firstAttribute="height" constant="64" id="fRx-mS-guf"/>
  365. <constraint firstAttribute="bottom" secondItem="HCi-mn-k3B" secondAttribute="bottom" id="lCL-JR-isy"/>
  366. </constraints>
  367. <connections>
  368. <outlet property="height" destination="fRx-mS-guf" id="RUK-tp-Y5c"/>
  369. </connections>
  370. </view>
  371. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="HJv-Iy-0U4">
  372. <rect key="frame" x="7" y="64" width="400" height="672"/>
  373. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  374. <collectionViewFlowLayout key="collectionViewLayout" automaticEstimatedItemSize="YES" minimumLineSpacing="10" minimumInteritemSpacing="10" id="RBc-68-sAM">
  375. <size key="itemSize" width="50" height="50"/>
  376. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  377. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  378. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  379. </collectionViewFlowLayout>
  380. <cells>
  381. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="w32-KV-3IX">
  382. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  383. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  384. <collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="8K8-G8-wss">
  385. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  386. <autoresizingMask key="autoresizingMask"/>
  387. </collectionViewCellContentView>
  388. </collectionViewCell>
  389. </cells>
  390. </collectionView>
  391. </subviews>
  392. <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
  393. <constraints>
  394. <constraint firstItem="HJv-Iy-0U4" firstAttribute="leading" secondItem="RVb-1M-Xzg" secondAttribute="leading" constant="7" id="96x-x9-I6F"/>
  395. <constraint firstItem="GWP-m2-iNt" firstAttribute="trailing" secondItem="RVb-1M-Xzg" secondAttribute="trailing" id="IbF-kA-UPi"/>
  396. <constraint firstItem="RVb-1M-Xzg" firstAttribute="trailing" secondItem="HJv-Iy-0U4" secondAttribute="trailing" constant="7" id="NJ5-kc-6Ph"/>
  397. <constraint firstItem="GWP-m2-iNt" firstAttribute="top" secondItem="7cv-tN-deb" secondAttribute="top" id="Q5g-yg-zUP"/>
  398. <constraint firstItem="RVb-1M-Xzg" firstAttribute="bottom" secondItem="HJv-Iy-0U4" secondAttribute="bottom" id="kDb-yt-mmn"/>
  399. <constraint firstItem="GWP-m2-iNt" firstAttribute="leading" secondItem="RVb-1M-Xzg" secondAttribute="leading" id="pMK-24-oOJ"/>
  400. <constraint firstItem="HJv-Iy-0U4" firstAttribute="top" secondItem="GWP-m2-iNt" secondAttribute="bottom" id="xQS-d7-sas"/>
  401. </constraints>
  402. <viewLayoutGuide key="safeArea" id="RVb-1M-Xzg"/>
  403. </view>
  404. <navigationItem key="navigationItem" id="P4f-RL-aXl"/>
  405. <connections>
  406. <outlet property="collectionView" destination="HJv-Iy-0U4" id="Vnm-Zk-qwn"/>
  407. <outlet property="doneBtn" destination="jac-tk-dHo" id="Kwg-ES-iSC"/>
  408. </connections>
  409. </viewController>
  410. <placeholder placeholderIdentifier="IBFirstResponder" id="CQJ-kq-7oA" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  411. </objects>
  412. <point key="canvasLocation" x="-968" y="797"/>
  413. </scene>
  414. <!--Common NoteVC-->
  415. <scene sceneID="sLF-b5-0hG">
  416. <objects>
  417. <viewController storyboardIdentifier="CommonNoteVC" id="ley-V8-EGk" customClass="CommonNoteVC" sceneMemberID="viewController">
  418. <view key="view" contentMode="scaleToFill" id="QOf-bj-gjR">
  419. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  420. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  421. <subviews>
  422. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="04S-qa-FRc" customClass="WQNavigationBar">
  423. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  424. <subviews>
  425. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xjr-rl-4qd">
  426. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  427. <subviews>
  428. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5kl-Ww-tml">
  429. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  430. <constraints>
  431. <constraint firstAttribute="width" constant="50" id="IpP-bK-1RU"/>
  432. <constraint firstAttribute="height" constant="44" id="ccV-QA-HkK"/>
  433. </constraints>
  434. <state key="normal" image="back_black_icon"/>
  435. <connections>
  436. <action selector="backAction:" destination="ley-V8-EGk" eventType="touchUpInside" id="Poi-AK-FG0"/>
  437. </connections>
  438. </button>
  439. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="iH8-P7-3We">
  440. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  441. <constraints>
  442. <constraint firstAttribute="width" constant="35" id="WsI-K9-nFY"/>
  443. <constraint firstAttribute="height" constant="44" id="udF-Q2-nkL"/>
  444. </constraints>
  445. <state key="normal" image="menu_black_icon"/>
  446. <connections>
  447. <action selector="menuAction:" destination="ley-V8-EGk" eventType="touchUpInside" id="wim-Ki-GEc"/>
  448. </connections>
  449. </button>
  450. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="trailing" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wYf-DB-KI1">
  451. <rect key="frame" x="348" y="0.0" width="44" height="44"/>
  452. <constraints>
  453. <constraint firstAttribute="height" constant="44" id="JrE-al-u9l"/>
  454. <constraint firstAttribute="width" constant="44" id="iXG-37-gRl"/>
  455. </constraints>
  456. <state key="normal" image="chatmsg_right_edit_icon"/>
  457. </button>
  458. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的笔记" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xkD-ph-hEi">
  459. <rect key="frame" x="175" y="10.666666666666666" width="64" height="22.666666666666671"/>
  460. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="16"/>
  461. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  462. <nil key="highlightedColor"/>
  463. </label>
  464. </subviews>
  465. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  466. <constraints>
  467. <constraint firstItem="iH8-P7-3We" firstAttribute="centerY" secondItem="xjr-rl-4qd" secondAttribute="centerY" id="ALA-Y7-Hjz"/>
  468. <constraint firstAttribute="bottom" secondItem="5kl-Ww-tml" secondAttribute="bottom" id="Pv3-VW-0Xh"/>
  469. <constraint firstAttribute="trailing" secondItem="wYf-DB-KI1" secondAttribute="trailing" constant="22" id="XBu-3L-9uW"/>
  470. <constraint firstAttribute="height" constant="44" id="aJc-hz-nE4"/>
  471. <constraint firstItem="iH8-P7-3We" firstAttribute="leading" secondItem="5kl-Ww-tml" secondAttribute="trailing" id="j4b-B5-NPV"/>
  472. <constraint firstAttribute="bottom" secondItem="wYf-DB-KI1" secondAttribute="bottom" id="nQl-oF-RIO"/>
  473. <constraint firstItem="xkD-ph-hEi" firstAttribute="centerY" secondItem="xjr-rl-4qd" secondAttribute="centerY" id="naX-HD-BaZ"/>
  474. <constraint firstItem="5kl-Ww-tml" firstAttribute="leading" secondItem="xjr-rl-4qd" secondAttribute="leading" id="ttt-aG-zVM"/>
  475. <constraint firstItem="xkD-ph-hEi" firstAttribute="centerX" secondItem="xjr-rl-4qd" secondAttribute="centerX" id="wCC-X7-ote"/>
  476. </constraints>
  477. </view>
  478. </subviews>
  479. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  480. <constraints>
  481. <constraint firstItem="xjr-rl-4qd" firstAttribute="leading" secondItem="04S-qa-FRc" secondAttribute="leading" id="Y0g-fC-fYz"/>
  482. <constraint firstAttribute="bottom" secondItem="xjr-rl-4qd" secondAttribute="bottom" id="k0R-73-lZq"/>
  483. <constraint firstAttribute="height" constant="64" id="xOd-sP-Ldw"/>
  484. <constraint firstItem="xjr-rl-4qd" firstAttribute="trailing" secondItem="04S-qa-FRc" secondAttribute="trailing" id="zah-vC-Clz"/>
  485. </constraints>
  486. <connections>
  487. <outlet property="height" destination="xOd-sP-Ldw" id="xmC-bA-AYw"/>
  488. </connections>
  489. </view>
  490. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BOl-cJ-jtD">
  491. <rect key="frame" x="0.0" y="64" width="414" height="92"/>
  492. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  493. <constraints>
  494. <constraint firstAttribute="height" constant="92" id="83y-8D-KPd"/>
  495. </constraints>
  496. </view>
  497. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="VAc-dt-PGc">
  498. <rect key="frame" x="0.0" y="156" width="414" height="580"/>
  499. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  500. </tableView>
  501. </subviews>
  502. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  503. <constraints>
  504. <constraint firstItem="VAc-dt-PGc" firstAttribute="top" secondItem="BOl-cJ-jtD" secondAttribute="bottom" id="2L4-ex-gX4"/>
  505. <constraint firstItem="GHq-KT-G7e" firstAttribute="trailing" secondItem="BOl-cJ-jtD" secondAttribute="trailing" id="3GV-eQ-9cA"/>
  506. <constraint firstItem="BOl-cJ-jtD" firstAttribute="top" secondItem="04S-qa-FRc" secondAttribute="bottom" id="9h1-1C-uJU"/>
  507. <constraint firstItem="GHq-KT-G7e" firstAttribute="trailing" secondItem="VAc-dt-PGc" secondAttribute="trailing" id="AMj-T3-CQW"/>
  508. <constraint firstItem="VAc-dt-PGc" firstAttribute="leading" secondItem="GHq-KT-G7e" secondAttribute="leading" id="CPv-sr-cIZ"/>
  509. <constraint firstItem="GHq-KT-G7e" firstAttribute="bottom" secondItem="VAc-dt-PGc" secondAttribute="bottom" id="RaR-Qc-AE8"/>
  510. <constraint firstItem="04S-qa-FRc" firstAttribute="top" secondItem="QOf-bj-gjR" secondAttribute="top" id="RpB-xj-WI5"/>
  511. <constraint firstItem="BOl-cJ-jtD" firstAttribute="leading" secondItem="GHq-KT-G7e" secondAttribute="leading" id="mst-8f-e5q"/>
  512. <constraint firstItem="04S-qa-FRc" firstAttribute="trailing" secondItem="GHq-KT-G7e" secondAttribute="trailing" id="pq0-vP-waN"/>
  513. <constraint firstItem="04S-qa-FRc" firstAttribute="leading" secondItem="GHq-KT-G7e" secondAttribute="leading" id="rpu-zF-nBL"/>
  514. </constraints>
  515. <viewLayoutGuide key="safeArea" id="GHq-KT-G7e"/>
  516. </view>
  517. <navigationItem key="navigationItem" id="L6m-tH-tMj"/>
  518. <connections>
  519. <outlet property="headerView" destination="BOl-cJ-jtD" id="8iP-DC-qDa"/>
  520. <outlet property="rightEditBtn" destination="wYf-DB-KI1" id="adS-pn-EGr"/>
  521. <outlet property="tableView" destination="VAc-dt-PGc" id="pXV-NX-SzT"/>
  522. </connections>
  523. </viewController>
  524. <placeholder placeholderIdentifier="IBFirstResponder" id="xdv-9b-hFC" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  525. </objects>
  526. <point key="canvasLocation" x="-265.21739130434787" y="795.6521739130435"/>
  527. </scene>
  528. <!--Note DraftVC-->
  529. <scene sceneID="dQg-jR-Wff">
  530. <objects>
  531. <viewController storyboardIdentifier="NoteDraftVC" id="532-Yx-Ghr" customClass="NoteDraftVC" sceneMemberID="viewController">
  532. <view key="view" contentMode="scaleToFill" id="eGp-od-DGm">
  533. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  534. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  535. <subviews>
  536. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tSd-kK-m6i" customClass="WQNavigationBar">
  537. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  538. <subviews>
  539. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ief-he-wrx">
  540. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  541. <subviews>
  542. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2TO-Po-bNF">
  543. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  544. <constraints>
  545. <constraint firstAttribute="width" constant="50" id="E0T-pe-HwR"/>
  546. <constraint firstAttribute="height" constant="44" id="dHI-RZ-skK"/>
  547. </constraints>
  548. <state key="normal" image="back_black_icon"/>
  549. <connections>
  550. <action selector="backAction:" destination="532-Yx-Ghr" eventType="touchUpInside" id="6ER-fS-137"/>
  551. </connections>
  552. </button>
  553. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8IF-Mt-dxG">
  554. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  555. <constraints>
  556. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="35" id="ZlT-Jr-Muy"/>
  557. <constraint firstAttribute="height" constant="44" id="gyj-pO-DEO"/>
  558. </constraints>
  559. <state key="normal" image="menu_black_icon"/>
  560. <connections>
  561. <action selector="menuAction:" destination="532-Yx-Ghr" eventType="touchUpInside" id="UNI-gX-FOL"/>
  562. </connections>
  563. </button>
  564. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aUh-09-B5a">
  565. <rect key="frame" x="366" y="0.0" width="33" height="44"/>
  566. <constraints>
  567. <constraint firstAttribute="height" constant="44" id="opi-Ou-jKX"/>
  568. </constraints>
  569. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  570. <state key="normal" title="清空">
  571. <color key="titleColor" red="0.22352941179999999" green="0.47450980390000003" blue="0.82745098039999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  572. </state>
  573. </button>
  574. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="草稿箱" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sFu-uB-6YO">
  575. <rect key="frame" x="182.66666666666666" y="11.999999999999998" width="49" height="20.333333333333329"/>
  576. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  577. <nil key="textColor"/>
  578. <nil key="highlightedColor"/>
  579. </label>
  580. </subviews>
  581. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  582. <constraints>
  583. <constraint firstAttribute="height" constant="44" id="ChI-mk-RMm"/>
  584. <constraint firstAttribute="bottom" secondItem="2TO-Po-bNF" secondAttribute="bottom" id="EGt-Fm-RPK"/>
  585. <constraint firstItem="8IF-Mt-dxG" firstAttribute="leading" secondItem="2TO-Po-bNF" secondAttribute="trailing" id="KOX-Rf-Xwj"/>
  586. <constraint firstItem="2TO-Po-bNF" firstAttribute="leading" secondItem="ief-he-wrx" secondAttribute="leading" id="LfJ-SN-dwo"/>
  587. <constraint firstAttribute="bottom" secondItem="aUh-09-B5a" secondAttribute="bottom" id="PWE-8b-nR9"/>
  588. <constraint firstItem="aUh-09-B5a" firstAttribute="top" secondItem="ief-he-wrx" secondAttribute="top" id="QKS-PF-xxd"/>
  589. <constraint firstAttribute="trailing" secondItem="aUh-09-B5a" secondAttribute="trailing" constant="15" id="XRj-Yy-oKo"/>
  590. <constraint firstItem="sFu-uB-6YO" firstAttribute="centerX" secondItem="ief-he-wrx" secondAttribute="centerX" id="f4Z-Wc-u4x"/>
  591. <constraint firstAttribute="bottom" secondItem="aUh-09-B5a" secondAttribute="bottom" id="ggB-Pz-nfb"/>
  592. <constraint firstItem="8IF-Mt-dxG" firstAttribute="centerY" secondItem="ief-he-wrx" secondAttribute="centerY" id="rCi-UM-pNT"/>
  593. <constraint firstItem="sFu-uB-6YO" firstAttribute="centerY" secondItem="ief-he-wrx" secondAttribute="centerY" id="v9W-ii-6dh"/>
  594. </constraints>
  595. </view>
  596. </subviews>
  597. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  598. <constraints>
  599. <constraint firstItem="ief-he-wrx" firstAttribute="trailing" secondItem="tSd-kK-m6i" secondAttribute="trailing" id="2ev-Cc-ybd"/>
  600. <constraint firstAttribute="bottom" secondItem="ief-he-wrx" secondAttribute="bottom" id="Ndv-b9-gIg"/>
  601. <constraint firstItem="ief-he-wrx" firstAttribute="leading" secondItem="tSd-kK-m6i" secondAttribute="leading" id="bvA-tl-9W8"/>
  602. <constraint firstAttribute="height" constant="64" id="ixi-yV-vzQ"/>
  603. </constraints>
  604. <connections>
  605. <outlet property="height" destination="ixi-yV-vzQ" id="bMt-E7-AbN"/>
  606. </connections>
  607. </view>
  608. </subviews>
  609. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  610. <constraints>
  611. <constraint firstItem="tSd-kK-m6i" firstAttribute="leading" secondItem="5ww-fk-vwF" secondAttribute="leading" id="2fM-ov-n6e"/>
  612. <constraint firstItem="tSd-kK-m6i" firstAttribute="trailing" secondItem="5ww-fk-vwF" secondAttribute="trailing" id="JtX-Ag-92p"/>
  613. <constraint firstItem="tSd-kK-m6i" firstAttribute="top" secondItem="eGp-od-DGm" secondAttribute="top" id="oPb-aD-DOT"/>
  614. </constraints>
  615. <viewLayoutGuide key="safeArea" id="5ww-fk-vwF"/>
  616. </view>
  617. <navigationItem key="navigationItem" id="4TD-ip-WN1"/>
  618. <connections>
  619. <outlet property="operationAllSelectButton" destination="8IF-Mt-dxG" id="qDO-My-V7f"/>
  620. <outlet property="rightAddButton" destination="aUh-09-B5a" id="uG7-8v-NgK"/>
  621. <outlet property="vcTitleLabel" destination="sFu-uB-6YO" id="18b-GV-AAd"/>
  622. </connections>
  623. </viewController>
  624. <placeholder placeholderIdentifier="IBFirstResponder" id="jfP-Fw-GuG" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  625. </objects>
  626. <point key="canvasLocation" x="445" y="796"/>
  627. </scene>
  628. </scenes>
  629. <resources>
  630. <image name="Common_set" width="20" height="20"/>
  631. <image name="back_black_icon" width="11" height="20"/>
  632. <image name="chatmsg_right_edit_icon" width="15" height="17"/>
  633. <image name="menu_black_icon" width="16.666666030883789" height="14.666666984558105"/>
  634. </resources>
  635. </document>