MyTDTopicExtent.storyboard 104 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005
  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 identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--Navigation Controller-->
  12. <scene sceneID="NtJ-7v-DCv">
  13. <objects>
  14. <navigationController navigationBarHidden="YES" id="ap2-Fm-VRO" sceneMemberID="viewController">
  15. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="5N9-fH-udg">
  16. <autoresizingMask key="autoresizingMask"/>
  17. </navigationBar>
  18. <connections>
  19. <segue destination="u9Q-ae-cGl" kind="relationship" relationship="rootViewController" id="QuV-yj-PQf"/>
  20. </connections>
  21. </navigationController>
  22. <placeholder placeholderIdentifier="IBFirstResponder" id="BPU-ZW-m87" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  23. </objects>
  24. <point key="canvasLocation" x="-968" y="96"/>
  25. </scene>
  26. <!--MyTD Topic User MoveVC-->
  27. <scene sceneID="sTO-k6-6VI">
  28. <objects>
  29. <viewController storyboardIdentifier="MyTDTopicUserMoveVC" id="u9Q-ae-cGl" customClass="MyTDTopicUserMoveVC" sceneMemberID="viewController">
  30. <view key="view" contentMode="scaleToFill" id="yra-Ge-HHv">
  31. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  33. <subviews>
  34. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8Wt-Pu-G2g" customClass="WQNavigationBar">
  35. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  36. <subviews>
  37. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1mc-FN-tTO">
  38. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  39. <subviews>
  40. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1nh-d3-vE0">
  41. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  42. <constraints>
  43. <constraint firstAttribute="width" constant="50" id="UaI-nC-80u"/>
  44. <constraint firstAttribute="height" constant="44" id="VIr-gc-Rc6"/>
  45. </constraints>
  46. <state key="normal" image="back_black_icon"/>
  47. <connections>
  48. <action selector="backAction:" destination="u9Q-ae-cGl" eventType="touchUpInside" id="9hA-sO-6QT"/>
  49. </connections>
  50. </button>
  51. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2Ws-xb-2Fj">
  52. <rect key="frame" x="52" y="-3" width="31" height="50"/>
  53. <constraints>
  54. <constraint firstAttribute="width" constant="31" id="Gzu-Hg-hzN"/>
  55. <constraint firstAttribute="height" constant="50" id="Srj-OR-fIL"/>
  56. </constraints>
  57. <state key="normal" image="menu_black_icon">
  58. <color key="titleColor" red="0.058823529409999999" green="0.49803921569999998" blue="0.85098039219999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  59. </state>
  60. <connections>
  61. <action selector="menuAction:" destination="u9Q-ae-cGl" eventType="touchUpInside" id="Nwx-IS-ObV"/>
  62. </connections>
  63. </button>
  64. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="正文" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Hf9-FP-6Vv">
  65. <rect key="frame" x="103.66666666666669" y="11.999999999999998" width="207" height="20.333333333333329"/>
  66. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  67. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  68. <nil key="highlightedColor"/>
  69. </label>
  70. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2xf-or-z5P">
  71. <rect key="frame" x="0.0" y="43.666666666666664" width="414" height="0.3333333333333357"/>
  72. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  73. <constraints>
  74. <constraint firstAttribute="height" constant="0.5" id="wgM-7C-LoV"/>
  75. </constraints>
  76. </view>
  77. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UYh-6j-SsO">
  78. <rect key="frame" x="364" y="0.0" width="50" height="43.666666666666664"/>
  79. <constraints>
  80. <constraint firstAttribute="width" constant="50" id="kZW-0k-upj"/>
  81. </constraints>
  82. <state key="normal" image="add_find"/>
  83. </button>
  84. </subviews>
  85. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  86. <constraints>
  87. <constraint firstAttribute="bottom" secondItem="1nh-d3-vE0" secondAttribute="bottom" id="12R-rU-bwv"/>
  88. <constraint firstAttribute="bottom" secondItem="2xf-or-z5P" secondAttribute="bottom" id="1Pv-Kk-1YS"/>
  89. <constraint firstAttribute="trailing" secondItem="UYh-6j-SsO" secondAttribute="trailing" id="2Ua-Ms-6UK"/>
  90. <constraint firstItem="1nh-d3-vE0" firstAttribute="leading" secondItem="1mc-FN-tTO" secondAttribute="leading" id="LQd-x7-S2b"/>
  91. <constraint firstItem="Hf9-FP-6Vv" firstAttribute="centerX" secondItem="1mc-FN-tTO" secondAttribute="centerX" id="Qyt-85-Tsw"/>
  92. <constraint firstItem="UYh-6j-SsO" firstAttribute="top" secondItem="1mc-FN-tTO" secondAttribute="top" id="Saa-hZ-uOE"/>
  93. <constraint firstAttribute="trailing" secondItem="2xf-or-z5P" secondAttribute="trailing" id="TYe-Oz-7UT"/>
  94. <constraint firstItem="2xf-or-z5P" firstAttribute="top" secondItem="UYh-6j-SsO" secondAttribute="bottom" id="Tgx-h2-ErC"/>
  95. <constraint firstItem="Hf9-FP-6Vv" firstAttribute="centerY" secondItem="2Ws-xb-2Fj" secondAttribute="centerY" id="bsS-zX-unS"/>
  96. <constraint firstItem="2xf-or-z5P" firstAttribute="leading" secondItem="1mc-FN-tTO" secondAttribute="leading" id="gcQ-UU-MoC"/>
  97. <constraint firstAttribute="height" constant="44" id="kNd-TD-jrX"/>
  98. <constraint firstItem="Hf9-FP-6Vv" firstAttribute="width" secondItem="1mc-FN-tTO" secondAttribute="width" multiplier="0.5" id="vCa-vG-0Uk"/>
  99. <constraint firstItem="2Ws-xb-2Fj" firstAttribute="centerY" secondItem="1nh-d3-vE0" secondAttribute="centerY" id="vjh-UX-d8J"/>
  100. <constraint firstItem="2Ws-xb-2Fj" firstAttribute="leading" secondItem="1nh-d3-vE0" secondAttribute="trailing" constant="2" id="xnV-TA-tuI"/>
  101. </constraints>
  102. </view>
  103. </subviews>
  104. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  105. <constraints>
  106. <constraint firstItem="1mc-FN-tTO" firstAttribute="leading" secondItem="8Wt-Pu-G2g" secondAttribute="leading" id="NFA-ty-TnS"/>
  107. <constraint firstAttribute="bottom" secondItem="1mc-FN-tTO" secondAttribute="bottom" id="czm-K1-XnK"/>
  108. <constraint firstAttribute="height" constant="64" id="ijw-yG-abn"/>
  109. <constraint firstItem="1mc-FN-tTO" firstAttribute="trailing" secondItem="8Wt-Pu-G2g" secondAttribute="trailing" id="oxO-l5-eRr"/>
  110. </constraints>
  111. <viewLayoutGuide key="safeArea" id="JKf-OU-Kni"/>
  112. <connections>
  113. <outlet property="height" destination="ijw-yG-abn" id="WzG-h7-c2N"/>
  114. </connections>
  115. </view>
  116. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="18" sectionFooterHeight="18" translatesAutoresizingMaskIntoConstraints="NO" id="FsF-5U-Xxr">
  117. <rect key="frame" x="0.0" y="64" width="414" height="672"/>
  118. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  119. </tableView>
  120. </subviews>
  121. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  122. <constraints>
  123. <constraint firstItem="FsF-5U-Xxr" firstAttribute="leading" secondItem="PJ8-ON-GgG" secondAttribute="leading" id="0zB-KB-iL2"/>
  124. <constraint firstItem="PJ8-ON-GgG" firstAttribute="bottom" secondItem="FsF-5U-Xxr" secondAttribute="bottom" id="AXr-bh-T5j"/>
  125. <constraint firstItem="FsF-5U-Xxr" firstAttribute="top" secondItem="8Wt-Pu-G2g" secondAttribute="bottom" id="BZa-Ul-lDL"/>
  126. <constraint firstItem="PJ8-ON-GgG" firstAttribute="trailing" secondItem="FsF-5U-Xxr" secondAttribute="trailing" id="cPf-RK-gbl"/>
  127. <constraint firstItem="8Wt-Pu-G2g" firstAttribute="trailing" secondItem="PJ8-ON-GgG" secondAttribute="trailing" id="sOw-DQ-Le7"/>
  128. <constraint firstItem="8Wt-Pu-G2g" firstAttribute="top" secondItem="yra-Ge-HHv" secondAttribute="top" id="sW1-eA-Jew"/>
  129. <constraint firstItem="8Wt-Pu-G2g" firstAttribute="leading" secondItem="PJ8-ON-GgG" secondAttribute="leading" id="ydn-b1-Bdd"/>
  130. </constraints>
  131. <viewLayoutGuide key="safeArea" id="PJ8-ON-GgG"/>
  132. </view>
  133. <navigationItem key="navigationItem" id="vKV-lz-8IY"/>
  134. <connections>
  135. <outlet property="addBtn" destination="UYh-6j-SsO" id="asL-Qc-kPQ"/>
  136. <outlet property="tableView" destination="FsF-5U-Xxr" id="v5c-Px-Muf"/>
  137. <outlet property="titleL" destination="Hf9-FP-6Vv" id="gpm-Hm-CgM"/>
  138. </connections>
  139. </viewController>
  140. <placeholder placeholderIdentifier="IBFirstResponder" id="V9T-K8-DqF" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  141. </objects>
  142. <point key="canvasLocation" x="-213" y="95"/>
  143. </scene>
  144. <!--MyTD Topic CreateVC-->
  145. <scene sceneID="YbK-Tg-PXf">
  146. <objects>
  147. <viewController storyboardIdentifier="MyTDTopicCreateVC" id="YYf-DN-Fi4" customClass="MyTDTopicCreateVC" sceneMemberID="viewController">
  148. <view key="view" contentMode="scaleToFill" id="fqC-A4-dH3">
  149. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  150. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  151. <subviews>
  152. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mIR-a9-Xnv" customClass="WQNavigationBar">
  153. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  154. <subviews>
  155. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZEe-cv-G55">
  156. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  157. <subviews>
  158. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ktE-d8-lrJ">
  159. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  160. <constraints>
  161. <constraint firstAttribute="width" constant="50" id="Gsp-Si-nuf"/>
  162. <constraint firstAttribute="height" constant="44" id="ggz-Am-hB5"/>
  163. </constraints>
  164. <state key="normal" image="back_black_icon"/>
  165. <connections>
  166. <action selector="backAction:" destination="YYf-DN-Fi4" eventType="touchUpInside" id="Mhh-rn-OfE"/>
  167. </connections>
  168. </button>
  169. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Dr2-cu-d5w">
  170. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  171. <constraints>
  172. <constraint firstAttribute="height" constant="44" id="a1g-4m-WRv"/>
  173. <constraint firstAttribute="width" constant="35" id="lp4-pd-gRt"/>
  174. </constraints>
  175. <state key="normal" image="menu_black_icon"/>
  176. <connections>
  177. <action selector="menuAction:" destination="YYf-DN-Fi4" eventType="touchUpInside" id="UIY-r9-ZcD"/>
  178. </connections>
  179. </button>
  180. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2wx-Ks-oRM">
  181. <rect key="frame" x="368" y="7" width="31" height="30"/>
  182. <state key="normal" title="完成">
  183. <color key="titleColor" red="0.22352941179999999" green="0.47450980390000003" blue="0.82745098039999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  184. </state>
  185. <state key="disabled">
  186. <color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  187. </state>
  188. </button>
  189. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JV5-OL-56b">
  190. <rect key="frame" x="0.0" y="43.666666666666664" width="414" height="0.3333333333333357"/>
  191. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  192. <constraints>
  193. <constraint firstAttribute="height" constant="0.5" id="QXv-QK-Yhs"/>
  194. </constraints>
  195. </view>
  196. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="写话题" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TEo-N9-lto">
  197. <rect key="frame" x="182.66666666666666" y="12.333333333333334" width="49" height="19.333333333333329"/>
  198. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  199. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  200. <nil key="highlightedColor"/>
  201. </label>
  202. </subviews>
  203. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  204. <constraints>
  205. <constraint firstAttribute="height" constant="44" id="50W-KJ-TFa"/>
  206. <constraint firstAttribute="trailing" secondItem="2wx-Ks-oRM" secondAttribute="trailing" constant="15" id="F9h-YG-xsd"/>
  207. <constraint firstItem="Dr2-cu-d5w" firstAttribute="top" secondItem="ktE-d8-lrJ" secondAttribute="top" id="Gez-hi-kyN"/>
  208. <constraint firstItem="TEo-N9-lto" firstAttribute="centerY" secondItem="ZEe-cv-G55" secondAttribute="centerY" id="Lme-UA-4QE"/>
  209. <constraint firstItem="TEo-N9-lto" firstAttribute="centerX" secondItem="ZEe-cv-G55" secondAttribute="centerX" id="UdT-6y-bp5"/>
  210. <constraint firstItem="ktE-d8-lrJ" firstAttribute="leading" secondItem="ZEe-cv-G55" secondAttribute="leading" id="b06-A8-cOi"/>
  211. <constraint firstAttribute="bottom" secondItem="2wx-Ks-oRM" secondAttribute="bottom" constant="7" id="bih-KM-UUR"/>
  212. <constraint firstAttribute="bottom" secondItem="JV5-OL-56b" secondAttribute="bottom" id="dgX-eS-ghx"/>
  213. <constraint firstItem="Dr2-cu-d5w" firstAttribute="leading" secondItem="ktE-d8-lrJ" secondAttribute="trailing" id="gYJ-tb-P76"/>
  214. <constraint firstAttribute="bottom" secondItem="ktE-d8-lrJ" secondAttribute="bottom" id="kjf-vW-Gf6"/>
  215. <constraint firstAttribute="trailing" secondItem="JV5-OL-56b" secondAttribute="trailing" id="pco-W2-jQy"/>
  216. <constraint firstItem="JV5-OL-56b" firstAttribute="leading" secondItem="ZEe-cv-G55" secondAttribute="leading" id="rj3-M4-7mU"/>
  217. <constraint firstItem="Dr2-cu-d5w" firstAttribute="bottom" secondItem="ktE-d8-lrJ" secondAttribute="bottom" id="tuE-lf-b0p"/>
  218. </constraints>
  219. </view>
  220. </subviews>
  221. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  222. <constraints>
  223. <constraint firstItem="ZEe-cv-G55" firstAttribute="trailing" secondItem="mIR-a9-Xnv" secondAttribute="trailing" id="5sQ-eF-Leo"/>
  224. <constraint firstAttribute="height" constant="64" id="E8I-v7-3yk"/>
  225. <constraint firstItem="ZEe-cv-G55" firstAttribute="leading" secondItem="mIR-a9-Xnv" secondAttribute="leading" id="S8C-k4-4es"/>
  226. <constraint firstAttribute="bottom" secondItem="ZEe-cv-G55" secondAttribute="bottom" id="lgw-OU-8h6"/>
  227. </constraints>
  228. <connections>
  229. <outlet property="height" destination="E8I-v7-3yk" id="rwq-yT-dbH"/>
  230. </connections>
  231. </view>
  232. </subviews>
  233. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  234. <constraints>
  235. <constraint firstItem="mIR-a9-Xnv" firstAttribute="trailing" secondItem="Z81-i5-rpA" secondAttribute="trailing" id="Ckb-Jn-3eh"/>
  236. <constraint firstItem="mIR-a9-Xnv" firstAttribute="leading" secondItem="Z81-i5-rpA" secondAttribute="leading" id="dMi-eL-mx5"/>
  237. <constraint firstItem="mIR-a9-Xnv" firstAttribute="top" secondItem="fqC-A4-dH3" secondAttribute="top" id="ndb-MV-6YD"/>
  238. </constraints>
  239. <viewLayoutGuide key="safeArea" id="Z81-i5-rpA"/>
  240. </view>
  241. <navigationItem key="navigationItem" id="xFT-Hc-3Xz"/>
  242. <connections>
  243. <outlet property="DoneBtn" destination="2wx-Ks-oRM" id="ZQb-nI-rhF"/>
  244. <outlet property="TitleL" destination="TEo-N9-lto" id="Ref-W5-wAy"/>
  245. <outlet property="navBarV" destination="ZEe-cv-G55" id="aXB-Xd-OOQ"/>
  246. </connections>
  247. </viewController>
  248. <placeholder placeholderIdentifier="IBFirstResponder" id="6oW-vJ-Vy7" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  249. </objects>
  250. <point key="canvasLocation" x="459" y="95"/>
  251. </scene>
  252. <!--MyTD Topic Select ExtentVC-->
  253. <scene sceneID="z7h-te-idI">
  254. <objects>
  255. <viewController storyboardIdentifier="MyTDTopicSelectExtentVC" id="UXR-9c-ewz" customClass="MyTDTopicSelectExtentVC" sceneMemberID="viewController">
  256. <view key="view" contentMode="scaleToFill" id="zV2-Fp-pBr">
  257. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  258. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  259. <subviews>
  260. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8rg-1c-leF" customClass="WQNavigationBar">
  261. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  262. <subviews>
  263. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7gk-Ey-iTA">
  264. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  265. <subviews>
  266. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bgf-HN-uiw">
  267. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  268. <constraints>
  269. <constraint firstAttribute="width" constant="50" id="a42-e1-hP4"/>
  270. <constraint firstAttribute="height" constant="44" id="uxV-nq-8Cn"/>
  271. </constraints>
  272. <state key="normal" image="back_black_icon"/>
  273. <connections>
  274. <action selector="backAction:" destination="UXR-9c-ewz" eventType="touchUpInside" id="LGN-AV-Php"/>
  275. </connections>
  276. </button>
  277. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="w8A-gA-3Xq">
  278. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  279. <constraints>
  280. <constraint firstAttribute="height" constant="44" id="Qnp-5L-zmh"/>
  281. <constraint firstAttribute="width" constant="35" id="aZe-4S-Zqd"/>
  282. </constraints>
  283. <state key="normal" image="menu_black_icon"/>
  284. <connections>
  285. <action selector="menuAction:" destination="UXR-9c-ewz" eventType="touchUpInside" id="IAK-EL-ziM"/>
  286. </connections>
  287. </button>
  288. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="s9S-NT-SCi">
  289. <rect key="frame" x="364" y="0.0" width="50" height="44"/>
  290. <constraints>
  291. <constraint firstAttribute="height" constant="44" id="DYU-rO-bdq"/>
  292. <constraint firstAttribute="width" constant="50" id="s94-rR-rWO"/>
  293. </constraints>
  294. <state key="normal" image="chatmsg_right_add_icon"/>
  295. </button>
  296. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="选择发布范围" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hpk-yx-3ZD">
  297. <rect key="frame" x="158" y="12.333333333333334" width="98" height="19.333333333333329"/>
  298. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  299. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="calibratedRGB"/>
  300. <nil key="highlightedColor"/>
  301. </label>
  302. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QCx-eJ-Abo">
  303. <rect key="frame" x="0.0" y="43.666666666666664" width="414" height="0.3333333333333357"/>
  304. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  305. <constraints>
  306. <constraint firstAttribute="height" constant="0.5" id="sHQ-Jx-ccJ"/>
  307. </constraints>
  308. </view>
  309. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Iwd-Vt-2eZ">
  310. <rect key="frame" x="50" y="7" width="31" height="30"/>
  311. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  312. <state key="normal" title="全选"/>
  313. </button>
  314. </subviews>
  315. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  316. <constraints>
  317. <constraint firstAttribute="trailing" secondItem="QCx-eJ-Abo" secondAttribute="trailing" id="1qV-VU-ISg"/>
  318. <constraint firstAttribute="trailing" secondItem="s9S-NT-SCi" secondAttribute="trailing" id="5rS-rf-wrT"/>
  319. <constraint firstItem="hpk-yx-3ZD" firstAttribute="centerX" secondItem="7gk-Ey-iTA" secondAttribute="centerX" id="7Ut-2M-hNY"/>
  320. <constraint firstItem="w8A-gA-3Xq" firstAttribute="top" secondItem="bgf-HN-uiw" secondAttribute="top" id="CVB-ez-vUm"/>
  321. <constraint firstAttribute="bottom" secondItem="s9S-NT-SCi" secondAttribute="bottom" id="DeK-vF-tRD"/>
  322. <constraint firstItem="hpk-yx-3ZD" firstAttribute="centerY" secondItem="7gk-Ey-iTA" secondAttribute="centerY" id="GCN-IA-6JK"/>
  323. <constraint firstItem="QCx-eJ-Abo" firstAttribute="leading" secondItem="7gk-Ey-iTA" secondAttribute="leading" id="GxP-ka-g8J"/>
  324. <constraint firstItem="w8A-gA-3Xq" firstAttribute="bottom" secondItem="bgf-HN-uiw" secondAttribute="bottom" id="JTv-Nw-Dj6"/>
  325. <constraint firstItem="w8A-gA-3Xq" firstAttribute="leading" secondItem="bgf-HN-uiw" secondAttribute="trailing" id="MTm-u8-e7j"/>
  326. <constraint firstItem="Iwd-Vt-2eZ" firstAttribute="leading" secondItem="bgf-HN-uiw" secondAttribute="trailing" id="T3k-qm-GAa"/>
  327. <constraint firstAttribute="height" constant="44" id="TiX-mL-5f4"/>
  328. <constraint firstItem="Iwd-Vt-2eZ" firstAttribute="centerY" secondItem="7gk-Ey-iTA" secondAttribute="centerY" id="leK-k4-t75"/>
  329. <constraint firstAttribute="bottom" secondItem="bgf-HN-uiw" secondAttribute="bottom" id="lqM-c4-kOW"/>
  330. <constraint firstItem="bgf-HN-uiw" firstAttribute="leading" secondItem="7gk-Ey-iTA" secondAttribute="leading" id="mfH-qX-PTn"/>
  331. <constraint firstAttribute="bottom" secondItem="QCx-eJ-Abo" secondAttribute="bottom" id="u3X-4y-YCF"/>
  332. </constraints>
  333. </view>
  334. </subviews>
  335. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  336. <constraints>
  337. <constraint firstAttribute="height" constant="64" id="9u3-Is-o0a"/>
  338. <constraint firstItem="7gk-Ey-iTA" firstAttribute="trailing" secondItem="8rg-1c-leF" secondAttribute="trailing" id="Ipk-XO-mE6"/>
  339. <constraint firstItem="7gk-Ey-iTA" firstAttribute="leading" secondItem="8rg-1c-leF" secondAttribute="leading" id="cov-CE-oW2"/>
  340. <constraint firstAttribute="bottom" secondItem="7gk-Ey-iTA" secondAttribute="bottom" id="hjV-gV-F6F"/>
  341. </constraints>
  342. <connections>
  343. <outlet property="height" destination="9u3-Is-o0a" id="f1J-qH-MUB"/>
  344. </connections>
  345. </view>
  346. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hc9-s7-96E">
  347. <rect key="frame" x="0.0" y="64" width="414" height="28"/>
  348. <subviews>
  349. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="发布的话题将同步保存到我的笔记中以下相应文件夹" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SLT-f7-M6F">
  350. <rect key="frame" x="15" y="7.0000000000000009" width="282" height="14.333333333333336"/>
  351. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  352. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  353. <nil key="highlightedColor"/>
  354. </label>
  355. </subviews>
  356. <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
  357. <constraints>
  358. <constraint firstItem="SLT-f7-M6F" firstAttribute="leading" secondItem="hc9-s7-96E" secondAttribute="leading" constant="15" id="d8Y-9N-9Ii"/>
  359. <constraint firstItem="SLT-f7-M6F" firstAttribute="centerY" secondItem="hc9-s7-96E" secondAttribute="centerY" id="pkw-Aq-bMM"/>
  360. <constraint firstAttribute="height" constant="28" id="qfK-6x-lWE"/>
  361. </constraints>
  362. </view>
  363. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="W6d-gq-POi">
  364. <rect key="frame" x="0.0" y="92" width="414" height="644"/>
  365. <subviews>
  366. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Pd4-La-7ks">
  367. <rect key="frame" x="136" y="160" width="142" height="59.666666666666657"/>
  368. <state key="normal" image="Topic_New_Filed"/>
  369. </button>
  370. </subviews>
  371. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  372. <constraints>
  373. <constraint firstItem="Pd4-La-7ks" firstAttribute="top" secondItem="W6d-gq-POi" secondAttribute="top" constant="160" id="K0z-pM-jzg"/>
  374. <constraint firstItem="Pd4-La-7ks" firstAttribute="centerX" secondItem="W6d-gq-POi" secondAttribute="centerX" id="Qgp-4r-qtg"/>
  375. </constraints>
  376. </view>
  377. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="aCX-FT-240">
  378. <rect key="frame" x="0.0" y="92" width="414" height="644"/>
  379. <prototypes>
  380. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" id="u2R-oK-scG">
  381. <rect key="frame" x="0.0" y="28" width="414" height="44"/>
  382. <autoresizingMask key="autoresizingMask"/>
  383. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="u2R-oK-scG" id="19E-tM-HW2">
  384. <rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
  385. <autoresizingMask key="autoresizingMask"/>
  386. </tableViewCellContentView>
  387. </tableViewCell>
  388. </prototypes>
  389. </tableView>
  390. </subviews>
  391. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  392. <constraints>
  393. <constraint firstItem="Dnr-WS-ijr" firstAttribute="trailing" secondItem="W6d-gq-POi" secondAttribute="trailing" id="5p4-dS-Gjo"/>
  394. <constraint firstItem="Dnr-WS-ijr" firstAttribute="bottom" secondItem="W6d-gq-POi" secondAttribute="bottom" id="BDB-8E-xwN"/>
  395. <constraint firstItem="W6d-gq-POi" firstAttribute="top" secondItem="hc9-s7-96E" secondAttribute="bottom" id="DYz-LR-5Tq"/>
  396. <constraint firstItem="8rg-1c-leF" firstAttribute="trailing" secondItem="Dnr-WS-ijr" secondAttribute="trailing" id="FaG-Yy-SfV"/>
  397. <constraint firstItem="hc9-s7-96E" firstAttribute="top" secondItem="8rg-1c-leF" secondAttribute="bottom" id="IXW-Be-Ix8"/>
  398. <constraint firstItem="aCX-FT-240" firstAttribute="leading" secondItem="Dnr-WS-ijr" secondAttribute="leading" id="JIP-vR-7VB"/>
  399. <constraint firstItem="Dnr-WS-ijr" firstAttribute="bottom" secondItem="aCX-FT-240" secondAttribute="bottom" id="KDW-Ev-ywi"/>
  400. <constraint firstItem="aCX-FT-240" firstAttribute="trailing" secondItem="Dnr-WS-ijr" secondAttribute="trailing" id="PSB-Bw-w2i"/>
  401. <constraint firstItem="8rg-1c-leF" firstAttribute="top" secondItem="zV2-Fp-pBr" secondAttribute="top" id="S31-hW-IPj"/>
  402. <constraint firstItem="aCX-FT-240" firstAttribute="top" secondItem="hc9-s7-96E" secondAttribute="bottom" id="cGz-Rp-Ptx"/>
  403. <constraint firstItem="hc9-s7-96E" firstAttribute="leading" secondItem="Dnr-WS-ijr" secondAttribute="leading" id="hzt-Fk-gm3"/>
  404. <constraint firstItem="hc9-s7-96E" firstAttribute="trailing" secondItem="Dnr-WS-ijr" secondAttribute="trailing" id="jjk-j5-OIn"/>
  405. <constraint firstItem="8rg-1c-leF" firstAttribute="leading" secondItem="Dnr-WS-ijr" secondAttribute="leading" id="pMz-RD-lIf"/>
  406. <constraint firstItem="W6d-gq-POi" firstAttribute="leading" secondItem="Dnr-WS-ijr" secondAttribute="leading" id="u6K-8e-fbq"/>
  407. </constraints>
  408. <viewLayoutGuide key="safeArea" id="Dnr-WS-ijr"/>
  409. </view>
  410. <navigationItem key="navigationItem" id="1Mx-Bm-jNK"/>
  411. <connections>
  412. <outlet property="addBtn" destination="s9S-NT-SCi" id="goO-b7-bcu"/>
  413. <outlet property="menuBtn" destination="w8A-gA-3Xq" id="foJ-S9-lkc"/>
  414. <outlet property="noDataBtn" destination="Pd4-La-7ks" id="VeH-eG-Vzb"/>
  415. <outlet property="noDataView" destination="W6d-gq-POi" id="iwo-Fk-oXR"/>
  416. <outlet property="operationAllSelectButton" destination="Iwd-Vt-2eZ" id="o8q-Lp-K92"/>
  417. <outlet property="showL" destination="SLT-f7-M6F" id="HUs-na-okV"/>
  418. <outlet property="tableView" destination="aCX-FT-240" id="rbL-N0-ykL"/>
  419. <outlet property="titleL" destination="hpk-yx-3ZD" id="6Fo-fK-8yA"/>
  420. </connections>
  421. </viewController>
  422. <placeholder placeholderIdentifier="IBFirstResponder" id="j4b-Ae-t97" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  423. </objects>
  424. <point key="canvasLocation" x="-943.47826086956525" y="783.42391304347836"/>
  425. </scene>
  426. <!--Change TopicVC-->
  427. <scene sceneID="red-60-yvq">
  428. <objects>
  429. <viewController storyboardIdentifier="ChangeTopicVC" id="xuL-HZ-hNa" customClass="ChangeTopicVC" sceneMemberID="viewController">
  430. <view key="view" contentMode="scaleToFill" id="a5E-Wj-7Y5">
  431. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  432. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  433. <subviews>
  434. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lWE-z1-RME" customClass="WQNavigationBar">
  435. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  436. <subviews>
  437. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6m2-h0-sxX">
  438. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  439. <subviews>
  440. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JNI-Pn-12N">
  441. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  442. <constraints>
  443. <constraint firstAttribute="height" constant="44" id="pTm-Lx-glY"/>
  444. <constraint firstAttribute="width" constant="50" id="qt4-OT-fwu"/>
  445. </constraints>
  446. <state key="normal" image="back_black_icon"/>
  447. <connections>
  448. <action selector="backAction:" destination="xuL-HZ-hNa" eventType="touchUpInside" id="xm1-8s-Hx8"/>
  449. </connections>
  450. </button>
  451. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="K1Z-iM-E9m">
  452. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  453. <constraints>
  454. <constraint firstAttribute="height" constant="44" id="cxg-6K-msF"/>
  455. <constraint firstAttribute="width" constant="35" id="sc8-CD-Dy1"/>
  456. </constraints>
  457. <state key="normal" image="menu_black_icon"/>
  458. <connections>
  459. <action selector="menuAction:" destination="xuL-HZ-hNa" eventType="touchUpInside" id="RX5-ov-OHC"/>
  460. </connections>
  461. </button>
  462. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="写话题" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="osx-6l-iOG">
  463. <rect key="frame" x="182.66666666666666" y="12.333333333333334" width="49" height="19.333333333333329"/>
  464. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  465. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  466. <nil key="highlightedColor"/>
  467. </label>
  468. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="imv-UA-8Io">
  469. <rect key="frame" x="368" y="7" width="31" height="30"/>
  470. <state key="normal" title="完成">
  471. <color key="titleColor" red="0.22352941179999999" green="0.47450980390000003" blue="0.82745098039999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  472. </state>
  473. </button>
  474. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8n3-ad-kg3">
  475. <rect key="frame" x="0.0" y="43.666666666666664" width="414" height="0.3333333333333357"/>
  476. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  477. <constraints>
  478. <constraint firstAttribute="height" constant="0.5" id="hOT-4S-s5c"/>
  479. </constraints>
  480. </view>
  481. </subviews>
  482. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  483. <constraints>
  484. <constraint firstAttribute="bottom" secondItem="JNI-Pn-12N" secondAttribute="bottom" id="00e-LO-buW"/>
  485. <constraint firstAttribute="trailing" secondItem="imv-UA-8Io" secondAttribute="trailing" constant="15" id="04r-Ol-7xT"/>
  486. <constraint firstItem="JNI-Pn-12N" firstAttribute="leading" secondItem="6m2-h0-sxX" secondAttribute="leading" id="1kP-da-gKc"/>
  487. <constraint firstItem="K1Z-iM-E9m" firstAttribute="top" secondItem="JNI-Pn-12N" secondAttribute="top" id="D2F-tU-hQ5"/>
  488. <constraint firstItem="8n3-ad-kg3" firstAttribute="leading" secondItem="6m2-h0-sxX" secondAttribute="leading" id="KkF-WI-Rq6"/>
  489. <constraint firstItem="K1Z-iM-E9m" firstAttribute="bottom" secondItem="JNI-Pn-12N" secondAttribute="bottom" id="LLi-UF-OAC"/>
  490. <constraint firstItem="osx-6l-iOG" firstAttribute="centerY" secondItem="JNI-Pn-12N" secondAttribute="centerY" id="NlX-7R-yB7"/>
  491. <constraint firstItem="osx-6l-iOG" firstAttribute="centerX" secondItem="6m2-h0-sxX" secondAttribute="centerX" id="Pwf-Bf-6gl"/>
  492. <constraint firstAttribute="bottom" secondItem="8n3-ad-kg3" secondAttribute="bottom" id="VfY-R6-kwi"/>
  493. <constraint firstItem="K1Z-iM-E9m" firstAttribute="leading" secondItem="JNI-Pn-12N" secondAttribute="trailing" id="npz-d5-Ljw"/>
  494. <constraint firstAttribute="trailing" secondItem="8n3-ad-kg3" secondAttribute="trailing" id="pDJ-sy-61N"/>
  495. <constraint firstAttribute="bottom" secondItem="imv-UA-8Io" secondAttribute="bottom" constant="7" id="reP-pj-38v"/>
  496. <constraint firstAttribute="height" constant="44" id="v2W-ur-Ydo"/>
  497. </constraints>
  498. </view>
  499. </subviews>
  500. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  501. <constraints>
  502. <constraint firstAttribute="height" constant="64" id="Oc0-u6-dpO"/>
  503. <constraint firstItem="6m2-h0-sxX" firstAttribute="trailing" secondItem="lWE-z1-RME" secondAttribute="trailing" id="Umf-5z-PLR"/>
  504. <constraint firstItem="6m2-h0-sxX" firstAttribute="leading" secondItem="lWE-z1-RME" secondAttribute="leading" id="rrk-WI-RXQ"/>
  505. <constraint firstAttribute="bottom" secondItem="6m2-h0-sxX" secondAttribute="bottom" id="wx3-0q-urV"/>
  506. </constraints>
  507. <connections>
  508. <outlet property="height" destination="Oc0-u6-dpO" id="LLn-JK-P5z"/>
  509. </connections>
  510. </view>
  511. </subviews>
  512. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  513. <constraints>
  514. <constraint firstItem="lWE-z1-RME" firstAttribute="trailing" secondItem="9YC-co-ena" secondAttribute="trailing" id="FPl-kn-Ic9"/>
  515. <constraint firstItem="lWE-z1-RME" firstAttribute="leading" secondItem="9YC-co-ena" secondAttribute="leading" id="MyQ-aP-tEG"/>
  516. <constraint firstItem="lWE-z1-RME" firstAttribute="top" secondItem="a5E-Wj-7Y5" secondAttribute="top" id="uHO-V8-jfe"/>
  517. </constraints>
  518. <viewLayoutGuide key="safeArea" id="9YC-co-ena"/>
  519. </view>
  520. <navigationItem key="navigationItem" id="H5b-w6-5Gb"/>
  521. <connections>
  522. <outlet property="DoneBtn" destination="imv-UA-8Io" id="w5z-Rj-bzD"/>
  523. <outlet property="NavBarV" destination="6m2-h0-sxX" id="Ifx-j2-3tA"/>
  524. </connections>
  525. </viewController>
  526. <placeholder placeholderIdentifier="IBFirstResponder" id="mdx-D4-wPA" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  527. </objects>
  528. <point key="canvasLocation" x="1246" y="95"/>
  529. </scene>
  530. <!--MyTD Topic BookVC-->
  531. <scene sceneID="kMh-eW-Dk6">
  532. <objects>
  533. <viewController storyboardIdentifier="MyTDTopicBookVC" id="Rtm-D7-nPE" customClass="MyTDTopicBookVC" sceneMemberID="viewController">
  534. <view key="view" contentMode="scaleToFill" id="kRR-Rg-6gz">
  535. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  536. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  537. <subviews>
  538. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="g3m-J5-Pj1" customClass="WQNavigationBar">
  539. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  540. <subviews>
  541. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eFL-1r-JxA">
  542. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  543. <subviews>
  544. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8pa-ZR-bFn">
  545. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  546. <constraints>
  547. <constraint firstAttribute="height" constant="44" id="Rg8-tV-8Dx"/>
  548. <constraint firstAttribute="width" constant="50" id="ttL-G8-EwU"/>
  549. </constraints>
  550. <state key="normal" image="back_black_icon"/>
  551. <connections>
  552. <action selector="backAction:" destination="Rtm-D7-nPE" eventType="touchUpInside" id="PiZ-Lx-0Ah"/>
  553. </connections>
  554. </button>
  555. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ktE-5E-KM6">
  556. <rect key="frame" x="52" y="-3" width="31" height="50"/>
  557. <constraints>
  558. <constraint firstAttribute="height" constant="50" id="xRm-oE-Uix"/>
  559. <constraint firstAttribute="width" constant="31" id="zAl-uT-g0R"/>
  560. </constraints>
  561. <state key="normal" image="menu_black_icon">
  562. <color key="titleColor" red="0.058823529409999999" green="0.49803921569999998" blue="0.85098039219999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  563. </state>
  564. <connections>
  565. <action selector="menuAction:" destination="Rtm-D7-nPE" eventType="touchUpInside" id="TfN-So-2ro"/>
  566. </connections>
  567. </button>
  568. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="话题本" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lfS-yL-8Jc">
  569. <rect key="frame" x="182.66666666666666" y="11.999999999999998" width="49" height="20.333333333333329"/>
  570. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  571. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  572. <nil key="highlightedColor"/>
  573. </label>
  574. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cM4-xz-dhj">
  575. <rect key="frame" x="0.0" y="43.666666666666664" width="414" height="0.3333333333333357"/>
  576. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  577. <constraints>
  578. <constraint firstAttribute="height" constant="0.5" id="2Jh-Dw-Ctb"/>
  579. </constraints>
  580. </view>
  581. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wZR-8P-T4R">
  582. <rect key="frame" x="364" y="0.0" width="50" height="43.666666666666664"/>
  583. <constraints>
  584. <constraint firstAttribute="width" constant="50" id="N6O-40-2q3"/>
  585. </constraints>
  586. <state key="normal" image="chatmsg_right_add_icon"/>
  587. </button>
  588. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dbA-yY-yEa">
  589. <rect key="frame" x="314" y="0.0" width="50" height="43.666666666666664"/>
  590. <constraints>
  591. <constraint firstAttribute="width" constant="50" id="7IP-Q1-0un"/>
  592. </constraints>
  593. <state key="normal" image="chatmsg_right_edit_icon"/>
  594. </button>
  595. </subviews>
  596. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  597. <constraints>
  598. <constraint firstItem="cM4-xz-dhj" firstAttribute="top" secondItem="dbA-yY-yEa" secondAttribute="bottom" id="7TB-Y5-MK6"/>
  599. <constraint firstAttribute="trailing" secondItem="cM4-xz-dhj" secondAttribute="trailing" id="ABD-LT-PHT"/>
  600. <constraint firstItem="dbA-yY-yEa" firstAttribute="top" secondItem="eFL-1r-JxA" secondAttribute="top" id="Cqe-nV-7Xq"/>
  601. <constraint firstItem="lfS-yL-8Jc" firstAttribute="centerY" secondItem="ktE-5E-KM6" secondAttribute="centerY" id="JN6-Am-iRE"/>
  602. <constraint firstAttribute="bottom" secondItem="8pa-ZR-bFn" secondAttribute="bottom" id="Q3Q-qQ-25S"/>
  603. <constraint firstAttribute="height" constant="44" id="R0p-gI-lcn"/>
  604. <constraint firstItem="cM4-xz-dhj" firstAttribute="top" secondItem="wZR-8P-T4R" secondAttribute="bottom" id="VHT-Tk-BlV"/>
  605. <constraint firstAttribute="trailing" secondItem="wZR-8P-T4R" secondAttribute="trailing" id="Vaq-XG-pMl"/>
  606. <constraint firstItem="lfS-yL-8Jc" firstAttribute="centerX" secondItem="eFL-1r-JxA" secondAttribute="centerX" id="WYz-Ps-7bI"/>
  607. <constraint firstAttribute="bottom" secondItem="cM4-xz-dhj" secondAttribute="bottom" id="YSl-kW-u1s"/>
  608. <constraint firstItem="ktE-5E-KM6" firstAttribute="centerY" secondItem="8pa-ZR-bFn" secondAttribute="centerY" id="Z2v-7e-fEl"/>
  609. <constraint firstItem="cM4-xz-dhj" firstAttribute="leading" secondItem="eFL-1r-JxA" secondAttribute="leading" id="Za6-Oh-sqq"/>
  610. <constraint firstItem="wZR-8P-T4R" firstAttribute="leading" secondItem="dbA-yY-yEa" secondAttribute="trailing" id="eET-Tb-z82"/>
  611. <constraint firstItem="wZR-8P-T4R" firstAttribute="top" secondItem="eFL-1r-JxA" secondAttribute="top" id="ors-eG-y25"/>
  612. <constraint firstItem="8pa-ZR-bFn" firstAttribute="leading" secondItem="eFL-1r-JxA" secondAttribute="leading" id="ufv-vx-R2b"/>
  613. <constraint firstItem="ktE-5E-KM6" firstAttribute="leading" secondItem="8pa-ZR-bFn" secondAttribute="trailing" constant="2" id="yK3-hg-VoC"/>
  614. </constraints>
  615. </view>
  616. </subviews>
  617. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  618. <constraints>
  619. <constraint firstAttribute="bottom" secondItem="eFL-1r-JxA" secondAttribute="bottom" id="1r4-dM-T0t"/>
  620. <constraint firstItem="eFL-1r-JxA" firstAttribute="leading" secondItem="g3m-J5-Pj1" secondAttribute="leading" id="E6D-7X-sfy"/>
  621. <constraint firstAttribute="height" constant="64" id="Ofl-Vv-vgq"/>
  622. <constraint firstItem="eFL-1r-JxA" firstAttribute="trailing" secondItem="g3m-J5-Pj1" secondAttribute="trailing" id="zlt-J2-9ne"/>
  623. </constraints>
  624. <viewLayoutGuide key="safeArea" id="g1K-if-pBR"/>
  625. <connections>
  626. <outlet property="height" destination="Ofl-Vv-vgq" id="H4g-YO-TCW"/>
  627. </connections>
  628. </view>
  629. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="dtQ-cN-F8x">
  630. <rect key="frame" x="0.0" y="110" width="414" height="626"/>
  631. </tableView>
  632. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xXK-ea-Oth">
  633. <rect key="frame" x="0.0" y="64" width="414" height="46"/>
  634. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  635. <constraints>
  636. <constraint firstAttribute="height" constant="46" id="5Gw-Ot-rT0"/>
  637. </constraints>
  638. </view>
  639. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ivt-5J-fKu">
  640. <rect key="frame" x="0.0" y="180" width="414" height="556"/>
  641. <subviews>
  642. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fIQ-cs-uZR">
  643. <rect key="frame" x="57" y="90" width="300" height="38.333333333333343"/>
  644. <constraints>
  645. <constraint firstAttribute="width" constant="300" id="KDm-V8-fZz"/>
  646. </constraints>
  647. <attributedString key="attributedText">
  648. <fragment content="您还没有可控制范围的话题发布文件夹, 立即 ">
  649. <attributes>
  650. <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
  651. <font key="NSFont" metaFont="system" size="16"/>
  652. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
  653. </attributes>
  654. </fragment>
  655. <fragment content="新建">
  656. <attributes>
  657. <color key="NSColor" red="0.11764705882352941" green="0.47843137254901957" blue="0.72549019607843135" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  658. <font key="NSFont" metaFont="system" size="16"/>
  659. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
  660. </attributes>
  661. </fragment>
  662. <fragment content=" 一个">
  663. <attributes>
  664. <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
  665. <font key="NSFont" metaFont="system" size="16"/>
  666. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
  667. </attributes>
  668. </fragment>
  669. </attributedString>
  670. <nil key="highlightedColor"/>
  671. </label>
  672. </subviews>
  673. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  674. <constraints>
  675. <constraint firstItem="fIQ-cs-uZR" firstAttribute="centerX" secondItem="Ivt-5J-fKu" secondAttribute="centerX" id="j2A-WM-j08"/>
  676. <constraint firstItem="fIQ-cs-uZR" firstAttribute="top" secondItem="Ivt-5J-fKu" secondAttribute="top" constant="90" id="kCT-Hz-F6A"/>
  677. </constraints>
  678. </view>
  679. </subviews>
  680. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  681. <constraints>
  682. <constraint firstItem="Ivt-5J-fKu" firstAttribute="bottom" secondItem="lyD-3e-6RU" secondAttribute="bottom" id="3X2-0N-11R"/>
  683. <constraint firstItem="dtQ-cN-F8x" firstAttribute="leading" secondItem="lyD-3e-6RU" secondAttribute="leading" id="E8R-Jl-6i6"/>
  684. <constraint firstItem="lyD-3e-6RU" firstAttribute="trailing" secondItem="xXK-ea-Oth" secondAttribute="trailing" id="NVa-xr-Az0"/>
  685. <constraint firstItem="xXK-ea-Oth" firstAttribute="leading" secondItem="lyD-3e-6RU" secondAttribute="leading" id="TF6-Hh-NJX"/>
  686. <constraint firstItem="dtQ-cN-F8x" firstAttribute="trailing" secondItem="lyD-3e-6RU" secondAttribute="trailing" id="aHt-nd-ucK"/>
  687. <constraint firstItem="Ivt-5J-fKu" firstAttribute="top" secondItem="xXK-ea-Oth" secondAttribute="bottom" constant="70" id="bwu-zm-Cqu"/>
  688. <constraint firstItem="dtQ-cN-F8x" firstAttribute="top" secondItem="xXK-ea-Oth" secondAttribute="bottom" id="iZc-VX-Sq6"/>
  689. <constraint firstItem="Ivt-5J-fKu" firstAttribute="trailing" secondItem="lyD-3e-6RU" secondAttribute="trailing" id="kDC-ns-hkn"/>
  690. <constraint firstAttribute="bottom" secondItem="dtQ-cN-F8x" secondAttribute="bottom" id="kzg-wj-WMc"/>
  691. <constraint firstItem="g3m-J5-Pj1" firstAttribute="trailing" secondItem="lyD-3e-6RU" secondAttribute="trailing" id="qUx-fK-skr"/>
  692. <constraint firstItem="Ivt-5J-fKu" firstAttribute="leading" secondItem="lyD-3e-6RU" secondAttribute="leading" id="ss8-xR-p0L"/>
  693. <constraint firstItem="g3m-J5-Pj1" firstAttribute="top" secondItem="kRR-Rg-6gz" secondAttribute="top" id="ttD-dx-kaz"/>
  694. <constraint firstItem="g3m-J5-Pj1" firstAttribute="leading" secondItem="lyD-3e-6RU" secondAttribute="leading" id="uiJ-rL-vpt"/>
  695. <constraint firstItem="xXK-ea-Oth" firstAttribute="top" secondItem="g3m-J5-Pj1" secondAttribute="bottom" id="vYQ-GM-Ets"/>
  696. </constraints>
  697. <viewLayoutGuide key="safeArea" id="lyD-3e-6RU"/>
  698. </view>
  699. <navigationItem key="navigationItem" id="znv-3N-bu4"/>
  700. <connections>
  701. <outlet property="HeadView" destination="xXK-ea-Oth" id="bvY-Of-j20"/>
  702. <outlet property="addBtn" destination="wZR-8P-T4R" id="OIq-eL-mFK"/>
  703. <outlet property="createBtn" destination="dbA-yY-yEa" id="Mx5-nd-Noz"/>
  704. <outlet property="noDataL" destination="fIQ-cs-uZR" id="tiB-Ja-mZn"/>
  705. <outlet property="noDataView" destination="Ivt-5J-fKu" id="qOI-32-1AY"/>
  706. <outlet property="tableView" destination="dtQ-cN-F8x" id="X7r-69-Okv"/>
  707. <outlet property="titleL" destination="lfS-yL-8Jc" id="Kij-u7-9cZ"/>
  708. </connections>
  709. </viewController>
  710. <placeholder placeholderIdentifier="IBFirstResponder" id="FKq-FE-FKo" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  711. </objects>
  712. <point key="canvasLocation" x="-213.04347826086959" y="782.60869565217399"/>
  713. </scene>
  714. <!--MyTD Topic Book EditVC-->
  715. <scene sceneID="aZr-kZ-I6m">
  716. <objects>
  717. <viewController storyboardIdentifier="MyTDTopicBookEditVC" id="0Vu-zw-V7g" customClass="MyTDTopicBookEditVC" sceneMemberID="viewController">
  718. <view key="view" contentMode="scaleToFill" id="LOT-gI-bQU">
  719. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  720. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  721. <subviews>
  722. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CM2-rx-Y9f" customClass="WQNavigationBar">
  723. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  724. <subviews>
  725. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="RWq-2p-iX0">
  726. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  727. <subviews>
  728. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Yr8-ey-zKD">
  729. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  730. <constraints>
  731. <constraint firstAttribute="height" constant="44" id="0bg-8g-r1r"/>
  732. <constraint firstAttribute="width" constant="50" id="zJB-P1-jDd"/>
  733. </constraints>
  734. <state key="normal" image="back_black_icon"/>
  735. <connections>
  736. <action selector="backAction:" destination="0Vu-zw-V7g" eventType="touchUpInside" id="8vf-Hu-jF8"/>
  737. </connections>
  738. </button>
  739. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9pl-ty-prH">
  740. <rect key="frame" x="50" y="0.0" width="33" height="44"/>
  741. <constraints>
  742. <constraint firstAttribute="height" constant="44" id="qvL-ov-tfP"/>
  743. </constraints>
  744. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  745. <state key="normal" title="全选">
  746. <color key="titleColor" red="0.22352941179999999" green="0.47450980390000003" blue="0.82745098039999998" alpha="1" colorSpace="calibratedRGB"/>
  747. </state>
  748. </button>
  749. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="批量编辑" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ECl-LC-cuJ">
  750. <rect key="frame" x="174.33333333333334" y="12.333333333333334" width="65.333333333333343" height="19.333333333333329"/>
  751. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  752. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  753. <nil key="highlightedColor"/>
  754. </label>
  755. </subviews>
  756. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  757. <constraints>
  758. <constraint firstAttribute="height" constant="44" id="4os-4W-sfx"/>
  759. <constraint firstItem="9pl-ty-prH" firstAttribute="top" secondItem="Yr8-ey-zKD" secondAttribute="top" id="7Sh-UP-x3f"/>
  760. <constraint firstItem="ECl-LC-cuJ" firstAttribute="centerX" secondItem="RWq-2p-iX0" secondAttribute="centerX" id="JO2-nH-K0g"/>
  761. <constraint firstAttribute="bottom" secondItem="Yr8-ey-zKD" secondAttribute="bottom" id="PYg-eX-PjS"/>
  762. <constraint firstItem="9pl-ty-prH" firstAttribute="leading" secondItem="Yr8-ey-zKD" secondAttribute="trailing" id="Rdw-em-Lk1"/>
  763. <constraint firstItem="Yr8-ey-zKD" firstAttribute="leading" secondItem="RWq-2p-iX0" secondAttribute="leading" id="Xd6-am-dvt"/>
  764. <constraint firstItem="9pl-ty-prH" firstAttribute="bottom" secondItem="Yr8-ey-zKD" secondAttribute="bottom" id="eE1-zZ-jdv"/>
  765. <constraint firstItem="ECl-LC-cuJ" firstAttribute="centerY" secondItem="Yr8-ey-zKD" secondAttribute="centerY" id="q3q-lH-Kf0"/>
  766. </constraints>
  767. </view>
  768. </subviews>
  769. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  770. <constraints>
  771. <constraint firstItem="RWq-2p-iX0" firstAttribute="leading" secondItem="aQL-Xm-RS4" secondAttribute="leading" id="9LM-sd-rfH"/>
  772. <constraint firstItem="aQL-Xm-RS4" firstAttribute="bottom" secondItem="RWq-2p-iX0" secondAttribute="bottom" id="CTR-Wh-jI6"/>
  773. <constraint firstItem="RWq-2p-iX0" firstAttribute="trailing" secondItem="aQL-Xm-RS4" secondAttribute="trailing" id="aKX-1b-PoC"/>
  774. <constraint firstAttribute="height" constant="64" id="yRS-5s-b9n"/>
  775. </constraints>
  776. <viewLayoutGuide key="safeArea" id="aQL-Xm-RS4"/>
  777. <connections>
  778. <outlet property="height" destination="yRS-5s-b9n" id="SUg-ek-C95"/>
  779. </connections>
  780. </view>
  781. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="18" sectionFooterHeight="18" translatesAutoresizingMaskIntoConstraints="NO" id="UXX-uU-81U">
  782. <rect key="frame" x="0.0" y="64" width="414" height="622"/>
  783. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  784. </tableView>
  785. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1H8-bJ-X8i">
  786. <rect key="frame" x="0.0" y="686" width="414" height="50"/>
  787. <subviews>
  788. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Z6f-nL-0ne">
  789. <rect key="frame" x="0.0" y="0.0" width="414" height="0.66666666666666663"/>
  790. <color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="calibratedRGB"/>
  791. <constraints>
  792. <constraint firstAttribute="height" constant="0.5" id="VNr-hg-RRV"/>
  793. </constraints>
  794. </view>
  795. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ixw-4d-6Ap">
  796. <rect key="frame" x="206.66666666666666" y="0.66666666666662877" width="0.66666666666665719" height="49.333333333333336"/>
  797. <color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="calibratedRGB"/>
  798. <constraints>
  799. <constraint firstAttribute="width" constant="0.5" id="1LJ-kd-Fhm"/>
  800. </constraints>
  801. </view>
  802. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OwR-gz-RBk">
  803. <rect key="frame" x="0.0" y="0.66666666666662877" width="206.66666666666666" height="49.333333333333336"/>
  804. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  805. <state key="normal" title="删除">
  806. <color key="titleColor" red="1" green="0.32156862749999998" blue="0.32156862749999998" alpha="1" colorSpace="calibratedRGB"/>
  807. </state>
  808. </button>
  809. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zyY-kO-VCd">
  810. <rect key="frame" x="207.33333333333337" y="0.66666666666662877" width="206.66666666666663" height="49.333333333333336"/>
  811. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  812. <state key="normal" title="移动">
  813. <color key="titleColor" red="0.80000000000000004" green="0.80000000000000004" blue="0.80000000000000004" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  814. </state>
  815. </button>
  816. </subviews>
  817. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  818. <constraints>
  819. <constraint firstItem="OwR-gz-RBk" firstAttribute="leading" secondItem="1H8-bJ-X8i" secondAttribute="leading" id="3iT-Rf-hH5"/>
  820. <constraint firstAttribute="bottom" secondItem="ixw-4d-6Ap" secondAttribute="bottom" id="5Bb-5Y-Yei"/>
  821. <constraint firstItem="ixw-4d-6Ap" firstAttribute="centerX" secondItem="1H8-bJ-X8i" secondAttribute="centerX" id="6Oy-Lk-4Ud"/>
  822. <constraint firstAttribute="trailing" secondItem="Z6f-nL-0ne" secondAttribute="trailing" id="Ad3-Yk-TUz"/>
  823. <constraint firstAttribute="bottom" secondItem="zyY-kO-VCd" secondAttribute="bottom" id="Dmm-OO-nTF"/>
  824. <constraint firstAttribute="bottom" secondItem="OwR-gz-RBk" secondAttribute="bottom" id="EU4-O9-Te3"/>
  825. <constraint firstItem="ixw-4d-6Ap" firstAttribute="leading" secondItem="OwR-gz-RBk" secondAttribute="trailing" id="Luf-Ie-Y8c"/>
  826. <constraint firstItem="Z6f-nL-0ne" firstAttribute="leading" secondItem="1H8-bJ-X8i" secondAttribute="leading" id="SkQ-r1-KIp"/>
  827. <constraint firstItem="ixw-4d-6Ap" firstAttribute="top" secondItem="Z6f-nL-0ne" secondAttribute="bottom" id="fGX-Vt-MuI"/>
  828. <constraint firstItem="zyY-kO-VCd" firstAttribute="leading" secondItem="ixw-4d-6Ap" secondAttribute="trailing" id="gvb-rv-7zg"/>
  829. <constraint firstAttribute="trailing" secondItem="zyY-kO-VCd" secondAttribute="trailing" id="jSA-UT-LtS"/>
  830. <constraint firstItem="OwR-gz-RBk" firstAttribute="top" secondItem="Z6f-nL-0ne" secondAttribute="bottom" id="mSy-JT-45o"/>
  831. <constraint firstAttribute="height" constant="50" id="vBR-vJ-Asd"/>
  832. <constraint firstItem="zyY-kO-VCd" firstAttribute="top" secondItem="Z6f-nL-0ne" secondAttribute="bottom" id="vi7-1j-5Hf"/>
  833. <constraint firstItem="Z6f-nL-0ne" firstAttribute="top" secondItem="1H8-bJ-X8i" secondAttribute="top" id="yFA-i4-hhj"/>
  834. </constraints>
  835. </view>
  836. </subviews>
  837. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  838. <constraints>
  839. <constraint firstItem="UXX-uU-81U" firstAttribute="top" secondItem="CM2-rx-Y9f" secondAttribute="bottom" id="2vs-ks-MB7"/>
  840. <constraint firstItem="CM2-rx-Y9f" firstAttribute="leading" secondItem="bDG-8Q-apR" secondAttribute="leading" id="G7L-dU-w3q"/>
  841. <constraint firstItem="UXX-uU-81U" firstAttribute="leading" secondItem="bDG-8Q-apR" secondAttribute="leading" id="GpO-dt-dYv"/>
  842. <constraint firstItem="CM2-rx-Y9f" firstAttribute="top" secondItem="LOT-gI-bQU" secondAttribute="top" id="I1O-k2-Qgt"/>
  843. <constraint firstItem="1H8-bJ-X8i" firstAttribute="bottom" secondItem="bDG-8Q-apR" secondAttribute="bottom" id="XeF-IS-rBe"/>
  844. <constraint firstItem="1H8-bJ-X8i" firstAttribute="leading" secondItem="bDG-8Q-apR" secondAttribute="leading" id="YNf-nY-v3z"/>
  845. <constraint firstItem="1H8-bJ-X8i" firstAttribute="trailing" secondItem="bDG-8Q-apR" secondAttribute="trailing" id="Yyd-fl-vZH"/>
  846. <constraint firstItem="bDG-8Q-apR" firstAttribute="trailing" secondItem="UXX-uU-81U" secondAttribute="trailing" id="crD-w3-tcZ"/>
  847. <constraint firstItem="CM2-rx-Y9f" firstAttribute="trailing" secondItem="bDG-8Q-apR" secondAttribute="trailing" id="epC-9F-XHg"/>
  848. <constraint firstItem="1H8-bJ-X8i" firstAttribute="top" secondItem="UXX-uU-81U" secondAttribute="bottom" id="vFd-bf-1nh"/>
  849. </constraints>
  850. <viewLayoutGuide key="safeArea" id="bDG-8Q-apR"/>
  851. </view>
  852. <navigationItem key="navigationItem" id="g19-O7-2r1"/>
  853. <connections>
  854. <outlet property="allSelectBtn" destination="9pl-ty-prH" id="Zzx-yc-pB4"/>
  855. <outlet property="deleteBtn" destination="OwR-gz-RBk" id="nrJ-nf-4N2"/>
  856. <outlet property="moveBtn" destination="zyY-kO-VCd" id="Pjs-y6-j0e"/>
  857. <outlet property="tableView" destination="UXX-uU-81U" id="ROJ-8I-fXE"/>
  858. </connections>
  859. </viewController>
  860. <placeholder placeholderIdentifier="IBFirstResponder" id="vpX-hj-quU" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  861. </objects>
  862. <point key="canvasLocation" x="458" y="783"/>
  863. </scene>
  864. <!--Note Topic Draft ListVC-->
  865. <scene sceneID="pC6-66-esu">
  866. <objects>
  867. <viewController storyboardIdentifier="NoteTopicDraftListVC" id="fug-15-CkY" customClass="NoteTopicDraftListVC" sceneMemberID="viewController">
  868. <view key="view" contentMode="scaleToFill" id="0wu-sq-OJi">
  869. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  870. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  871. <subviews>
  872. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PCx-eV-HYJ" customClass="WQNavigationBar">
  873. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  874. <subviews>
  875. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CV0-a6-AKJ">
  876. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  877. <subviews>
  878. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9C5-Co-nw7">
  879. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  880. <constraints>
  881. <constraint firstAttribute="width" constant="50" id="Hyw-kG-C0p"/>
  882. <constraint firstAttribute="height" constant="44" id="UQh-nP-15W"/>
  883. </constraints>
  884. <state key="normal" image="back_black_icon"/>
  885. <connections>
  886. <action selector="backAction:" destination="fug-15-CkY" eventType="touchUpInside" id="7Wi-lq-NtN"/>
  887. </connections>
  888. </button>
  889. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4Au-KQ-0Eq">
  890. <rect key="frame" x="52" y="-3" width="31" height="50"/>
  891. <constraints>
  892. <constraint firstAttribute="height" constant="50" id="0eB-d6-H9F"/>
  893. <constraint firstAttribute="width" constant="31" id="rte-dO-jZN"/>
  894. </constraints>
  895. <state key="normal" image="menu_black_icon">
  896. <color key="titleColor" red="0.058823529409999999" green="0.49803921569999998" blue="0.85098039219999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  897. </state>
  898. <connections>
  899. <action selector="menuAction:" destination="fug-15-CkY" eventType="touchUpInside" id="jvy-Jj-Opr"/>
  900. </connections>
  901. </button>
  902. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="草稿箱" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Zxc-23-9db">
  903. <rect key="frame" x="181" y="11.999999999999998" width="52" height="20.333333333333329"/>
  904. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  905. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  906. <nil key="highlightedColor"/>
  907. </label>
  908. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Jkc-ll-wIP">
  909. <rect key="frame" x="0.0" y="43.666666666666664" width="414" height="0.3333333333333357"/>
  910. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  911. <constraints>
  912. <constraint firstAttribute="height" constant="0.5" id="CGc-bu-Pz7"/>
  913. </constraints>
  914. </view>
  915. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="E1A-9Z-sXZ">
  916. <rect key="frame" x="354" y="0.0" width="60" height="43.666666666666664"/>
  917. <constraints>
  918. <constraint firstAttribute="width" constant="60" id="fHc-vw-cNR"/>
  919. </constraints>
  920. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  921. <state key="normal" title="清空">
  922. <color key="titleColor" red="0.22352941179999999" green="0.47450980390000003" blue="0.82745098039999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  923. </state>
  924. </button>
  925. </subviews>
  926. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  927. <constraints>
  928. <constraint firstItem="Zxc-23-9db" firstAttribute="centerX" secondItem="CV0-a6-AKJ" secondAttribute="centerX" id="F8A-14-WI8"/>
  929. <constraint firstItem="4Au-KQ-0Eq" firstAttribute="leading" secondItem="9C5-Co-nw7" secondAttribute="trailing" constant="2" id="JPr-bM-9K9"/>
  930. <constraint firstItem="Jkc-ll-wIP" firstAttribute="top" secondItem="E1A-9Z-sXZ" secondAttribute="bottom" id="KOx-ss-kM8"/>
  931. <constraint firstItem="9C5-Co-nw7" firstAttribute="leading" secondItem="CV0-a6-AKJ" secondAttribute="leading" id="NNl-Rb-zHn"/>
  932. <constraint firstAttribute="trailing" secondItem="Jkc-ll-wIP" secondAttribute="trailing" id="aiw-lL-cAR"/>
  933. <constraint firstItem="4Au-KQ-0Eq" firstAttribute="centerY" secondItem="9C5-Co-nw7" secondAttribute="centerY" id="ear-I7-D7H"/>
  934. <constraint firstItem="Jkc-ll-wIP" firstAttribute="leading" secondItem="CV0-a6-AKJ" secondAttribute="leading" id="jbR-bv-OOf"/>
  935. <constraint firstAttribute="height" constant="44" id="kOh-n7-oXX"/>
  936. <constraint firstItem="E1A-9Z-sXZ" firstAttribute="top" secondItem="CV0-a6-AKJ" secondAttribute="top" id="p79-2F-2Le"/>
  937. <constraint firstAttribute="trailing" secondItem="E1A-9Z-sXZ" secondAttribute="trailing" id="tmX-Xv-fEJ"/>
  938. <constraint firstAttribute="bottom" secondItem="9C5-Co-nw7" secondAttribute="bottom" id="xYb-yD-FVP"/>
  939. <constraint firstItem="Zxc-23-9db" firstAttribute="centerY" secondItem="4Au-KQ-0Eq" secondAttribute="centerY" id="yNx-dy-4y3"/>
  940. <constraint firstAttribute="bottom" secondItem="Jkc-ll-wIP" secondAttribute="bottom" id="zgb-Gi-T9d"/>
  941. </constraints>
  942. </view>
  943. </subviews>
  944. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  945. <constraints>
  946. <constraint firstItem="CV0-a6-AKJ" firstAttribute="trailing" secondItem="PCx-eV-HYJ" secondAttribute="trailing" id="Wc6-D9-GLO"/>
  947. <constraint firstAttribute="height" constant="64" id="YRi-ay-Mfn"/>
  948. <constraint firstItem="CV0-a6-AKJ" firstAttribute="leading" secondItem="PCx-eV-HYJ" secondAttribute="leading" id="b8N-7e-DsV"/>
  949. <constraint firstAttribute="bottom" secondItem="CV0-a6-AKJ" secondAttribute="bottom" id="g5Z-0A-qyp"/>
  950. </constraints>
  951. <viewLayoutGuide key="safeArea" id="G9H-6G-KRs"/>
  952. <connections>
  953. <outlet property="height" destination="YRi-ay-Mfn" id="fPP-Dd-8ip"/>
  954. </connections>
  955. </view>
  956. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SVq-NQ-iHH">
  957. <rect key="frame" x="0.0" y="64" width="414" height="46"/>
  958. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  959. <constraints>
  960. <constraint firstAttribute="height" constant="46" id="2GI-0Q-uog"/>
  961. </constraints>
  962. </view>
  963. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="wjz-HV-XOt">
  964. <rect key="frame" x="0.0" y="110" width="414" height="626"/>
  965. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  966. </tableView>
  967. </subviews>
  968. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  969. <constraints>
  970. <constraint firstItem="wjz-HV-XOt" firstAttribute="leading" secondItem="TLP-gO-d6A" secondAttribute="leading" id="3ks-27-bBY"/>
  971. <constraint firstItem="PCx-eV-HYJ" firstAttribute="leading" secondItem="TLP-gO-d6A" secondAttribute="leading" id="7a4-cF-bkY"/>
  972. <constraint firstItem="TLP-gO-d6A" firstAttribute="trailing" secondItem="wjz-HV-XOt" secondAttribute="trailing" id="CV3-xd-fLl"/>
  973. <constraint firstItem="wjz-HV-XOt" firstAttribute="top" secondItem="SVq-NQ-iHH" secondAttribute="bottom" id="ITV-OQ-4Zk"/>
  974. <constraint firstItem="SVq-NQ-iHH" firstAttribute="leading" secondItem="TLP-gO-d6A" secondAttribute="leading" id="KR9-ae-3sT"/>
  975. <constraint firstItem="SVq-NQ-iHH" firstAttribute="top" secondItem="PCx-eV-HYJ" secondAttribute="bottom" id="QUY-6w-D3k"/>
  976. <constraint firstItem="TLP-gO-d6A" firstAttribute="trailing" secondItem="SVq-NQ-iHH" secondAttribute="trailing" id="TlH-Ow-Dxv"/>
  977. <constraint firstItem="PCx-eV-HYJ" firstAttribute="trailing" secondItem="TLP-gO-d6A" secondAttribute="trailing" id="TuI-0T-MjQ"/>
  978. <constraint firstItem="PCx-eV-HYJ" firstAttribute="top" secondItem="0wu-sq-OJi" secondAttribute="top" id="jtL-KC-Bmi"/>
  979. <constraint firstItem="TLP-gO-d6A" firstAttribute="bottom" secondItem="wjz-HV-XOt" secondAttribute="bottom" id="ykG-Pg-CZi"/>
  980. </constraints>
  981. <viewLayoutGuide key="safeArea" id="TLP-gO-d6A"/>
  982. </view>
  983. <navigationItem key="navigationItem" id="VlZ-VE-hUm"/>
  984. <connections>
  985. <outlet property="HeadView" destination="SVq-NQ-iHH" id="u8p-Bf-Xog"/>
  986. <outlet property="clearBtn" destination="E1A-9Z-sXZ" id="EmF-se-77r"/>
  987. <outlet property="tableView" destination="wjz-HV-XOt" id="r3I-En-Byu"/>
  988. <outlet property="titleL" destination="Zxc-23-9db" id="BFV-nW-v7p"/>
  989. </connections>
  990. </viewController>
  991. <placeholder placeholderIdentifier="IBFirstResponder" id="UKP-H3-klQ" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  992. </objects>
  993. <point key="canvasLocation" x="-943" y="1481"/>
  994. </scene>
  995. </scenes>
  996. <resources>
  997. <image name="Topic_New_Filed" width="142" height="59.666667938232422"/>
  998. <image name="add_find" width="21.666666030883789" height="19"/>
  999. <image name="back_black_icon" width="11" height="20"/>
  1000. <image name="chatmsg_right_add_icon" width="15.666666984558105" height="15.666666984558105"/>
  1001. <image name="chatmsg_right_edit_icon" width="15" height="17"/>
  1002. <image name="menu_black_icon" width="16.666666030883789" height="14.666666984558105"/>
  1003. </resources>
  1004. </document>