ChatMsgNotice.storyboard 152 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Yvd-ib-FvZ">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  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="n1O-C3-FMY">
  13. <objects>
  14. <navigationController navigationBarHidden="YES" id="Yvd-ib-FvZ" sceneMemberID="viewController">
  15. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="RBv-Hr-29N">
  16. <autoresizingMask key="autoresizingMask"/>
  17. </navigationBar>
  18. <connections>
  19. <segue destination="283-Lc-yuj" kind="relationship" relationship="rootViewController" id="fiQ-ef-Qvy"/>
  20. </connections>
  21. </navigationController>
  22. <placeholder placeholderIdentifier="IBFirstResponder" id="PWo-ua-sp8" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  23. </objects>
  24. <point key="canvasLocation" x="-1078" y="85"/>
  25. </scene>
  26. <!--Chat Msg NoticeVC-->
  27. <scene sceneID="wNF-aH-Lk2">
  28. <objects>
  29. <viewController storyboardIdentifier="ChatMsgNoticeVC" id="283-Lc-yuj" customClass="ChatMsgNoticeVC" sceneMemberID="viewController">
  30. <view key="view" contentMode="scaleToFill" id="jML-Y9-hyI">
  31. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  33. <subviews>
  34. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="576-JD-5gB" customClass="WQNavigationBar">
  35. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  36. <subviews>
  37. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SLu-4c-2Nh">
  38. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  39. <subviews>
  40. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wH0-Jm-MPH">
  41. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  42. <constraints>
  43. <constraint firstAttribute="height" constant="44" id="lZx-y8-RYR"/>
  44. <constraint firstAttribute="width" constant="50" id="n1F-zm-i4U"/>
  45. </constraints>
  46. <state key="normal" image="back_black_icon"/>
  47. <connections>
  48. <action selector="backAction:" destination="283-Lc-yuj" eventType="touchUpInside" id="R7N-0s-Rg7"/>
  49. </connections>
  50. </button>
  51. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="si4-94-k3a">
  52. <rect key="frame" x="50" y="11" width="16.5" height="22"/>
  53. <state key="normal" image="menu_black_icon"/>
  54. <connections>
  55. <action selector="menuAction:" destination="283-Lc-yuj" eventType="touchUpInside" id="UXM-L3-anD"/>
  56. </connections>
  57. </button>
  58. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9PV-QI-VkQ">
  59. <rect key="frame" x="290" y="0.0" width="35" height="44"/>
  60. <constraints>
  61. <constraint firstAttribute="height" constant="44" id="6oc-fd-ecz"/>
  62. <constraint firstAttribute="width" constant="35" id="qWs-NM-NYx"/>
  63. </constraints>
  64. <state key="normal" image="chatmsg_right_edit_icon"/>
  65. </button>
  66. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fxp-jY-TdA">
  67. <rect key="frame" x="325" y="0.0" width="50" height="44"/>
  68. <constraints>
  69. <constraint firstAttribute="width" constant="50" id="2oS-62-kq1"/>
  70. <constraint firstAttribute="height" constant="44" id="nY0-Iq-Hxq"/>
  71. </constraints>
  72. <state key="normal" image="chatmsg_right_add_icon"/>
  73. </button>
  74. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="suF-7P-rCh">
  75. <rect key="frame" x="97.5" y="11" width="180" height="22"/>
  76. <constraints>
  77. <constraint firstAttribute="width" constant="180" id="tIM-xT-2SS"/>
  78. </constraints>
  79. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  80. <nil key="textColor"/>
  81. <nil key="highlightedColor"/>
  82. </label>
  83. <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zYD-HK-4qt">
  84. <rect key="frame" x="329" y="7" width="31" height="30"/>
  85. <state key="normal" title="多选"/>
  86. </button>
  87. </subviews>
  88. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  89. <constraints>
  90. <constraint firstAttribute="height" constant="44" id="KuL-Yd-4G5"/>
  91. <constraint firstAttribute="bottom" secondItem="wH0-Jm-MPH" secondAttribute="bottom" id="NAU-g7-h8d"/>
  92. <constraint firstItem="zYD-HK-4qt" firstAttribute="centerY" secondItem="SLu-4c-2Nh" secondAttribute="centerY" id="NE3-ei-Q3I"/>
  93. <constraint firstAttribute="trailing" secondItem="fxp-jY-TdA" secondAttribute="trailing" id="R4e-cs-fhy"/>
  94. <constraint firstAttribute="bottom" secondItem="fxp-jY-TdA" secondAttribute="bottom" id="RL5-gZ-FAy"/>
  95. <constraint firstItem="fxp-jY-TdA" firstAttribute="leading" secondItem="9PV-QI-VkQ" secondAttribute="trailing" id="Thc-2l-3pI"/>
  96. <constraint firstItem="fxp-jY-TdA" firstAttribute="bottom" secondItem="9PV-QI-VkQ" secondAttribute="bottom" id="YFl-zS-QIH"/>
  97. <constraint firstItem="si4-94-k3a" firstAttribute="leading" secondItem="wH0-Jm-MPH" secondAttribute="trailing" id="cRj-7x-xBD"/>
  98. <constraint firstItem="fxp-jY-TdA" firstAttribute="top" secondItem="9PV-QI-VkQ" secondAttribute="top" id="fXj-Du-BN5"/>
  99. <constraint firstItem="suF-7P-rCh" firstAttribute="centerX" secondItem="SLu-4c-2Nh" secondAttribute="centerX" id="hWl-Uj-wz8"/>
  100. <constraint firstItem="suF-7P-rCh" firstAttribute="centerY" secondItem="SLu-4c-2Nh" secondAttribute="centerY" id="iW8-Dl-znJ"/>
  101. <constraint firstItem="si4-94-k3a" firstAttribute="centerY" secondItem="wH0-Jm-MPH" secondAttribute="centerY" id="l9U-oc-M6r"/>
  102. <constraint firstAttribute="trailing" secondItem="zYD-HK-4qt" secondAttribute="trailing" constant="15" id="org-xo-U7j"/>
  103. <constraint firstItem="wH0-Jm-MPH" firstAttribute="leading" secondItem="SLu-4c-2Nh" secondAttribute="leading" id="zwW-Lo-1gk"/>
  104. </constraints>
  105. </view>
  106. </subviews>
  107. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  108. <constraints>
  109. <constraint firstAttribute="bottom" secondItem="SLu-4c-2Nh" secondAttribute="bottom" id="2Ho-5K-xY2"/>
  110. <constraint firstAttribute="height" constant="64" id="G29-LZ-VuJ"/>
  111. <constraint firstItem="SLu-4c-2Nh" firstAttribute="trailing" secondItem="576-JD-5gB" secondAttribute="trailing" id="M9R-3s-x68"/>
  112. <constraint firstItem="SLu-4c-2Nh" firstAttribute="leading" secondItem="576-JD-5gB" secondAttribute="leading" id="n59-HM-zOM"/>
  113. </constraints>
  114. <connections>
  115. <outlet property="height" destination="G29-LZ-VuJ" id="e2O-Ko-JkE"/>
  116. </connections>
  117. </view>
  118. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="tmd-ew-EE7">
  119. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  120. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  121. </tableView>
  122. </subviews>
  123. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  124. <constraints>
  125. <constraint firstItem="tmd-ew-EE7" firstAttribute="top" secondItem="576-JD-5gB" secondAttribute="bottom" id="5OY-pm-fRl"/>
  126. <constraint firstAttribute="bottom" secondItem="tmd-ew-EE7" secondAttribute="bottom" id="7Ow-Yg-KVa"/>
  127. <constraint firstItem="576-JD-5gB" firstAttribute="leading" secondItem="k6B-6n-dog" secondAttribute="leading" id="Js7-Go-Esr"/>
  128. <constraint firstItem="tmd-ew-EE7" firstAttribute="leading" secondItem="k6B-6n-dog" secondAttribute="leading" id="PfC-30-zFQ"/>
  129. <constraint firstItem="576-JD-5gB" firstAttribute="trailing" secondItem="k6B-6n-dog" secondAttribute="trailing" id="RkE-HP-7Ci"/>
  130. <constraint firstItem="576-JD-5gB" firstAttribute="top" secondItem="jML-Y9-hyI" secondAttribute="top" id="ipi-WO-fFD"/>
  131. <constraint firstItem="k6B-6n-dog" firstAttribute="trailing" secondItem="tmd-ew-EE7" secondAttribute="trailing" id="mWz-cQ-bhg"/>
  132. </constraints>
  133. <viewLayoutGuide key="safeArea" id="k6B-6n-dog"/>
  134. </view>
  135. <navigationItem key="navigationItem" id="wZV-u6-aTN"/>
  136. <connections>
  137. <outlet property="NavBar" destination="SLu-4c-2Nh" id="X13-Kb-PGJ"/>
  138. <outlet property="deleteSelectBtn" destination="zYD-HK-4qt" id="nHv-cb-8Ye"/>
  139. <outlet property="operationAllSelectButton" destination="si4-94-k3a" id="beS-LJ-dUj"/>
  140. <outlet property="operationBackButton" destination="wH0-Jm-MPH" id="d9k-iP-Onj"/>
  141. <outlet property="rightAddBtn" destination="fxp-jY-TdA" id="y3K-Zj-reD"/>
  142. <outlet property="rightEditBtn" destination="9PV-QI-VkQ" id="xn8-nB-URW"/>
  143. <outlet property="tableView" destination="tmd-ew-EE7" id="8YK-da-ovT"/>
  144. <outlet property="titleL" destination="suF-7P-rCh" id="YCA-px-iBh"/>
  145. </connections>
  146. </viewController>
  147. <placeholder placeholderIdentifier="IBFirstResponder" id="Wpe-1b-SCX" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  148. </objects>
  149. <point key="canvasLocation" x="-215" y="84"/>
  150. </scene>
  151. <!--Chat Msg Notice TypeVC-->
  152. <scene sceneID="saz-mc-2gd">
  153. <objects>
  154. <viewController storyboardIdentifier="ChatMsgNoticeTypeVC" id="7rF-qm-4mP" customClass="ChatMsgNoticeTypeVC" sceneMemberID="viewController">
  155. <layoutGuides>
  156. <viewControllerLayoutGuide type="top" id="rWo-8z-n5M"/>
  157. <viewControllerLayoutGuide type="bottom" id="K5R-aF-fV4"/>
  158. </layoutGuides>
  159. <view key="view" contentMode="scaleToFill" id="Fsl-EV-H11">
  160. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  161. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  162. <subviews>
  163. <view alpha="0.29999999999999999" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bpb-Gh-sK0">
  164. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  165. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  166. </view>
  167. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="deJ-lC-Jg2">
  168. <rect key="frame" x="0.0" y="0.0" width="375" height="100"/>
  169. <subviews>
  170. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="选择显示" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LeV-pg-qYL">
  171. <rect key="frame" x="15" y="15" width="49.5" height="7"/>
  172. <constraints>
  173. <constraint firstAttribute="height" constant="7" id="vVX-j2-ofX"/>
  174. </constraints>
  175. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  176. <color key="textColor" red="0.73333333333333328" green="0.73333333333333328" blue="0.73333333333333328" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  177. <nil key="highlightedColor"/>
  178. </label>
  179. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="duF-eG-s6a">
  180. <rect key="frame" x="15" y="37" width="345" height="50"/>
  181. <color key="backgroundColor" systemColor="systemBlueColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  182. <constraints>
  183. <constraint firstAttribute="height" constant="50" id="LfQ-pr-VoE"/>
  184. </constraints>
  185. </view>
  186. </subviews>
  187. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  188. <constraints>
  189. <constraint firstItem="duF-eG-s6a" firstAttribute="leading" secondItem="deJ-lC-Jg2" secondAttribute="leading" constant="15" id="FAJ-5B-KU5"/>
  190. <constraint firstItem="duF-eG-s6a" firstAttribute="top" secondItem="LeV-pg-qYL" secondAttribute="bottom" constant="15" id="SXd-7J-I4Q"/>
  191. <constraint firstItem="LeV-pg-qYL" firstAttribute="top" secondItem="deJ-lC-Jg2" secondAttribute="top" constant="15" id="Sky-09-dum"/>
  192. <constraint firstAttribute="trailing" secondItem="duF-eG-s6a" secondAttribute="trailing" constant="15" id="bpr-Ns-r5l"/>
  193. <constraint firstItem="LeV-pg-qYL" firstAttribute="leading" secondItem="deJ-lC-Jg2" secondAttribute="leading" constant="15" id="h37-eq-opd"/>
  194. <constraint firstAttribute="height" constant="100" id="ofh-tw-MF4"/>
  195. </constraints>
  196. </view>
  197. </subviews>
  198. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  199. <constraints>
  200. <constraint firstItem="bpb-Gh-sK0" firstAttribute="leading" secondItem="N01-MB-rq1" secondAttribute="leading" id="Ilb-G1-bXp"/>
  201. <constraint firstItem="N01-MB-rq1" firstAttribute="trailing" secondItem="bpb-Gh-sK0" secondAttribute="trailing" id="NVg-Qt-411"/>
  202. <constraint firstItem="deJ-lC-Jg2" firstAttribute="leading" secondItem="Fsl-EV-H11" secondAttribute="leading" id="PRz-y1-4PW"/>
  203. <constraint firstItem="bpb-Gh-sK0" firstAttribute="top" secondItem="Fsl-EV-H11" secondAttribute="top" id="Sgg-rK-4nz"/>
  204. <constraint firstAttribute="trailing" secondItem="deJ-lC-Jg2" secondAttribute="trailing" id="bRW-gg-Vef"/>
  205. <constraint firstAttribute="bottom" secondItem="bpb-Gh-sK0" secondAttribute="bottom" id="dA5-G8-Szk"/>
  206. <constraint firstItem="deJ-lC-Jg2" firstAttribute="top" secondItem="Fsl-EV-H11" secondAttribute="top" id="wsR-9P-koD"/>
  207. </constraints>
  208. <viewLayoutGuide key="safeArea" id="N01-MB-rq1"/>
  209. </view>
  210. <connections>
  211. <outlet property="contentBgView" destination="duF-eG-s6a" id="YlP-UF-ufN"/>
  212. </connections>
  213. </viewController>
  214. <placeholder placeholderIdentifier="IBFirstResponder" id="Ues-2B-i0p" userLabel="First Responder" sceneMemberID="firstResponder"/>
  215. </objects>
  216. <point key="canvasLocation" x="465" y="83"/>
  217. </scene>
  218. <!--Notice New Group MenuVC-->
  219. <scene sceneID="ROc-c4-YVb">
  220. <objects>
  221. <viewController storyboardIdentifier="NoticeNewGroupMenuVC" id="0Ul-nY-dFG" customClass="NoticeNewGroupMenuVC" sceneMemberID="viewController">
  222. <layoutGuides>
  223. <viewControllerLayoutGuide type="top" id="TIy-Ex-xye"/>
  224. <viewControllerLayoutGuide type="bottom" id="WSA-Gt-txM"/>
  225. </layoutGuides>
  226. <view key="view" contentMode="scaleToFill" id="dnz-MV-Ztp">
  227. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  228. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  229. <subviews>
  230. <view alpha="0.30000001192092896" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1Ij-aj-y8v">
  231. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  232. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  233. </view>
  234. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CHx-XX-fNh">
  235. <rect key="frame" x="0.0" y="555" width="375" height="112"/>
  236. <color key="backgroundColor" red="0.95686274509803915" green="0.95686274509803915" blue="0.96470588235294119" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  237. <constraints>
  238. <constraint firstAttribute="height" constant="112" id="7OF-gw-1Wo"/>
  239. </constraints>
  240. </view>
  241. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5mz-2R-Zvp">
  242. <rect key="frame" x="0.0" y="505" width="375" height="162"/>
  243. <color key="backgroundColor" red="0.95686274510000002" green="0.95686274510000002" blue="0.96470588239999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  244. <constraints>
  245. <constraint firstAttribute="height" constant="162" id="lsE-2o-hPi"/>
  246. </constraints>
  247. </view>
  248. </subviews>
  249. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  250. <constraints>
  251. <constraint firstAttribute="bottom" secondItem="1Ij-aj-y8v" secondAttribute="bottom" id="4jl-Tn-16r"/>
  252. <constraint firstItem="5mz-2R-Zvp" firstAttribute="trailing" secondItem="pkQ-NK-UIJ" secondAttribute="trailing" id="9yi-J2-2lm"/>
  253. <constraint firstItem="1Ij-aj-y8v" firstAttribute="leading" secondItem="pkQ-NK-UIJ" secondAttribute="leading" id="BvZ-sN-fse"/>
  254. <constraint firstAttribute="trailing" secondItem="CHx-XX-fNh" secondAttribute="trailing" id="DdS-gl-ZYm"/>
  255. <constraint firstItem="pkQ-NK-UIJ" firstAttribute="bottom" secondItem="5mz-2R-Zvp" secondAttribute="bottom" id="JV7-UU-5y1"/>
  256. <constraint firstItem="pkQ-NK-UIJ" firstAttribute="trailing" secondItem="1Ij-aj-y8v" secondAttribute="trailing" id="QZm-Fv-pBT"/>
  257. <constraint firstItem="1Ij-aj-y8v" firstAttribute="top" secondItem="dnz-MV-Ztp" secondAttribute="top" id="RbP-gP-aXI"/>
  258. <constraint firstItem="CHx-XX-fNh" firstAttribute="leading" secondItem="dnz-MV-Ztp" secondAttribute="leading" id="bbZ-Hv-zyX"/>
  259. <constraint firstItem="WSA-Gt-txM" firstAttribute="top" secondItem="CHx-XX-fNh" secondAttribute="bottom" id="qpm-Ye-fMf"/>
  260. <constraint firstItem="5mz-2R-Zvp" firstAttribute="leading" secondItem="pkQ-NK-UIJ" secondAttribute="leading" id="vf3-Hi-nNO"/>
  261. </constraints>
  262. <viewLayoutGuide key="safeArea" id="pkQ-NK-UIJ"/>
  263. </view>
  264. <connections>
  265. <outlet property="menuBgView" destination="CHx-XX-fNh" id="HBa-0g-wBt"/>
  266. <outlet property="wenziBgView" destination="5mz-2R-Zvp" id="uuX-VL-KVw"/>
  267. </connections>
  268. </viewController>
  269. <placeholder placeholderIdentifier="IBFirstResponder" id="heP-Ob-V6R" userLabel="First Responder" sceneMemberID="firstResponder"/>
  270. </objects>
  271. <point key="canvasLocation" x="-1247" y="1590"/>
  272. </scene>
  273. <!--Notice UnreadVC-->
  274. <scene sceneID="OWe-ea-U9z">
  275. <objects>
  276. <viewController storyboardIdentifier="NoticeUnreadVC" id="jBb-6q-TOH" customClass="NoticeUnreadVC" sceneMemberID="viewController">
  277. <view key="view" contentMode="scaleToFill" id="CVy-h0-z1T">
  278. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  279. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  280. <subviews>
  281. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4X9-La-eaF" customClass="WQNavigationBar">
  282. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  283. <subviews>
  284. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FUt-h6-Zbm">
  285. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  286. <subviews>
  287. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uDN-5m-hem">
  288. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  289. <constraints>
  290. <constraint firstAttribute="width" constant="50" id="AgE-mc-k8c"/>
  291. <constraint firstAttribute="height" constant="44" id="nf2-tZ-4mZ"/>
  292. </constraints>
  293. <state key="normal" image="back_black_icon"/>
  294. <connections>
  295. <action selector="backAction:" destination="jBb-6q-TOH" eventType="touchUpInside" id="xM4-bd-cYl"/>
  296. </connections>
  297. </button>
  298. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DxD-li-cLh">
  299. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  300. <constraints>
  301. <constraint firstAttribute="width" constant="35" id="i6I-b2-TUr"/>
  302. <constraint firstAttribute="height" constant="44" id="nGn-cz-YBy"/>
  303. </constraints>
  304. <state key="normal" image="menu_black_icon"/>
  305. <connections>
  306. <action selector="menuAction:" destination="jBb-6q-TOH" eventType="touchUpInside" id="MpV-dU-C4H"/>
  307. </connections>
  308. </button>
  309. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="h0Q-BV-jy9">
  310. <rect key="frame" x="110" y="9.5" width="155" height="25"/>
  311. <subviews>
  312. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZaP-i1-GoJ">
  313. <rect key="frame" x="0.0" y="0.0" width="77.5" height="25"/>
  314. <subviews>
  315. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="nKs-Fl-eHA">
  316. <rect key="frame" x="0.0" y="0.0" width="77.5" height="25"/>
  317. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  318. <state key="normal" title="已读(6)"/>
  319. </button>
  320. </subviews>
  321. <color key="backgroundColor" systemColor="systemTealColor" red="0.35294117650000001" green="0.7843137255" blue="0.98039215690000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  322. <constraints>
  323. <constraint firstItem="nKs-Fl-eHA" firstAttribute="top" secondItem="ZaP-i1-GoJ" secondAttribute="top" id="gc0-04-6np"/>
  324. <constraint firstAttribute="trailing" secondItem="nKs-Fl-eHA" secondAttribute="trailing" id="iwd-TH-TQ1"/>
  325. <constraint firstItem="nKs-Fl-eHA" firstAttribute="leading" secondItem="ZaP-i1-GoJ" secondAttribute="leading" id="qaU-09-r6h"/>
  326. <constraint firstAttribute="bottom" secondItem="nKs-Fl-eHA" secondAttribute="bottom" id="zaI-Qp-L1y"/>
  327. </constraints>
  328. </view>
  329. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9bO-BB-UmS">
  330. <rect key="frame" x="77.5" y="0.0" width="77.5" height="25"/>
  331. <subviews>
  332. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QgC-za-XGQ">
  333. <rect key="frame" x="0.0" y="0.0" width="77.5" height="25"/>
  334. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  335. <state key="normal" title="已读(6)"/>
  336. </button>
  337. </subviews>
  338. <color key="backgroundColor" systemColor="systemYellowColor" red="1" green="0.80000000000000004" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  339. <constraints>
  340. <constraint firstAttribute="bottom" secondItem="QgC-za-XGQ" secondAttribute="bottom" id="H9o-LT-tNc"/>
  341. <constraint firstItem="QgC-za-XGQ" firstAttribute="top" secondItem="9bO-BB-UmS" secondAttribute="top" id="JWg-jV-fMK"/>
  342. <constraint firstItem="QgC-za-XGQ" firstAttribute="leading" secondItem="9bO-BB-UmS" secondAttribute="leading" id="TaA-Be-eSx"/>
  343. <constraint firstAttribute="trailing" secondItem="QgC-za-XGQ" secondAttribute="trailing" id="jrK-Ok-Sjo"/>
  344. </constraints>
  345. </view>
  346. </subviews>
  347. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  348. <constraints>
  349. <constraint firstItem="9bO-BB-UmS" firstAttribute="bottom" secondItem="ZaP-i1-GoJ" secondAttribute="bottom" id="0Cj-rP-7JH"/>
  350. <constraint firstItem="9bO-BB-UmS" firstAttribute="leading" secondItem="ZaP-i1-GoJ" secondAttribute="trailing" id="0HK-ai-9pf"/>
  351. <constraint firstItem="ZaP-i1-GoJ" firstAttribute="leading" secondItem="h0Q-BV-jy9" secondAttribute="leading" id="7hi-VR-Xxp"/>
  352. <constraint firstItem="9bO-BB-UmS" firstAttribute="width" secondItem="ZaP-i1-GoJ" secondAttribute="width" id="9Xi-Zd-j7h"/>
  353. <constraint firstAttribute="height" constant="25" id="Hkh-gh-TvR"/>
  354. <constraint firstAttribute="width" constant="155" id="JAh-f2-vYE"/>
  355. <constraint firstItem="ZaP-i1-GoJ" firstAttribute="top" secondItem="h0Q-BV-jy9" secondAttribute="top" id="KEf-GL-Lyz"/>
  356. <constraint firstAttribute="bottom" secondItem="ZaP-i1-GoJ" secondAttribute="bottom" id="MJA-EW-Our"/>
  357. <constraint firstItem="9bO-BB-UmS" firstAttribute="top" secondItem="ZaP-i1-GoJ" secondAttribute="top" id="OJW-J5-Z7M"/>
  358. <constraint firstItem="ZaP-i1-GoJ" firstAttribute="width" secondItem="h0Q-BV-jy9" secondAttribute="width" multiplier="1:2" id="luW-ju-3ky"/>
  359. </constraints>
  360. </view>
  361. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hfw-Eo-D7f">
  362. <rect key="frame" x="0.0" y="43.5" width="375" height="0.5"/>
  363. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  364. <constraints>
  365. <constraint firstAttribute="height" constant="0.5" id="TPj-2C-ZV5"/>
  366. </constraints>
  367. </view>
  368. </subviews>
  369. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  370. <constraints>
  371. <constraint firstAttribute="bottom" secondItem="uDN-5m-hem" secondAttribute="bottom" id="06s-ak-OPD"/>
  372. <constraint firstItem="h0Q-BV-jy9" firstAttribute="centerX" secondItem="FUt-h6-Zbm" secondAttribute="centerX" id="2Jt-4S-vOl"/>
  373. <constraint firstItem="uDN-5m-hem" firstAttribute="leading" secondItem="FUt-h6-Zbm" secondAttribute="leading" id="2m6-Ib-Ot9"/>
  374. <constraint firstItem="DxD-li-cLh" firstAttribute="bottom" secondItem="uDN-5m-hem" secondAttribute="bottom" id="849-Sg-oYT"/>
  375. <constraint firstItem="DxD-li-cLh" firstAttribute="leading" secondItem="uDN-5m-hem" secondAttribute="trailing" id="8ZR-Or-CZr"/>
  376. <constraint firstItem="DxD-li-cLh" firstAttribute="top" secondItem="uDN-5m-hem" secondAttribute="top" id="I0w-z6-VLL"/>
  377. <constraint firstItem="h0Q-BV-jy9" firstAttribute="centerY" secondItem="DxD-li-cLh" secondAttribute="centerY" id="KP1-w1-bJd"/>
  378. <constraint firstAttribute="bottom" secondItem="hfw-Eo-D7f" secondAttribute="bottom" id="Pwv-p0-URj"/>
  379. <constraint firstAttribute="trailing" secondItem="hfw-Eo-D7f" secondAttribute="trailing" id="SpV-NO-X4E"/>
  380. <constraint firstItem="hfw-Eo-D7f" firstAttribute="leading" secondItem="FUt-h6-Zbm" secondAttribute="leading" id="cqt-Gc-xdu"/>
  381. <constraint firstAttribute="height" constant="44" id="tWc-Kr-8xd"/>
  382. </constraints>
  383. </view>
  384. </subviews>
  385. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  386. <constraints>
  387. <constraint firstAttribute="height" constant="64" id="Bxb-hh-gSL"/>
  388. <constraint firstItem="FUt-h6-Zbm" firstAttribute="leading" secondItem="4X9-La-eaF" secondAttribute="leading" id="R7j-RA-kPE"/>
  389. <constraint firstItem="FUt-h6-Zbm" firstAttribute="trailing" secondItem="4X9-La-eaF" secondAttribute="trailing" id="soE-LS-ACE"/>
  390. <constraint firstAttribute="bottom" secondItem="FUt-h6-Zbm" secondAttribute="bottom" id="vsS-51-Mqn"/>
  391. </constraints>
  392. <connections>
  393. <outlet property="height" destination="Bxb-hh-gSL" id="5zp-n8-U8H"/>
  394. </connections>
  395. </view>
  396. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="fWY-Vl-XTQ">
  397. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  398. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  399. </tableView>
  400. </subviews>
  401. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  402. <constraints>
  403. <constraint firstItem="fWY-Vl-XTQ" firstAttribute="top" secondItem="4X9-La-eaF" secondAttribute="bottom" id="Bwf-et-XrV"/>
  404. <constraint firstItem="fWY-Vl-XTQ" firstAttribute="leading" secondItem="CVy-h0-z1T" secondAttribute="leading" id="FlU-a5-K0X"/>
  405. <constraint firstAttribute="trailing" secondItem="fWY-Vl-XTQ" secondAttribute="trailing" id="J4G-KX-bdi"/>
  406. <constraint firstItem="4X9-La-eaF" firstAttribute="trailing" secondItem="meb-Jo-jqn" secondAttribute="trailing" id="LF6-Ej-4nf"/>
  407. <constraint firstAttribute="bottom" secondItem="fWY-Vl-XTQ" secondAttribute="bottom" id="aKk-Fj-YwN"/>
  408. <constraint firstItem="4X9-La-eaF" firstAttribute="top" secondItem="CVy-h0-z1T" secondAttribute="top" id="fpr-j6-2ge"/>
  409. <constraint firstItem="4X9-La-eaF" firstAttribute="leading" secondItem="meb-Jo-jqn" secondAttribute="leading" id="hHd-56-FkH"/>
  410. </constraints>
  411. <viewLayoutGuide key="safeArea" id="meb-Jo-jqn"/>
  412. </view>
  413. <navigationItem key="navigationItem" id="sky-f4-PoI"/>
  414. <connections>
  415. <outlet property="leftTitleBgView" destination="ZaP-i1-GoJ" id="3wo-yI-KuG"/>
  416. <outlet property="leftTitleBtn" destination="nKs-Fl-eHA" id="NRE-Hg-xzZ"/>
  417. <outlet property="rightTitleBgView" destination="9bO-BB-UmS" id="ole-pG-9lw"/>
  418. <outlet property="rightTitleBtn" destination="QgC-za-XGQ" id="Ace-pe-UJT"/>
  419. <outlet property="tableView" destination="fWY-Vl-XTQ" id="7ud-IK-Hpl"/>
  420. <outlet property="topTitleBgView" destination="h0Q-BV-jy9" id="UQu-1p-amb"/>
  421. </connections>
  422. </viewController>
  423. <placeholder placeholderIdentifier="IBFirstResponder" id="9Ro-s1-e9M" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  424. </objects>
  425. <point key="canvasLocation" x="-1262" y="2246"/>
  426. </scene>
  427. <!--Move View Controller-->
  428. <scene sceneID="3lW-bB-eD4">
  429. <objects>
  430. <viewController storyboardIdentifier="MoveViewController" id="RQB-jI-Tpd" customClass="MoveViewController" sceneMemberID="viewController">
  431. <view key="view" contentMode="scaleToFill" id="4th-1q-k4I">
  432. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  433. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  434. <subviews>
  435. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xFc-TM-bNO">
  436. <rect key="frame" x="0.0" y="64" width="375" height="46"/>
  437. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  438. <constraints>
  439. <constraint firstAttribute="height" constant="46" id="dzT-nW-79X"/>
  440. </constraints>
  441. </view>
  442. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gOF-Up-7dr" customClass="WQNavigationBar">
  443. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  444. <subviews>
  445. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="DtR-Mz-e4L">
  446. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  447. <subviews>
  448. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="F8k-Ea-GYp">
  449. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  450. <constraints>
  451. <constraint firstAttribute="height" constant="44" id="ZVl-FJ-Jrx"/>
  452. <constraint firstAttribute="width" constant="50" id="hFz-Kw-Q5g"/>
  453. </constraints>
  454. <state key="normal" image="back_black_icon"/>
  455. <connections>
  456. <action selector="backAction:" destination="RQB-jI-Tpd" eventType="touchUpInside" id="nNB-JT-8BW"/>
  457. </connections>
  458. </button>
  459. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JlX-i1-EKc">
  460. <rect key="frame" x="325" y="0.0" width="50" height="44"/>
  461. <constraints>
  462. <constraint firstAttribute="height" constant="44" id="T6S-zd-yAQ"/>
  463. <constraint firstAttribute="width" constant="50" id="XuE-42-rqZ"/>
  464. </constraints>
  465. <state key="normal" image="add_find"/>
  466. </button>
  467. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2WY-lU-bC0">
  468. <rect key="frame" x="165.5" y="12" width="44" height="20"/>
  469. <constraints>
  470. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="40" id="RTs-7G-dXQ"/>
  471. <constraint firstAttribute="height" constant="20" id="ty9-jD-4lf"/>
  472. </constraints>
  473. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  474. <nil key="textColor"/>
  475. <nil key="highlightedColor"/>
  476. </label>
  477. </subviews>
  478. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  479. <constraints>
  480. <constraint firstAttribute="bottom" secondItem="JlX-i1-EKc" secondAttribute="bottom" id="9hx-ez-WtB"/>
  481. <constraint firstItem="2WY-lU-bC0" firstAttribute="centerY" secondItem="DtR-Mz-e4L" secondAttribute="centerY" id="DHi-Mn-agf"/>
  482. <constraint firstItem="F8k-Ea-GYp" firstAttribute="leading" secondItem="DtR-Mz-e4L" secondAttribute="leading" id="anx-Xc-s77"/>
  483. <constraint firstAttribute="height" constant="44" id="byQ-aL-vTf"/>
  484. <constraint firstAttribute="bottom" secondItem="F8k-Ea-GYp" secondAttribute="bottom" id="hO0-62-YKG"/>
  485. <constraint firstAttribute="trailing" secondItem="JlX-i1-EKc" secondAttribute="trailing" id="liY-80-ata"/>
  486. <constraint firstItem="2WY-lU-bC0" firstAttribute="centerX" secondItem="DtR-Mz-e4L" secondAttribute="centerX" id="uf3-as-atx"/>
  487. </constraints>
  488. </view>
  489. </subviews>
  490. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  491. <constraints>
  492. <constraint firstItem="DtR-Mz-e4L" firstAttribute="trailing" secondItem="gOF-Up-7dr" secondAttribute="trailing" id="7gD-7b-85r"/>
  493. <constraint firstItem="DtR-Mz-e4L" firstAttribute="leading" secondItem="gOF-Up-7dr" secondAttribute="leading" id="Lvh-bu-Vz6"/>
  494. <constraint firstAttribute="height" constant="64" id="jXU-gE-a7e"/>
  495. <constraint firstAttribute="bottom" secondItem="DtR-Mz-e4L" secondAttribute="bottom" id="x2m-T3-saa"/>
  496. </constraints>
  497. <connections>
  498. <outlet property="height" destination="jXU-gE-a7e" id="SE2-an-Ev2"/>
  499. </connections>
  500. </view>
  501. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="50m-7H-XbB">
  502. <rect key="frame" x="0.0" y="110" width="375" height="557"/>
  503. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  504. <connections>
  505. <outlet property="dataSource" destination="RQB-jI-Tpd" id="EqD-az-F1u"/>
  506. <outlet property="delegate" destination="RQB-jI-Tpd" id="Sdh-TU-mWU"/>
  507. </connections>
  508. </tableView>
  509. </subviews>
  510. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  511. <constraints>
  512. <constraint firstItem="xFc-TM-bNO" firstAttribute="leading" secondItem="Qxq-is-031" secondAttribute="leading" id="3Tw-wb-Kuo"/>
  513. <constraint firstItem="gOF-Up-7dr" firstAttribute="top" secondItem="4th-1q-k4I" secondAttribute="top" id="OpO-wN-efg"/>
  514. <constraint firstAttribute="bottom" secondItem="50m-7H-XbB" secondAttribute="bottom" id="SI8-CF-Ovd"/>
  515. <constraint firstItem="50m-7H-XbB" firstAttribute="top" secondItem="xFc-TM-bNO" secondAttribute="bottom" id="Yhj-m8-5zp"/>
  516. <constraint firstItem="50m-7H-XbB" firstAttribute="leading" secondItem="Qxq-is-031" secondAttribute="leading" id="fYH-jl-5zt"/>
  517. <constraint firstItem="Qxq-is-031" firstAttribute="trailing" secondItem="50m-7H-XbB" secondAttribute="trailing" id="lf5-0p-10j"/>
  518. <constraint firstItem="xFc-TM-bNO" firstAttribute="top" secondItem="gOF-Up-7dr" secondAttribute="bottom" id="lxT-Sr-WJu"/>
  519. <constraint firstItem="gOF-Up-7dr" firstAttribute="trailing" secondItem="Qxq-is-031" secondAttribute="trailing" id="oeQ-TI-Ld1"/>
  520. <constraint firstItem="gOF-Up-7dr" firstAttribute="leading" secondItem="Qxq-is-031" secondAttribute="leading" id="q6j-bJ-5ZB"/>
  521. <constraint firstItem="xFc-TM-bNO" firstAttribute="trailing" secondItem="Qxq-is-031" secondAttribute="trailing" id="tBt-SO-03F"/>
  522. </constraints>
  523. <viewLayoutGuide key="safeArea" id="Qxq-is-031"/>
  524. </view>
  525. <navigationItem key="navigationItem" id="C5f-2e-EUB"/>
  526. <connections>
  527. <outlet property="HeadView" destination="xFc-TM-bNO" id="Tei-nR-42j"/>
  528. <outlet property="operationBackButton" destination="F8k-Ea-GYp" id="aK4-7D-OIr"/>
  529. <outlet property="rightAddBtn" destination="JlX-i1-EKc" id="7lr-99-z2w"/>
  530. <outlet property="tableView" destination="50m-7H-XbB" id="e05-em-T6d"/>
  531. <outlet property="titleL" destination="2WY-lU-bC0" id="cXL-rh-Vpl"/>
  532. </connections>
  533. </viewController>
  534. <placeholder placeholderIdentifier="IBFirstResponder" id="Osy-d6-hC2" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  535. </objects>
  536. <point key="canvasLocation" x="-532" y="2245.7271364317844"/>
  537. </scene>
  538. <!--Chat TestingVC-->
  539. <scene sceneID="nE1-vd-NdS">
  540. <objects>
  541. <viewController storyboardIdentifier="ChatTestingVC" id="og5-4l-zHg" customClass="ChatTestingVC" sceneMemberID="viewController">
  542. <view key="view" contentMode="scaleToFill" id="sWk-Lx-Lmd">
  543. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  544. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  545. <subviews>
  546. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hDp-4I-obe" customClass="WQNavigationBar">
  547. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  548. <subviews>
  549. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yqu-eH-prW">
  550. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  551. <subviews>
  552. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NG3-Cp-cSw">
  553. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  554. <constraints>
  555. <constraint firstAttribute="height" constant="44" id="5Mz-qt-ul0"/>
  556. <constraint firstAttribute="width" constant="50" id="RwJ-2W-JjL"/>
  557. </constraints>
  558. <state key="normal" image="back_black_icon"/>
  559. <connections>
  560. <action selector="backAction:" destination="og5-4l-zHg" eventType="touchUpInside" id="dT8-T9-oJ6"/>
  561. </connections>
  562. </button>
  563. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YeP-IE-nBG">
  564. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  565. <constraints>
  566. <constraint firstAttribute="height" constant="44" id="9NM-DN-hRO"/>
  567. <constraint firstAttribute="width" constant="35" id="WrJ-QC-FD6"/>
  568. </constraints>
  569. <state key="normal" image="menu_black_icon"/>
  570. <connections>
  571. <action selector="menuAction:" destination="og5-4l-zHg" eventType="touchUpInside" id="jCN-87-P1f"/>
  572. </connections>
  573. </button>
  574. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sSa-kx-mT2">
  575. <rect key="frame" x="310" y="0.0" width="50" height="44"/>
  576. <constraints>
  577. <constraint firstAttribute="height" constant="44" id="JCS-Z2-iX0"/>
  578. <constraint firstAttribute="width" constant="50" id="xIw-VP-rTp"/>
  579. </constraints>
  580. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  581. <state key="normal" title="清空">
  582. <color key="titleColor" red="0.12156862745098039" green="0.52941176470588236" blue="0.85882352941176465" alpha="1" colorSpace="calibratedRGB"/>
  583. </state>
  584. </button>
  585. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="HUc-gb-0Uy">
  586. <rect key="frame" x="150.5" y="13.5" width="74" height="17"/>
  587. <constraints>
  588. <constraint firstAttribute="height" constant="17" id="PaR-pK-Q9u"/>
  589. </constraints>
  590. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  591. <state key="normal" title="验证信息">
  592. <color key="titleColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  593. </state>
  594. </button>
  595. </subviews>
  596. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  597. <constraints>
  598. <constraint firstAttribute="trailing" secondItem="sSa-kx-mT2" secondAttribute="trailing" constant="15" id="5tC-st-vEx"/>
  599. <constraint firstAttribute="bottom" secondItem="HUc-gb-0Uy" secondAttribute="bottom" constant="13.5" id="Fg9-UE-OUv"/>
  600. <constraint firstItem="NG3-Cp-cSw" firstAttribute="leading" secondItem="yqu-eH-prW" secondAttribute="leading" id="IwO-8J-Rby"/>
  601. <constraint firstItem="YeP-IE-nBG" firstAttribute="leading" secondItem="NG3-Cp-cSw" secondAttribute="trailing" id="ZcM-Wt-drc"/>
  602. <constraint firstAttribute="height" constant="44" id="dTR-8e-q3z"/>
  603. <constraint firstItem="YeP-IE-nBG" firstAttribute="top" secondItem="NG3-Cp-cSw" secondAttribute="top" id="mgK-Vm-SVP"/>
  604. <constraint firstAttribute="bottom" secondItem="NG3-Cp-cSw" secondAttribute="bottom" id="rXT-6W-YfA"/>
  605. <constraint firstAttribute="bottom" secondItem="sSa-kx-mT2" secondAttribute="bottom" id="sZU-kv-GSo"/>
  606. <constraint firstItem="YeP-IE-nBG" firstAttribute="bottom" secondItem="NG3-Cp-cSw" secondAttribute="bottom" id="tcL-82-dIw"/>
  607. <constraint firstItem="HUc-gb-0Uy" firstAttribute="centerX" secondItem="yqu-eH-prW" secondAttribute="centerX" id="xhx-kP-qL0"/>
  608. </constraints>
  609. </view>
  610. </subviews>
  611. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  612. <constraints>
  613. <constraint firstAttribute="height" constant="64" id="Jy4-xu-lQy"/>
  614. <constraint firstItem="yqu-eH-prW" firstAttribute="leading" secondItem="hDp-4I-obe" secondAttribute="leading" id="N93-pR-iGB"/>
  615. <constraint firstItem="yqu-eH-prW" firstAttribute="trailing" secondItem="hDp-4I-obe" secondAttribute="trailing" id="QnC-Rh-pHo"/>
  616. <constraint firstAttribute="bottom" secondItem="yqu-eH-prW" secondAttribute="bottom" id="kfZ-p2-Yik"/>
  617. </constraints>
  618. <connections>
  619. <outlet property="height" destination="Jy4-xu-lQy" id="NXi-VH-i58"/>
  620. </connections>
  621. </view>
  622. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="yAl-yx-Vy8">
  623. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  624. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  625. <connections>
  626. <outlet property="dataSource" destination="og5-4l-zHg" id="1sD-BG-4Tv"/>
  627. <outlet property="delegate" destination="og5-4l-zHg" id="JwT-xV-vhP"/>
  628. </connections>
  629. </tableView>
  630. </subviews>
  631. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  632. <constraints>
  633. <constraint firstAttribute="bottom" secondItem="yAl-yx-Vy8" secondAttribute="bottom" id="388-xN-FJu"/>
  634. <constraint firstItem="hDp-4I-obe" firstAttribute="trailing" secondItem="tOx-a7-FHs" secondAttribute="trailing" id="4y9-T3-bEn"/>
  635. <constraint firstItem="hDp-4I-obe" firstAttribute="leading" secondItem="tOx-a7-FHs" secondAttribute="leading" id="QB8-e5-Lzf"/>
  636. <constraint firstItem="yAl-yx-Vy8" firstAttribute="leading" secondItem="tOx-a7-FHs" secondAttribute="leading" id="Qsy-lb-gFY"/>
  637. <constraint firstItem="hDp-4I-obe" firstAttribute="top" secondItem="sWk-Lx-Lmd" secondAttribute="top" id="cOd-EC-sOL"/>
  638. <constraint firstItem="tOx-a7-FHs" firstAttribute="trailing" secondItem="yAl-yx-Vy8" secondAttribute="trailing" id="qwe-fX-4gV"/>
  639. <constraint firstItem="yAl-yx-Vy8" firstAttribute="top" secondItem="hDp-4I-obe" secondAttribute="bottom" id="vgf-Ua-kfo"/>
  640. </constraints>
  641. <viewLayoutGuide key="safeArea" id="tOx-a7-FHs"/>
  642. </view>
  643. <navigationItem key="navigationItem" id="pWH-20-REA"/>
  644. <connections>
  645. <outlet property="rightAddBtn" destination="sSa-kx-mT2" id="4R2-UG-LkS"/>
  646. <outlet property="tableView" destination="yAl-yx-Vy8" id="6Z6-Hh-OnW"/>
  647. </connections>
  648. </viewController>
  649. <placeholder placeholderIdentifier="IBFirstResponder" id="zav-O2-WUf" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  650. </objects>
  651. <point key="canvasLocation" x="134" y="2246"/>
  652. </scene>
  653. <!--Notice New GroupVC-->
  654. <scene sceneID="574-yH-RIT">
  655. <objects>
  656. <viewController storyboardIdentifier="NoticeNewGroupVC" id="wRJ-4M-VxF" customClass="NoticeNewGroupVC" sceneMemberID="viewController">
  657. <view key="view" contentMode="scaleToFill" id="d6c-rm-T3S">
  658. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  659. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  660. <subviews>
  661. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Pgb-kr-oNf" customClass="WQNavigationBar">
  662. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  663. <subviews>
  664. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Uf4-y5-L3C">
  665. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  666. <subviews>
  667. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OjV-1M-Xxr">
  668. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  669. <constraints>
  670. <constraint firstAttribute="height" constant="44" id="GA9-vj-DYM"/>
  671. <constraint firstAttribute="width" constant="50" id="TGM-as-OA3"/>
  672. </constraints>
  673. <state key="normal" image="back_black_icon"/>
  674. <connections>
  675. <action selector="backAction:" destination="wRJ-4M-VxF" eventType="touchUpInside" id="J5Z-pe-Uri"/>
  676. </connections>
  677. </button>
  678. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KNk-8s-0JD">
  679. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  680. <constraints>
  681. <constraint firstAttribute="height" constant="44" id="BaC-cW-4aY"/>
  682. <constraint firstAttribute="width" constant="35" id="y8B-0d-I4E"/>
  683. </constraints>
  684. <state key="normal" image="menu_black_icon"/>
  685. <connections>
  686. <action selector="menuAction:" destination="wRJ-4M-VxF" eventType="touchUpInside" id="HH0-Tf-e57"/>
  687. </connections>
  688. </button>
  689. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="s4a-hF-thU">
  690. <rect key="frame" x="325" y="0.0" width="50" height="44"/>
  691. <constraints>
  692. <constraint firstAttribute="width" constant="50" id="WDv-E2-gDt"/>
  693. <constraint firstAttribute="height" constant="44" id="ZaC-3p-qL1"/>
  694. </constraints>
  695. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  696. <state key="normal" title="发送">
  697. <color key="titleColor" red="0.22352941176470587" green="0.47450980392156861" blue="0.82745098039215681" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  698. </state>
  699. <state key="disabled">
  700. <color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  701. </state>
  702. <connections>
  703. <action selector="sendNoticManyPeople:" destination="wRJ-4M-VxF" eventType="touchUpInside" id="YYt-Vw-7aY"/>
  704. </connections>
  705. </button>
  706. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="写通知" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3ie-7z-kOk">
  707. <rect key="frame" x="160" y="11.5" width="55.5" height="21"/>
  708. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  709. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  710. <nil key="highlightedColor"/>
  711. </label>
  712. </subviews>
  713. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  714. <constraints>
  715. <constraint firstAttribute="trailing" secondItem="s4a-hF-thU" secondAttribute="trailing" id="1cW-cF-FwH"/>
  716. <constraint firstAttribute="bottom" secondItem="OjV-1M-Xxr" secondAttribute="bottom" id="1fm-2A-ZIm"/>
  717. <constraint firstItem="3ie-7z-kOk" firstAttribute="centerY" secondItem="Uf4-y5-L3C" secondAttribute="centerY" id="DZB-4M-9We"/>
  718. <constraint firstAttribute="height" constant="44" id="J5p-gG-b3d"/>
  719. <constraint firstItem="OjV-1M-Xxr" firstAttribute="leading" secondItem="Uf4-y5-L3C" secondAttribute="leading" id="JaD-mL-fVb"/>
  720. <constraint firstItem="KNk-8s-0JD" firstAttribute="leading" secondItem="OjV-1M-Xxr" secondAttribute="trailing" id="KeK-Im-LEf"/>
  721. <constraint firstItem="KNk-8s-0JD" firstAttribute="top" secondItem="OjV-1M-Xxr" secondAttribute="top" id="Ujz-jV-KAM"/>
  722. <constraint firstItem="3ie-7z-kOk" firstAttribute="centerX" secondItem="Uf4-y5-L3C" secondAttribute="centerX" id="cYL-cR-gUt"/>
  723. <constraint firstItem="KNk-8s-0JD" firstAttribute="bottom" secondItem="OjV-1M-Xxr" secondAttribute="bottom" id="e2e-k8-BBZ"/>
  724. <constraint firstAttribute="bottom" secondItem="s4a-hF-thU" secondAttribute="bottom" id="tHf-nt-4vZ"/>
  725. </constraints>
  726. </view>
  727. </subviews>
  728. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  729. <constraints>
  730. <constraint firstItem="Uf4-y5-L3C" firstAttribute="leading" secondItem="Pgb-kr-oNf" secondAttribute="leading" id="RyM-m3-yY1"/>
  731. <constraint firstItem="Uf4-y5-L3C" firstAttribute="trailing" secondItem="Pgb-kr-oNf" secondAttribute="trailing" id="ZCe-Eg-pCD"/>
  732. <constraint firstAttribute="height" constant="64" id="diw-SE-DjQ"/>
  733. <constraint firstAttribute="bottom" secondItem="Uf4-y5-L3C" secondAttribute="bottom" id="ygy-4Z-STv"/>
  734. </constraints>
  735. <connections>
  736. <outlet property="height" destination="diw-SE-DjQ" id="RWA-44-WJv"/>
  737. </connections>
  738. </view>
  739. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="zqi-hN-c5w">
  740. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  741. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  742. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  743. <view key="tableHeaderView" contentMode="scaleToFill" id="Szv-2O-Vae">
  744. <rect key="frame" x="0.0" y="0.0" width="375" height="150"/>
  745. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  746. <subviews>
  747. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Cp5-bS-8CX">
  748. <rect key="frame" x="0.0" y="0.0" width="0.0" height="50"/>
  749. <subviews>
  750. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="收件人:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NwC-Dz-sRe">
  751. <rect key="frame" x="15.5" y="15.5" width="0.0" height="19.5"/>
  752. <constraints>
  753. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="100" id="GvS-r5-RQe"/>
  754. </constraints>
  755. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  756. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  757. <nil key="highlightedColor"/>
  758. </label>
  759. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qJV-wP-loC">
  760. <rect key="frame" x="25.5" y="0.0" width="0.0" height="50"/>
  761. <subviews>
  762. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" springLoaded="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Q24-3k-qdj">
  763. <rect key="frame" x="0.0" y="0.0" width="0.0" height="50"/>
  764. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  765. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" automaticEstimatedItemSize="YES" minimumLineSpacing="10" minimumInteritemSpacing="10" id="1aI-dE-UyR">
  766. <size key="itemSize" width="50" height="50"/>
  767. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  768. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  769. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  770. </collectionViewFlowLayout>
  771. <cells/>
  772. <connections>
  773. <outlet property="dataSource" destination="wRJ-4M-VxF" id="CA9-Xu-s1x"/>
  774. <outlet property="delegate" destination="wRJ-4M-VxF" id="dQ2-P2-Hes"/>
  775. </connections>
  776. </collectionView>
  777. </subviews>
  778. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  779. <constraints>
  780. <constraint firstItem="Q24-3k-qdj" firstAttribute="top" secondItem="qJV-wP-loC" secondAttribute="top" id="8bI-C2-vrL"/>
  781. <constraint firstAttribute="bottom" secondItem="Q24-3k-qdj" secondAttribute="bottom" id="DRR-Wq-6cC"/>
  782. <constraint firstAttribute="trailing" secondItem="Q24-3k-qdj" secondAttribute="trailing" id="h4W-Pv-9ok"/>
  783. <constraint firstAttribute="height" constant="50" id="i1m-Ug-lca"/>
  784. <constraint firstItem="Q24-3k-qdj" firstAttribute="leading" secondItem="qJV-wP-loC" secondAttribute="leading" id="zFm-NC-en7"/>
  785. </constraints>
  786. </view>
  787. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vb4-Le-n1T">
  788. <rect key="frame" x="-43" y="14" width="21" height="22"/>
  789. <constraints>
  790. <constraint firstAttribute="width" constant="22" id="3g4-5r-Rgb"/>
  791. <constraint firstAttribute="height" constant="22" id="dm2-rl-bFG"/>
  792. </constraints>
  793. <state key="normal" image="chatmsg_icon_circleAdd"/>
  794. <connections>
  795. <action selector="userDidSelectShouJianAction:" destination="wRJ-4M-VxF" eventType="touchUpInside" id="Vrs-8i-tf4"/>
  796. </connections>
  797. </button>
  798. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Rww-vn-dK5">
  799. <rect key="frame" x="17" y="49.5" width="0.0" height="0.5"/>
  800. <color key="backgroundColor" red="0.78039215689999997" green="0.89411764709999997" blue="0.98431372549999996" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  801. <constraints>
  802. <constraint firstAttribute="height" constant="0.5" id="Ygs-t2-5yW"/>
  803. </constraints>
  804. </view>
  805. </subviews>
  806. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  807. <constraints>
  808. <constraint firstAttribute="bottom" secondItem="Rww-vn-dK5" secondAttribute="bottom" id="4PN-LO-bWE"/>
  809. <constraint firstItem="qJV-wP-loC" firstAttribute="centerY" secondItem="vb4-Le-n1T" secondAttribute="centerY" id="Icy-6E-zzN"/>
  810. <constraint firstAttribute="trailing" secondItem="vb4-Le-n1T" secondAttribute="trailing" constant="22" id="N7i-h2-7hZ"/>
  811. <constraint firstAttribute="height" constant="50" id="OND-JD-aLh"/>
  812. <constraint firstItem="qJV-wP-loC" firstAttribute="leading" secondItem="NwC-Dz-sRe" secondAttribute="trailing" constant="10" id="Q9q-ie-SBK"/>
  813. <constraint firstItem="vb4-Le-n1T" firstAttribute="leading" secondItem="qJV-wP-loC" secondAttribute="trailing" constant="10" id="RfS-uv-bbD"/>
  814. <constraint firstItem="NwC-Dz-sRe" firstAttribute="centerY" secondItem="Cp5-bS-8CX" secondAttribute="centerY" id="YJd-FF-sIo"/>
  815. <constraint firstAttribute="trailing" secondItem="Rww-vn-dK5" secondAttribute="trailing" constant="17" id="d67-Md-E9S"/>
  816. <constraint firstItem="NwC-Dz-sRe" firstAttribute="leading" secondItem="Cp5-bS-8CX" secondAttribute="leading" constant="15.5" id="gdK-jJ-AKp"/>
  817. <constraint firstItem="vb4-Le-n1T" firstAttribute="centerY" secondItem="Cp5-bS-8CX" secondAttribute="centerY" id="l4y-Zy-bx8"/>
  818. <constraint firstItem="Rww-vn-dK5" firstAttribute="leading" secondItem="Cp5-bS-8CX" secondAttribute="leading" constant="17" id="lgX-VS-LcC"/>
  819. </constraints>
  820. </view>
  821. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9ww-Xo-OCF">
  822. <rect key="frame" x="0.0" y="50" width="0.0" height="50"/>
  823. <subviews>
  824. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="抄送:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jva-dj-Efa">
  825. <rect key="frame" x="15.5" y="15.5" width="0.0" height="19.5"/>
  826. <constraints>
  827. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="100" id="hC1-wg-aHv"/>
  828. </constraints>
  829. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  830. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  831. <nil key="highlightedColor"/>
  832. </label>
  833. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yaH-tu-ls0">
  834. <rect key="frame" x="25.5" y="0.0" width="0.0" height="50"/>
  835. <subviews>
  836. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" springLoaded="YES" translatesAutoresizingMaskIntoConstraints="NO" id="n6F-QR-Bat">
  837. <rect key="frame" x="0.0" y="0.0" width="0.0" height="50"/>
  838. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  839. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" automaticEstimatedItemSize="YES" minimumLineSpacing="10" minimumInteritemSpacing="10" id="3Lj-zk-jWx">
  840. <size key="itemSize" width="50" height="50"/>
  841. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  842. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  843. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  844. </collectionViewFlowLayout>
  845. <cells/>
  846. <connections>
  847. <outlet property="dataSource" destination="wRJ-4M-VxF" id="zf0-P1-MYm"/>
  848. <outlet property="delegate" destination="wRJ-4M-VxF" id="vh4-F7-Wef"/>
  849. </connections>
  850. </collectionView>
  851. </subviews>
  852. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  853. <constraints>
  854. <constraint firstAttribute="bottom" secondItem="n6F-QR-Bat" secondAttribute="bottom" id="2fW-5R-v5c"/>
  855. <constraint firstItem="n6F-QR-Bat" firstAttribute="top" secondItem="yaH-tu-ls0" secondAttribute="top" id="6AR-hA-x8p"/>
  856. <constraint firstAttribute="trailing" secondItem="n6F-QR-Bat" secondAttribute="trailing" id="LLr-60-9tq"/>
  857. <constraint firstAttribute="height" constant="50" id="RLt-2p-bgy"/>
  858. <constraint firstItem="n6F-QR-Bat" firstAttribute="leading" secondItem="yaH-tu-ls0" secondAttribute="leading" id="x00-gM-SzG"/>
  859. </constraints>
  860. </view>
  861. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="heX-kg-rSt">
  862. <rect key="frame" x="-43" y="14" width="21" height="22"/>
  863. <constraints>
  864. <constraint firstAttribute="width" constant="22" id="N9a-hU-zD9"/>
  865. <constraint firstAttribute="height" constant="22" id="Tt5-UM-zXF"/>
  866. </constraints>
  867. <state key="normal" image="chatmsg_icon_circleAdd"/>
  868. <connections>
  869. <action selector="userDidSelectChaoShongAction:" destination="wRJ-4M-VxF" eventType="touchUpInside" id="OUW-hG-hdS"/>
  870. </connections>
  871. </button>
  872. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mVf-s7-2Jg">
  873. <rect key="frame" x="17" y="49.5" width="0.0" height="0.5"/>
  874. <color key="backgroundColor" red="0.78039215689999997" green="0.89411764709999997" blue="0.98431372549999996" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  875. <constraints>
  876. <constraint firstAttribute="height" constant="0.5" id="2wW-nA-IVK"/>
  877. </constraints>
  878. </view>
  879. </subviews>
  880. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  881. <constraints>
  882. <constraint firstItem="heX-kg-rSt" firstAttribute="centerY" secondItem="9ww-Xo-OCF" secondAttribute="centerY" id="1Wd-xa-o6M"/>
  883. <constraint firstItem="Jva-dj-Efa" firstAttribute="leading" secondItem="9ww-Xo-OCF" secondAttribute="leading" constant="15.5" id="4Y6-GG-tlQ"/>
  884. <constraint firstItem="mVf-s7-2Jg" firstAttribute="leading" secondItem="9ww-Xo-OCF" secondAttribute="leading" constant="17" id="5WW-vR-jIx"/>
  885. <constraint firstItem="Jva-dj-Efa" firstAttribute="centerY" secondItem="9ww-Xo-OCF" secondAttribute="centerY" id="IkH-kj-pPN"/>
  886. <constraint firstAttribute="height" constant="50" id="Ncp-BY-8Vb"/>
  887. <constraint firstAttribute="trailing" secondItem="mVf-s7-2Jg" secondAttribute="trailing" constant="17" id="Q4m-np-Yj7"/>
  888. <constraint firstAttribute="bottom" secondItem="mVf-s7-2Jg" secondAttribute="bottom" id="iIK-Us-EV4"/>
  889. <constraint firstItem="yaH-tu-ls0" firstAttribute="centerY" secondItem="heX-kg-rSt" secondAttribute="centerY" id="lIK-5j-IyQ"/>
  890. <constraint firstAttribute="trailing" secondItem="heX-kg-rSt" secondAttribute="trailing" constant="22" id="ph8-wF-sEm"/>
  891. <constraint firstItem="yaH-tu-ls0" firstAttribute="leading" secondItem="Jva-dj-Efa" secondAttribute="trailing" constant="10" id="vuG-qy-5LD"/>
  892. <constraint firstItem="heX-kg-rSt" firstAttribute="leading" secondItem="yaH-tu-ls0" secondAttribute="trailing" constant="10" id="yle-Zb-U5E"/>
  893. </constraints>
  894. </view>
  895. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="z90-EF-gWh">
  896. <rect key="frame" x="0.0" y="108" width="0.0" height="50"/>
  897. <subviews>
  898. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="标题:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3yv-le-zwY">
  899. <rect key="frame" x="15.5" y="15.5" width="0.0" height="19.5"/>
  900. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  901. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  902. <nil key="highlightedColor"/>
  903. </label>
  904. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="aoJ-m2-VmO" customClass="NewTopicTextView">
  905. <rect key="frame" x="-15" y="8" width="0.0" height="34"/>
  906. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  907. <color key="textColor" systemColor="labelColor" cocoaTouchSystemColor="darkTextColor"/>
  908. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  909. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  910. </textView>
  911. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jon-yy-MqN">
  912. <rect key="frame" x="17" y="49.5" width="0.0" height="0.5"/>
  913. <color key="backgroundColor" red="0.78039215689999997" green="0.89411764709999997" blue="0.98431372549999996" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  914. <constraints>
  915. <constraint firstAttribute="height" constant="0.5" id="isd-0b-LcJ"/>
  916. </constraints>
  917. </view>
  918. </subviews>
  919. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  920. <constraints>
  921. <constraint firstItem="3yv-le-zwY" firstAttribute="leading" secondItem="z90-EF-gWh" secondAttribute="leading" constant="15.5" id="4fz-Ty-Rmq"/>
  922. <constraint firstItem="aoJ-m2-VmO" firstAttribute="top" secondItem="z90-EF-gWh" secondAttribute="top" constant="8" id="ABA-fT-6GE"/>
  923. <constraint firstItem="jon-yy-MqN" firstAttribute="leading" secondItem="z90-EF-gWh" secondAttribute="leading" constant="17" id="CDS-Bi-kWk"/>
  924. <constraint firstAttribute="bottom" secondItem="aoJ-m2-VmO" secondAttribute="bottom" constant="8" id="FC0-1f-J4c"/>
  925. <constraint firstAttribute="trailing" secondItem="jon-yy-MqN" secondAttribute="trailing" constant="17" id="Ghe-NJ-C5S"/>
  926. <constraint firstItem="3yv-le-zwY" firstAttribute="centerY" secondItem="z90-EF-gWh" secondAttribute="centerY" id="Go0-Rb-foK"/>
  927. <constraint firstAttribute="bottom" secondItem="jon-yy-MqN" secondAttribute="bottom" id="S4O-OM-rRm"/>
  928. <constraint firstItem="aoJ-m2-VmO" firstAttribute="leading" secondItem="3yv-le-zwY" secondAttribute="trailing" constant="5" id="dI2-Pq-30z"/>
  929. <constraint firstAttribute="height" constant="50" id="e0A-q1-bJP"/>
  930. <constraint firstAttribute="trailing" secondItem="aoJ-m2-VmO" secondAttribute="trailing" constant="15" id="zqS-xl-lM7"/>
  931. </constraints>
  932. </view>
  933. </subviews>
  934. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  935. <constraints>
  936. <constraint firstAttribute="trailing" secondItem="9ww-Xo-OCF" secondAttribute="trailing" id="3do-uP-7jG"/>
  937. <constraint firstItem="Cp5-bS-8CX" firstAttribute="leading" secondItem="Szv-2O-Vae" secondAttribute="leading" id="AXb-aX-86i"/>
  938. <constraint firstItem="z90-EF-gWh" firstAttribute="leading" secondItem="Szv-2O-Vae" secondAttribute="leading" id="ElH-AD-C7S"/>
  939. <constraint firstAttribute="trailing" secondItem="z90-EF-gWh" secondAttribute="trailing" id="NkA-pG-CJc"/>
  940. <constraint firstItem="9ww-Xo-OCF" firstAttribute="top" secondItem="Cp5-bS-8CX" secondAttribute="bottom" id="OPd-Tx-KfJ"/>
  941. <constraint firstItem="9ww-Xo-OCF" firstAttribute="leading" secondItem="Szv-2O-Vae" secondAttribute="leading" id="OpQ-eH-va0"/>
  942. <constraint firstAttribute="trailing" secondItem="Cp5-bS-8CX" secondAttribute="trailing" id="Vcj-iC-gN6"/>
  943. <constraint firstItem="z90-EF-gWh" firstAttribute="top" secondItem="9ww-Xo-OCF" secondAttribute="bottom" constant="8" symbolic="YES" id="dK4-7l-2FV"/>
  944. <constraint firstItem="Cp5-bS-8CX" firstAttribute="top" secondItem="Szv-2O-Vae" secondAttribute="top" id="exK-JS-H8m"/>
  945. </constraints>
  946. </view>
  947. <prototypes>
  948. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" id="Elc-RG-3ge">
  949. <rect key="frame" x="0.0" y="178" width="375" height="44"/>
  950. <autoresizingMask key="autoresizingMask"/>
  951. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Elc-RG-3ge" id="TGD-ra-eU5">
  952. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  953. <autoresizingMask key="autoresizingMask"/>
  954. </tableViewCellContentView>
  955. </tableViewCell>
  956. </prototypes>
  957. <connections>
  958. <outlet property="dataSource" destination="wRJ-4M-VxF" id="0kA-ao-h27"/>
  959. <outlet property="delegate" destination="wRJ-4M-VxF" id="3lO-zy-IO4"/>
  960. </connections>
  961. </tableView>
  962. </subviews>
  963. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  964. <constraints>
  965. <constraint firstItem="Pgb-kr-oNf" firstAttribute="top" secondItem="d6c-rm-T3S" secondAttribute="top" id="8h4-h4-XUJ"/>
  966. <constraint firstItem="Pgb-kr-oNf" firstAttribute="trailing" secondItem="hXX-7M-pPh" secondAttribute="trailing" id="M0f-Ob-ldA"/>
  967. <constraint firstItem="Pgb-kr-oNf" firstAttribute="leading" secondItem="hXX-7M-pPh" secondAttribute="leading" id="qKT-Wf-Ptw"/>
  968. </constraints>
  969. <viewLayoutGuide key="safeArea" id="hXX-7M-pPh"/>
  970. </view>
  971. <navigationItem key="navigationItem" id="l7p-8I-fG3"/>
  972. <connections>
  973. <outlet property="chaoSongColletionView" destination="n6F-QR-Bat" id="yQt-XB-Frh"/>
  974. <outlet property="headerTopView" destination="9ww-Xo-OCF" id="KuV-Hb-vZ9"/>
  975. <outlet property="headerView" destination="Szv-2O-Vae" id="fzu-zP-Ql0"/>
  976. <outlet property="inputTitleView" destination="z90-EF-gWh" id="f0o-ET-8NP"/>
  977. <outlet property="navBar" destination="Uf4-y5-L3C" id="QSI-hR-z92"/>
  978. <outlet property="rightSendBtn" destination="s4a-hF-thU" id="7u7-j0-QoB"/>
  979. <outlet property="shouJianCollectionView" destination="Q24-3k-qdj" id="DAU-27-suo"/>
  980. <outlet property="tableView" destination="zqi-hN-c5w" id="old-6o-rOy"/>
  981. <outlet property="textView" destination="aoJ-m2-VmO" id="CTY-AZ-z7s"/>
  982. <outlet property="titleLabel" destination="3ie-7z-kOk" id="wbL-Bs-KRC"/>
  983. </connections>
  984. </viewController>
  985. <placeholder placeholderIdentifier="IBFirstResponder" id="mWY-GW-ZeT" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  986. </objects>
  987. <point key="canvasLocation" x="360.80000000000001" y="775.86206896551732"/>
  988. </scene>
  989. <!--Chat Msg Notice DetailVC-->
  990. <scene sceneID="Abo-rW-A1h">
  991. <objects>
  992. <viewController storyboardIdentifier="ChatMsgNoticeDetailVC" id="Wqx-tD-eDa" customClass="ChatMsgNoticeDetailVC" sceneMemberID="viewController">
  993. <view key="view" contentMode="scaleToFill" id="cr9-gH-BOb">
  994. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  995. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  996. <subviews>
  997. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dby-WL-nlv" customClass="WQNavigationBar">
  998. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  999. <subviews>
  1000. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="VW2-Bg-B9I">
  1001. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  1002. <subviews>
  1003. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2Qa-k2-txE">
  1004. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  1005. <constraints>
  1006. <constraint firstAttribute="height" constant="44" id="9L6-vF-rjy"/>
  1007. <constraint firstAttribute="width" constant="50" id="Jsf-uQ-G8L"/>
  1008. </constraints>
  1009. <state key="normal" image="back_black_icon"/>
  1010. <connections>
  1011. <action selector="backAction:" destination="Wqx-tD-eDa" eventType="touchUpInside" id="0fb-se-c92"/>
  1012. </connections>
  1013. </button>
  1014. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wIc-Nc-nBn">
  1015. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  1016. <constraints>
  1017. <constraint firstAttribute="width" constant="35" id="IXT-E0-VrA"/>
  1018. <constraint firstAttribute="height" constant="44" id="nbS-eZ-aRb"/>
  1019. </constraints>
  1020. <state key="normal" image="menu_black_icon"/>
  1021. <connections>
  1022. <action selector="menuAction:" destination="Wqx-tD-eDa" eventType="touchUpInside" id="1dy-aP-XvG"/>
  1023. </connections>
  1024. </button>
  1025. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="正文" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4g7-P4-fk2">
  1026. <rect key="frame" x="170" y="12" width="35" height="20.5"/>
  1027. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  1028. <nil key="textColor"/>
  1029. <nil key="highlightedColor"/>
  1030. </label>
  1031. </subviews>
  1032. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1033. <constraints>
  1034. <constraint firstItem="wIc-Nc-nBn" firstAttribute="top" secondItem="2Qa-k2-txE" secondAttribute="top" id="2x9-o1-RFm"/>
  1035. <constraint firstItem="wIc-Nc-nBn" firstAttribute="leading" secondItem="2Qa-k2-txE" secondAttribute="trailing" id="IOp-qA-OeI"/>
  1036. <constraint firstItem="4g7-P4-fk2" firstAttribute="centerY" secondItem="VW2-Bg-B9I" secondAttribute="centerY" id="OXw-4I-OhB"/>
  1037. <constraint firstItem="4g7-P4-fk2" firstAttribute="centerX" secondItem="VW2-Bg-B9I" secondAttribute="centerX" id="SYG-Nn-KcM"/>
  1038. <constraint firstItem="2Qa-k2-txE" firstAttribute="leading" secondItem="VW2-Bg-B9I" secondAttribute="leading" id="XiL-HE-DmK"/>
  1039. <constraint firstItem="4g7-P4-fk2" firstAttribute="width" relation="lessThanOrEqual" secondItem="VW2-Bg-B9I" secondAttribute="width" multiplier="0.4" id="anZ-aB-v1k"/>
  1040. <constraint firstItem="wIc-Nc-nBn" firstAttribute="bottom" secondItem="2Qa-k2-txE" secondAttribute="bottom" id="fmf-ea-3G7"/>
  1041. <constraint firstAttribute="bottom" secondItem="2Qa-k2-txE" secondAttribute="bottom" id="tGw-ct-lud"/>
  1042. <constraint firstAttribute="height" constant="44" id="xML-T3-Ann"/>
  1043. </constraints>
  1044. </view>
  1045. </subviews>
  1046. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1047. <constraints>
  1048. <constraint firstAttribute="height" constant="64" id="8Lj-yX-3zF"/>
  1049. <constraint firstItem="VW2-Bg-B9I" firstAttribute="leading" secondItem="dby-WL-nlv" secondAttribute="leading" id="Ej8-Y0-N2C"/>
  1050. <constraint firstItem="VW2-Bg-B9I" firstAttribute="trailing" secondItem="dby-WL-nlv" secondAttribute="trailing" id="Xn7-gV-lzi"/>
  1051. <constraint firstAttribute="bottom" secondItem="VW2-Bg-B9I" secondAttribute="bottom" id="i92-gJ-9GB"/>
  1052. </constraints>
  1053. <connections>
  1054. <outlet property="height" destination="8Lj-yX-3zF" id="0iG-cv-27D"/>
  1055. </connections>
  1056. </view>
  1057. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="9TR-x3-Sk3">
  1058. <rect key="frame" x="0.0" y="64" width="375" height="545"/>
  1059. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  1060. <connections>
  1061. <outlet property="dataSource" destination="Wqx-tD-eDa" id="sD8-6L-b9C"/>
  1062. <outlet property="delegate" destination="Wqx-tD-eDa" id="l4V-zY-S30"/>
  1063. </connections>
  1064. </tableView>
  1065. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9ht-h8-pXy">
  1066. <rect key="frame" x="0.0" y="609" width="375" height="58"/>
  1067. <subviews>
  1068. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="R24-Am-E8y">
  1069. <rect key="frame" x="0.0" y="0.0" width="375" height="0.5"/>
  1070. <color key="backgroundColor" red="0.89803921568627454" green="0.89803921568627454" blue="0.89803921568627454" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1071. <constraints>
  1072. <constraint firstAttribute="height" constant="0.5" id="Daa-cP-72f"/>
  1073. </constraints>
  1074. </view>
  1075. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tmW-ef-OOE">
  1076. <rect key="frame" x="20" y="8" width="157.5" height="42"/>
  1077. <subviews>
  1078. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="inputBold" translatesAutoresizingMaskIntoConstraints="NO" id="jzl-J9-eTq">
  1079. <rect key="frame" x="0.0" y="0.0" width="157.5" height="42"/>
  1080. </imageView>
  1081. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="说点什么..." lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OXz-PW-TTc">
  1082. <rect key="frame" x="10" y="14" width="60" height="14.5"/>
  1083. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  1084. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  1085. <nil key="highlightedColor"/>
  1086. </label>
  1087. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2jr-Ol-tXF">
  1088. <rect key="frame" x="121" y="5" width="0.5" height="32"/>
  1089. <color key="backgroundColor" red="0.80000000000000004" green="0.80000000000000004" blue="0.80000000000000004" alpha="1" colorSpace="calibratedRGB"/>
  1090. <constraints>
  1091. <constraint firstAttribute="width" constant="0.5" id="ucR-NJ-h4J"/>
  1092. </constraints>
  1093. </view>
  1094. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="igN-Dd-qMU">
  1095. <rect key="frame" x="121.5" y="5" width="31" height="32"/>
  1096. <subviews>
  1097. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Gd2-TQ-Mv5">
  1098. <rect key="frame" x="0.0" y="16" width="31" height="0.0"/>
  1099. <fontDescription key="fontDescription" type="system" pointSize="8"/>
  1100. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  1101. <nil key="highlightedColor"/>
  1102. </label>
  1103. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="评 论" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sbw-4Q-d97">
  1104. <rect key="frame" x="0.0" y="16" width="31" height="10"/>
  1105. <fontDescription key="fontDescription" type="system" pointSize="8"/>
  1106. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  1107. <nil key="highlightedColor"/>
  1108. </label>
  1109. </subviews>
  1110. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1111. <constraints>
  1112. <constraint firstItem="Gd2-TQ-Mv5" firstAttribute="bottom" secondItem="igN-Dd-qMU" secondAttribute="centerY" id="348-Nx-Cth"/>
  1113. <constraint firstItem="sbw-4Q-d97" firstAttribute="leading" secondItem="igN-Dd-qMU" secondAttribute="leading" id="6Fm-jh-2ei"/>
  1114. <constraint firstItem="Gd2-TQ-Mv5" firstAttribute="leading" secondItem="igN-Dd-qMU" secondAttribute="leading" id="EwI-aV-IBM"/>
  1115. <constraint firstItem="sbw-4Q-d97" firstAttribute="top" secondItem="Gd2-TQ-Mv5" secondAttribute="bottom" id="MQs-jn-ndm"/>
  1116. <constraint firstAttribute="width" constant="31" id="PJx-D8-6dc"/>
  1117. <constraint firstAttribute="trailing" secondItem="Gd2-TQ-Mv5" secondAttribute="trailing" id="j1r-Vc-GA3"/>
  1118. <constraint firstAttribute="trailing" secondItem="sbw-4Q-d97" secondAttribute="trailing" id="yHW-Qe-Tza"/>
  1119. </constraints>
  1120. </view>
  1121. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mWS-hL-Rea">
  1122. <rect key="frame" x="0.0" y="0.0" width="121.5" height="42"/>
  1123. <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1124. <state key="normal">
  1125. <color key="titleColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1126. </state>
  1127. </button>
  1128. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="SfY-tm-YFO">
  1129. <rect key="frame" x="121.5" y="0.0" width="36" height="42"/>
  1130. </button>
  1131. </subviews>
  1132. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  1133. <constraints>
  1134. <constraint firstAttribute="bottom" secondItem="mWS-hL-Rea" secondAttribute="bottom" id="2e8-dc-Je8"/>
  1135. <constraint firstAttribute="bottom" secondItem="igN-Dd-qMU" secondAttribute="bottom" constant="5" id="3kn-JZ-9gv"/>
  1136. <constraint firstAttribute="bottom" secondItem="jzl-J9-eTq" secondAttribute="bottom" id="5Tv-jF-UB2"/>
  1137. <constraint firstItem="OXz-PW-TTc" firstAttribute="centerY" secondItem="tmW-ef-OOE" secondAttribute="centerY" id="EI1-51-x7c"/>
  1138. <constraint firstItem="jzl-J9-eTq" firstAttribute="leading" secondItem="tmW-ef-OOE" secondAttribute="leading" id="FdC-Ib-8Dq"/>
  1139. <constraint firstItem="2jr-Ol-tXF" firstAttribute="top" secondItem="tmW-ef-OOE" secondAttribute="top" constant="5" id="I8R-yd-rQ4"/>
  1140. <constraint firstItem="mWS-hL-Rea" firstAttribute="leading" secondItem="tmW-ef-OOE" secondAttribute="leading" id="N6h-46-KB0"/>
  1141. <constraint firstAttribute="trailing" secondItem="igN-Dd-qMU" secondAttribute="trailing" constant="5" id="S1X-4J-kZ4"/>
  1142. <constraint firstItem="SfY-tm-YFO" firstAttribute="top" secondItem="tmW-ef-OOE" secondAttribute="top" id="S1s-5U-kP9"/>
  1143. <constraint firstAttribute="trailing" secondItem="SfY-tm-YFO" secondAttribute="trailing" id="VmC-z3-Ite"/>
  1144. <constraint firstAttribute="trailing" secondItem="jzl-J9-eTq" secondAttribute="trailing" id="YEh-qx-kcu"/>
  1145. <constraint firstItem="igN-Dd-qMU" firstAttribute="leading" secondItem="mWS-hL-Rea" secondAttribute="trailing" id="e5X-OK-1Vh"/>
  1146. <constraint firstItem="igN-Dd-qMU" firstAttribute="top" secondItem="tmW-ef-OOE" secondAttribute="top" constant="5" id="m7L-qs-v1Q"/>
  1147. <constraint firstItem="OXz-PW-TTc" firstAttribute="leading" secondItem="tmW-ef-OOE" secondAttribute="leading" constant="10" id="p99-fd-jIP"/>
  1148. <constraint firstItem="igN-Dd-qMU" firstAttribute="leading" secondItem="2jr-Ol-tXF" secondAttribute="trailing" id="qCQ-Zh-vwY"/>
  1149. <constraint firstAttribute="bottom" secondItem="SfY-tm-YFO" secondAttribute="bottom" id="rld-hU-V2U"/>
  1150. <constraint firstItem="mWS-hL-Rea" firstAttribute="top" secondItem="tmW-ef-OOE" secondAttribute="top" id="sLi-Md-BeC"/>
  1151. <constraint firstItem="jzl-J9-eTq" firstAttribute="top" secondItem="tmW-ef-OOE" secondAttribute="top" id="wgK-JQ-6we"/>
  1152. <constraint firstItem="SfY-tm-YFO" firstAttribute="leading" secondItem="mWS-hL-Rea" secondAttribute="trailing" id="yRd-o5-Mx0"/>
  1153. <constraint firstAttribute="bottom" secondItem="2jr-Ol-tXF" secondAttribute="bottom" constant="5" id="yiP-Ox-pAd"/>
  1154. </constraints>
  1155. </view>
  1156. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cBG-LP-Zf9" userLabel="First">
  1157. <rect key="frame" x="197.5" y="0.0" width="157.5" height="58"/>
  1158. <subviews>
  1159. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" baselineRelativeArrangement="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xFn-V6-aPK">
  1160. <rect key="frame" x="0.0" y="0.0" width="157.5" height="58"/>
  1161. <subviews>
  1162. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8he-oW-KZP">
  1163. <rect key="frame" x="0.0" y="0.0" width="52.5" height="58"/>
  1164. <subviews>
  1165. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FlW-mr-G6I">
  1166. <rect key="frame" x="32.5" y="27" width="0.0" height="0.0"/>
  1167. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  1168. <color key="textColor" red="0.2666666667" green="0.58431372550000005" blue="0.86274509799999999" alpha="1" colorSpace="calibratedRGB"/>
  1169. <nil key="highlightedColor"/>
  1170. </label>
  1171. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="zan_no" translatesAutoresizingMaskIntoConstraints="NO" id="lcx-qS-Tlb">
  1172. <rect key="frame" x="17.5" y="20" width="18" height="18"/>
  1173. <constraints>
  1174. <constraint firstAttribute="width" secondItem="lcx-qS-Tlb" secondAttribute="height" multiplier="1:1" id="3NB-cG-hgG"/>
  1175. <constraint firstAttribute="width" constant="18" id="P0P-QC-SQ7"/>
  1176. </constraints>
  1177. </imageView>
  1178. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="duv-H6-7bo">
  1179. <rect key="frame" x="34" y="15" width="6.5" height="12"/>
  1180. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  1181. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1182. <nil key="highlightedColor"/>
  1183. </label>
  1184. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="34J-M5-vrq">
  1185. <rect key="frame" x="0.0" y="0.0" width="52.5" height="58"/>
  1186. <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1187. <state key="normal">
  1188. <color key="titleColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1189. </state>
  1190. </button>
  1191. </subviews>
  1192. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1193. <constraints>
  1194. <constraint firstItem="duv-H6-7bo" firstAttribute="trailing" secondItem="lcx-qS-Tlb" secondAttribute="trailing" constant="5" id="765-Ee-8Qr"/>
  1195. <constraint firstItem="FlW-mr-G6I" firstAttribute="bottom" secondItem="8he-oW-KZP" secondAttribute="top" constant="27" id="ACQ-dY-h1V"/>
  1196. <constraint firstItem="FlW-mr-G6I" firstAttribute="leading" secondItem="8he-oW-KZP" secondAttribute="trailing" constant="-20" id="KBy-Km-mEW"/>
  1197. <constraint firstItem="duv-H6-7bo" firstAttribute="top" secondItem="lcx-qS-Tlb" secondAttribute="top" constant="-5" id="LqQ-rf-jnO"/>
  1198. <constraint firstAttribute="trailing" secondItem="34J-M5-vrq" secondAttribute="trailing" id="OJd-Kb-xg8"/>
  1199. <constraint firstItem="lcx-qS-Tlb" firstAttribute="top" secondItem="8he-oW-KZP" secondAttribute="top" constant="20" id="QiZ-m2-CVa"/>
  1200. <constraint firstItem="34J-M5-vrq" firstAttribute="top" secondItem="8he-oW-KZP" secondAttribute="top" id="SvD-u2-0xD"/>
  1201. <constraint firstItem="lcx-qS-Tlb" firstAttribute="centerY" secondItem="8he-oW-KZP" secondAttribute="centerY" id="VkE-3j-O51"/>
  1202. <constraint firstItem="lcx-qS-Tlb" firstAttribute="centerX" secondItem="8he-oW-KZP" secondAttribute="centerX" id="YjL-BO-rOA"/>
  1203. <constraint firstAttribute="bottom" secondItem="34J-M5-vrq" secondAttribute="bottom" id="fic-zS-AYe"/>
  1204. <constraint firstItem="lcx-qS-Tlb" firstAttribute="centerX" secondItem="8he-oW-KZP" secondAttribute="centerX" id="jXq-wP-equ"/>
  1205. <constraint firstItem="34J-M5-vrq" firstAttribute="leading" secondItem="8he-oW-KZP" secondAttribute="leading" id="kEI-mw-hPH"/>
  1206. </constraints>
  1207. </view>
  1208. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oEq-ua-MwX">
  1209. <rect key="frame" x="52.5" y="0.0" width="52.5" height="58"/>
  1210. <subviews>
  1211. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dKf-Dq-wS3">
  1212. <rect key="frame" x="32.5" y="27" width="0.0" height="0.0"/>
  1213. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  1214. <color key="textColor" red="0.2666666667" green="0.58431372550000005" blue="0.86274509799999999" alpha="1" colorSpace="calibratedRGB"/>
  1215. <nil key="highlightedColor"/>
  1216. </label>
  1217. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="收藏五角星" translatesAutoresizingMaskIntoConstraints="NO" id="fEa-dh-GrB">
  1218. <rect key="frame" x="16.5" y="20" width="20" height="18"/>
  1219. </imageView>
  1220. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Sw2-WU-ggq">
  1221. <rect key="frame" x="35" y="15" width="6.5" height="12"/>
  1222. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  1223. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1224. <nil key="highlightedColor"/>
  1225. </label>
  1226. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="reZ-1v-11J">
  1227. <rect key="frame" x="0.0" y="0.0" width="52.5" height="58"/>
  1228. <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1229. <state key="normal">
  1230. <color key="titleColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1231. </state>
  1232. </button>
  1233. </subviews>
  1234. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1235. <constraints>
  1236. <constraint firstItem="Sw2-WU-ggq" firstAttribute="top" secondItem="fEa-dh-GrB" secondAttribute="top" constant="-5" id="FAs-dh-nxI"/>
  1237. <constraint firstItem="reZ-1v-11J" firstAttribute="leading" secondItem="oEq-ua-MwX" secondAttribute="leading" id="JMT-c4-qzc"/>
  1238. <constraint firstAttribute="trailing" secondItem="reZ-1v-11J" secondAttribute="trailing" id="Jcm-WX-DLA"/>
  1239. <constraint firstItem="dKf-Dq-wS3" firstAttribute="bottom" secondItem="oEq-ua-MwX" secondAttribute="top" constant="27" id="RFL-18-Pux"/>
  1240. <constraint firstItem="fEa-dh-GrB" firstAttribute="centerX" secondItem="oEq-ua-MwX" secondAttribute="centerX" id="YlW-m7-f4f"/>
  1241. <constraint firstAttribute="bottom" secondItem="reZ-1v-11J" secondAttribute="bottom" id="d2v-Hi-Rt2"/>
  1242. <constraint firstItem="fEa-dh-GrB" firstAttribute="top" secondItem="oEq-ua-MwX" secondAttribute="top" constant="20" id="dc6-yh-XLI"/>
  1243. <constraint firstItem="dKf-Dq-wS3" firstAttribute="leading" secondItem="oEq-ua-MwX" secondAttribute="trailing" constant="-20" id="eS1-Lf-1Ii"/>
  1244. <constraint firstItem="Sw2-WU-ggq" firstAttribute="trailing" secondItem="fEa-dh-GrB" secondAttribute="trailing" constant="5" id="ojv-8x-eif"/>
  1245. <constraint firstItem="reZ-1v-11J" firstAttribute="top" secondItem="oEq-ua-MwX" secondAttribute="top" id="p3Z-UL-7Fd"/>
  1246. <constraint firstItem="fEa-dh-GrB" firstAttribute="centerY" secondItem="oEq-ua-MwX" secondAttribute="centerY" id="p4H-vR-Goj"/>
  1247. <constraint firstItem="fEa-dh-GrB" firstAttribute="centerX" secondItem="oEq-ua-MwX" secondAttribute="centerX" id="wPI-dH-MoQ"/>
  1248. </constraints>
  1249. </view>
  1250. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6d8-0Z-g6I">
  1251. <rect key="frame" x="105" y="0.0" width="52.5" height="58"/>
  1252. <subviews>
  1253. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0II-Jx-pHo">
  1254. <rect key="frame" x="32.5" y="27" width="0.0" height="0.0"/>
  1255. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  1256. <color key="textColor" red="0.2666666667" green="0.58431372550000005" blue="0.86274509799999999" alpha="1" colorSpace="calibratedRGB"/>
  1257. <nil key="highlightedColor"/>
  1258. </label>
  1259. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="收藏_转发" translatesAutoresizingMaskIntoConstraints="NO" id="MOQ-Jg-yOn">
  1260. <rect key="frame" x="17.5" y="20" width="18" height="18"/>
  1261. </imageView>
  1262. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qdA-Zx-oJG">
  1263. <rect key="frame" x="34" y="15" width="6.5" height="12"/>
  1264. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  1265. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1266. <nil key="highlightedColor"/>
  1267. </label>
  1268. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uQg-pM-nsv">
  1269. <rect key="frame" x="0.0" y="0.0" width="52.5" height="58"/>
  1270. <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1271. <state key="normal">
  1272. <color key="titleColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1273. </state>
  1274. </button>
  1275. </subviews>
  1276. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1277. <constraints>
  1278. <constraint firstItem="qdA-Zx-oJG" firstAttribute="trailing" secondItem="MOQ-Jg-yOn" secondAttribute="trailing" constant="5" id="3jb-YR-HKk"/>
  1279. <constraint firstItem="qdA-Zx-oJG" firstAttribute="top" secondItem="MOQ-Jg-yOn" secondAttribute="top" constant="-5" id="GQG-PP-f3b"/>
  1280. <constraint firstItem="MOQ-Jg-yOn" firstAttribute="centerY" secondItem="6d8-0Z-g6I" secondAttribute="centerY" id="JUr-pg-l9W"/>
  1281. <constraint firstItem="MOQ-Jg-yOn" firstAttribute="centerX" secondItem="6d8-0Z-g6I" secondAttribute="centerX" id="Mrw-tv-Gda"/>
  1282. <constraint firstItem="uQg-pM-nsv" firstAttribute="top" secondItem="6d8-0Z-g6I" secondAttribute="top" id="NKl-dY-u2f"/>
  1283. <constraint firstItem="uQg-pM-nsv" firstAttribute="leading" secondItem="6d8-0Z-g6I" secondAttribute="leading" id="Ozk-Ig-m60"/>
  1284. <constraint firstAttribute="bottom" secondItem="uQg-pM-nsv" secondAttribute="bottom" id="RB4-V5-QPR"/>
  1285. <constraint firstAttribute="trailing" secondItem="uQg-pM-nsv" secondAttribute="trailing" id="RtF-MQ-2P2"/>
  1286. <constraint firstItem="0II-Jx-pHo" firstAttribute="leading" secondItem="6d8-0Z-g6I" secondAttribute="trailing" constant="-20" id="ZB6-f0-b8r"/>
  1287. <constraint firstItem="MOQ-Jg-yOn" firstAttribute="top" secondItem="6d8-0Z-g6I" secondAttribute="top" constant="20" id="ZGp-vy-u5q"/>
  1288. <constraint firstItem="0II-Jx-pHo" firstAttribute="bottom" secondItem="6d8-0Z-g6I" secondAttribute="top" constant="27" id="eBK-1k-Abv"/>
  1289. <constraint firstItem="MOQ-Jg-yOn" firstAttribute="centerX" secondItem="6d8-0Z-g6I" secondAttribute="centerX" id="sWv-65-XTK"/>
  1290. </constraints>
  1291. </view>
  1292. </subviews>
  1293. </stackView>
  1294. </subviews>
  1295. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1296. <constraints>
  1297. <constraint firstItem="xFn-V6-aPK" firstAttribute="top" secondItem="cBG-LP-Zf9" secondAttribute="top" id="Gq4-EI-Osu"/>
  1298. <constraint firstAttribute="trailing" secondItem="xFn-V6-aPK" secondAttribute="trailing" id="SW7-H6-KIp"/>
  1299. <constraint firstAttribute="bottom" secondItem="xFn-V6-aPK" secondAttribute="bottom" id="njF-JE-IuT"/>
  1300. <constraint firstItem="xFn-V6-aPK" firstAttribute="leading" secondItem="cBG-LP-Zf9" secondAttribute="leading" id="vCh-Xs-qfe"/>
  1301. </constraints>
  1302. </view>
  1303. </subviews>
  1304. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1305. <constraints>
  1306. <constraint firstAttribute="bottom" secondItem="cBG-LP-Zf9" secondAttribute="bottom" id="EUg-oT-Hqf"/>
  1307. <constraint firstItem="R24-Am-E8y" firstAttribute="top" secondItem="9ht-h8-pXy" secondAttribute="top" id="KVU-35-e3n"/>
  1308. <constraint firstItem="R24-Am-E8y" firstAttribute="leading" secondItem="9ht-h8-pXy" secondAttribute="leading" id="R1P-io-t7N"/>
  1309. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="375" id="SeG-3N-tQB"/>
  1310. <constraint firstAttribute="trailing" secondItem="R24-Am-E8y" secondAttribute="trailing" id="b3R-0y-L7h"/>
  1311. <constraint firstAttribute="trailing" secondItem="cBG-LP-Zf9" secondAttribute="trailing" constant="20" id="dRO-6N-MfH"/>
  1312. <constraint firstAttribute="width" constant="375" id="fK1-Pq-0qx"/>
  1313. <constraint firstItem="tmW-ef-OOE" firstAttribute="width" secondItem="9ht-h8-pXy" secondAttribute="width" multiplier="0.5" constant="-30" id="gON-hM-k4s"/>
  1314. <constraint firstItem="cBG-LP-Zf9" firstAttribute="top" secondItem="9ht-h8-pXy" secondAttribute="top" id="hvm-aZ-cHf"/>
  1315. <constraint firstAttribute="bottom" secondItem="tmW-ef-OOE" secondAttribute="bottom" constant="8" id="oxY-OP-4JJ"/>
  1316. <constraint firstItem="tmW-ef-OOE" firstAttribute="top" secondItem="9ht-h8-pXy" secondAttribute="top" constant="8" id="yhH-iG-y2u"/>
  1317. <constraint firstItem="tmW-ef-OOE" firstAttribute="leading" secondItem="9ht-h8-pXy" secondAttribute="leading" constant="20" id="z1I-QU-fc3"/>
  1318. <constraint firstItem="cBG-LP-Zf9" firstAttribute="leading" secondItem="tmW-ef-OOE" secondAttribute="trailing" constant="20" id="zV4-w3-1nY"/>
  1319. </constraints>
  1320. </view>
  1321. </subviews>
  1322. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  1323. <constraints>
  1324. <constraint firstItem="dby-WL-nlv" firstAttribute="leading" secondItem="uyS-yy-9XF" secondAttribute="leading" id="8uN-fG-cZH"/>
  1325. <constraint firstItem="9ht-h8-pXy" firstAttribute="leading" secondItem="uyS-yy-9XF" secondAttribute="leading" id="D1s-I8-eQB"/>
  1326. <constraint firstItem="9TR-x3-Sk3" firstAttribute="leading" secondItem="uyS-yy-9XF" secondAttribute="leading" id="FZj-ly-Ruc"/>
  1327. <constraint firstItem="dby-WL-nlv" firstAttribute="trailing" secondItem="uyS-yy-9XF" secondAttribute="trailing" id="GlC-gP-eVe"/>
  1328. <constraint firstItem="dby-WL-nlv" firstAttribute="top" secondItem="cr9-gH-BOb" secondAttribute="top" id="JJJ-4x-LjA"/>
  1329. <constraint firstItem="uyS-yy-9XF" firstAttribute="trailing" secondItem="9ht-h8-pXy" secondAttribute="trailing" id="KGB-vk-uRU"/>
  1330. <constraint firstItem="9ht-h8-pXy" firstAttribute="bottom" secondItem="uyS-yy-9XF" secondAttribute="bottom" id="cvn-sd-4GY"/>
  1331. <constraint firstItem="9TR-x3-Sk3" firstAttribute="top" secondItem="dby-WL-nlv" secondAttribute="bottom" id="e1i-MA-uzW"/>
  1332. <constraint firstItem="9ht-h8-pXy" firstAttribute="top" secondItem="9TR-x3-Sk3" secondAttribute="bottom" id="tEn-Ih-FgR"/>
  1333. <constraint firstItem="uyS-yy-9XF" firstAttribute="trailing" secondItem="9TR-x3-Sk3" secondAttribute="trailing" id="tUK-lu-T68"/>
  1334. </constraints>
  1335. <viewLayoutGuide key="safeArea" id="uyS-yy-9XF"/>
  1336. </view>
  1337. <navigationItem key="navigationItem" id="Abl-qk-0L7"/>
  1338. <connections>
  1339. <outlet property="collectButton" destination="reZ-1v-11J" id="wL3-gR-sIb"/>
  1340. <outlet property="collectImgV" destination="fEa-dh-GrB" id="t0S-Fu-I3w"/>
  1341. <outlet property="collectL" destination="Sw2-WU-ggq" id="p6P-Z6-xpr"/>
  1342. <outlet property="collectNumberLabel" destination="dKf-Dq-wS3" id="H3F-PD-197"/>
  1343. <outlet property="commentButton" destination="mWS-hL-Rea" id="sBD-4V-fM0"/>
  1344. <outlet property="commentCountL" destination="Gd2-TQ-Mv5" id="Xej-a1-oMh"/>
  1345. <outlet property="commentNumberLabel" destination="Gd2-TQ-Mv5" id="Khi-e9-Bq3"/>
  1346. <outlet property="commentScrollBtn" destination="SfY-tm-YFO" id="hY0-ec-yzQ"/>
  1347. <outlet property="shareButton" destination="uQg-pM-nsv" id="9dz-sx-lBP"/>
  1348. <outlet property="shareCountL" destination="qdA-Zx-oJG" id="o9E-Wj-O1R"/>
  1349. <outlet property="shareImgV" destination="MOQ-Jg-yOn" id="TJ6-6B-afZ"/>
  1350. <outlet property="shareNumberLabel" destination="0II-Jx-pHo" id="XaV-2P-vgc"/>
  1351. <outlet property="tableView" destination="9TR-x3-Sk3" id="kW4-f6-pUx"/>
  1352. <outlet property="zanButton" destination="34J-M5-vrq" id="lCg-AT-yqc"/>
  1353. <outlet property="zanCountL" destination="duv-H6-7bo" id="RXJ-hX-hSt"/>
  1354. <outlet property="zanImgV" destination="lcx-qS-Tlb" id="soR-89-qTr"/>
  1355. <outlet property="zanNumberLabel" destination="FlW-mr-G6I" id="vKq-AK-wQx"/>
  1356. </connections>
  1357. </viewController>
  1358. <placeholder placeholderIdentifier="IBFirstResponder" id="9O3-6K-4c1" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  1359. </objects>
  1360. <point key="canvasLocation" x="1157.5999999999999" y="94.902548725637189"/>
  1361. </scene>
  1362. </scenes>
  1363. <resources>
  1364. <image name="add_find" width="21.5" height="19"/>
  1365. <image name="back_black_icon" width="11" height="20"/>
  1366. <image name="chatmsg_icon_circleAdd" width="21" height="21"/>
  1367. <image name="chatmsg_right_add_icon" width="15.5" height="15.5"/>
  1368. <image name="chatmsg_right_edit_icon" width="15" height="17"/>
  1369. <image name="inputBold" width="180.5" height="29.5"/>
  1370. <image name="menu_black_icon" width="16.5" height="14.5"/>
  1371. <image name="zan_no" width="14" height="14.5"/>
  1372. <image name="收藏_转发" width="18" height="18"/>
  1373. <image name="收藏五角星" width="20" height="19.5"/>
  1374. </resources>
  1375. </document>