Source.storyboard 120 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="ap2-Fm-VRO">
  3. <device id="retina5_5" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--Navigation Controller-->
  12. <scene sceneID="NtJ-7v-DCv">
  13. <objects>
  14. <navigationController navigationBarHidden="YES" id="ap2-Fm-VRO" sceneMemberID="viewController">
  15. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="5N9-fH-udg">
  16. <autoresizingMask key="autoresizingMask"/>
  17. </navigationBar>
  18. <connections>
  19. <segue destination="SHO-cN-RrV" kind="relationship" relationship="rootViewController" id="mLN-lO-ZNx"/>
  20. </connections>
  21. </navigationController>
  22. <placeholder placeholderIdentifier="IBFirstResponder" id="BPU-ZW-m87" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  23. </objects>
  24. <point key="canvasLocation" x="-968" y="96"/>
  25. </scene>
  26. <!--Source HomeVC-->
  27. <scene sceneID="BFe-KM-Ft4">
  28. <objects>
  29. <viewController storyboardIdentifier="SourceHomeVC" id="SHO-cN-RrV" customClass="SourceHomeVC" sceneMemberID="viewController">
  30. <view key="view" contentMode="scaleToFill" id="DUl-bS-JUQ">
  31. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  33. <subviews>
  34. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hCB-eT-rx4" customClass="WQNavigationBar">
  35. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  36. <subviews>
  37. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nXu-vq-Dw6">
  38. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  39. <subviews>
  40. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="信源" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jog-Lg-Zi7">
  41. <rect key="frame" x="190.66666666666666" y="11.666666666666666" width="32.666666666666657" height="20.666666666666671"/>
  42. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  43. <color key="textColor" red="0.039215686274509803" green="0.039215686274509803" blue="0.039215686274509803" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  44. <nil key="highlightedColor"/>
  45. </label>
  46. </subviews>
  47. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  48. <constraints>
  49. <constraint firstItem="Jog-Lg-Zi7" firstAttribute="centerX" secondItem="nXu-vq-Dw6" secondAttribute="centerX" id="EH9-ga-bnI"/>
  50. <constraint firstItem="Jog-Lg-Zi7" firstAttribute="centerY" secondItem="nXu-vq-Dw6" secondAttribute="centerY" id="EgQ-SF-1Lq"/>
  51. <constraint firstItem="Jog-Lg-Zi7" firstAttribute="top" secondItem="nXu-vq-Dw6" secondAttribute="top" constant="11.666666666666671" id="R3n-AF-m4c"/>
  52. <constraint firstAttribute="height" constant="44" id="gAr-gG-sBR"/>
  53. </constraints>
  54. </view>
  55. </subviews>
  56. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  57. <constraints>
  58. <constraint firstAttribute="height" constant="64" id="4EF-wU-gZO"/>
  59. <constraint firstItem="nXu-vq-Dw6" firstAttribute="leading" secondItem="hCB-eT-rx4" secondAttribute="leading" id="Kvf-Vz-3rM"/>
  60. <constraint firstAttribute="bottom" secondItem="nXu-vq-Dw6" secondAttribute="bottom" id="swN-y3-8ZJ"/>
  61. <constraint firstItem="nXu-vq-Dw6" firstAttribute="trailing" secondItem="hCB-eT-rx4" secondAttribute="trailing" id="zlO-zU-FlR"/>
  62. </constraints>
  63. <viewLayoutGuide key="safeArea" id="N9b-tS-8Mg"/>
  64. <connections>
  65. <outlet property="height" destination="4EF-wU-gZO" id="qe0-R5-HtA"/>
  66. </connections>
  67. </view>
  68. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="P7O-Ou-oGU">
  69. <rect key="frame" x="0.0" y="64" width="414" height="672"/>
  70. </tableView>
  71. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Id2-WT-fgc">
  72. <rect key="frame" x="0.0" y="264" width="414" height="472"/>
  73. <subviews>
  74. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7gU-4y-lth">
  75. <rect key="frame" x="57" y="0.0" width="300" height="38.333333333333336"/>
  76. <constraints>
  77. <constraint firstAttribute="width" constant="300" id="JaH-BF-FQ4"/>
  78. </constraints>
  79. <attributedString key="attributedText">
  80. <fragment content="您还没有可控制范围的话题发布文件夹, 立即 ">
  81. <attributes>
  82. <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
  83. <font key="NSFont" metaFont="system" size="16"/>
  84. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
  85. </attributes>
  86. </fragment>
  87. <fragment content="新建">
  88. <attributes>
  89. <color key="NSColor" red="0.11764705882352941" green="0.47843137254901957" blue="0.72549019607843135" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  90. <font key="NSFont" metaFont="system" size="16"/>
  91. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
  92. </attributes>
  93. </fragment>
  94. <fragment content=" 一个">
  95. <attributes>
  96. <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
  97. <font key="NSFont" metaFont="system" size="16"/>
  98. <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
  99. </attributes>
  100. </fragment>
  101. </attributedString>
  102. <nil key="highlightedColor"/>
  103. </label>
  104. </subviews>
  105. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  106. <constraints>
  107. <constraint firstItem="7gU-4y-lth" firstAttribute="top" secondItem="Id2-WT-fgc" secondAttribute="top" id="0yu-fP-Dvv"/>
  108. <constraint firstItem="7gU-4y-lth" firstAttribute="centerX" secondItem="Id2-WT-fgc" secondAttribute="centerX" id="eTV-uW-CDL"/>
  109. </constraints>
  110. </view>
  111. </subviews>
  112. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  113. <constraints>
  114. <constraint firstItem="P7O-Ou-oGU" firstAttribute="top" secondItem="hCB-eT-rx4" secondAttribute="bottom" id="3ny-1c-9He"/>
  115. <constraint firstItem="P7O-Ou-oGU" firstAttribute="leading" secondItem="7c1-e0-9St" secondAttribute="leading" id="FLs-xl-Waa"/>
  116. <constraint firstItem="Id2-WT-fgc" firstAttribute="trailing" secondItem="7c1-e0-9St" secondAttribute="trailing" id="WXJ-3n-64A"/>
  117. <constraint firstItem="hCB-eT-rx4" firstAttribute="trailing" secondItem="7c1-e0-9St" secondAttribute="trailing" id="aeX-EI-pWy"/>
  118. <constraint firstItem="7c1-e0-9St" firstAttribute="bottom" secondItem="P7O-Ou-oGU" secondAttribute="bottom" id="b3y-bO-csP"/>
  119. <constraint firstItem="Id2-WT-fgc" firstAttribute="leading" secondItem="7c1-e0-9St" secondAttribute="leading" id="bwX-kg-CvM"/>
  120. <constraint firstItem="7c1-e0-9St" firstAttribute="bottom" secondItem="Id2-WT-fgc" secondAttribute="bottom" id="cTW-aB-LY3"/>
  121. <constraint firstItem="hCB-eT-rx4" firstAttribute="top" secondItem="DUl-bS-JUQ" secondAttribute="top" id="dLA-cp-dy0"/>
  122. <constraint firstItem="Id2-WT-fgc" firstAttribute="top" secondItem="hCB-eT-rx4" secondAttribute="bottom" constant="200" id="f2v-HI-hie"/>
  123. <constraint firstItem="7c1-e0-9St" firstAttribute="trailing" secondItem="P7O-Ou-oGU" secondAttribute="trailing" id="g3z-GR-Hbx"/>
  124. <constraint firstItem="hCB-eT-rx4" firstAttribute="leading" secondItem="7c1-e0-9St" secondAttribute="leading" id="rMd-z6-kZq"/>
  125. </constraints>
  126. <viewLayoutGuide key="safeArea" id="7c1-e0-9St"/>
  127. </view>
  128. <navigationItem key="navigationItem" id="NKA-Hb-T1U"/>
  129. <connections>
  130. <outlet property="tableView" destination="P7O-Ou-oGU" id="Cld-5f-LEV"/>
  131. </connections>
  132. </viewController>
  133. <placeholder placeholderIdentifier="IBFirstResponder" id="QVI-Va-6oy" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  134. </objects>
  135. <point key="canvasLocation" x="-252.17391304347828" y="95.380434782608702"/>
  136. </scene>
  137. <!--Source GroupVC-->
  138. <scene sceneID="4fY-6x-Skp">
  139. <objects>
  140. <viewController storyboardIdentifier="SourceGroupVC" id="goK-I6-gIY" customClass="SourceGroupVC" sceneMemberID="viewController">
  141. <view key="view" contentMode="scaleToFill" id="Tfd-9i-KcV">
  142. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  143. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  144. <subviews>
  145. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Pqu-05-P3u" customClass="WQNavigationBar">
  146. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  147. <subviews>
  148. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="e3B-5m-6Pq">
  149. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  150. <subviews>
  151. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gqH-qw-YAL">
  152. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  153. <constraints>
  154. <constraint firstAttribute="width" constant="50" id="NEm-hB-1zl"/>
  155. <constraint firstAttribute="height" constant="44" id="QBy-Ll-m49"/>
  156. </constraints>
  157. <state key="normal" image="back_black_icon"/>
  158. <connections>
  159. <action selector="backAction:" destination="goK-I6-gIY" eventType="touchUpInside" id="cAo-zE-o0t"/>
  160. </connections>
  161. </button>
  162. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yuq-66-lcT">
  163. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  164. <constraints>
  165. <constraint firstAttribute="height" constant="44" id="oOG-B6-nWq"/>
  166. <constraint firstAttribute="width" constant="35" id="plc-H6-XJt"/>
  167. </constraints>
  168. <state key="normal" image="menu_black_icon"/>
  169. <connections>
  170. <action selector="menuAction:" destination="goK-I6-gIY" eventType="touchUpInside" id="Jg8-QA-62Y"/>
  171. </connections>
  172. </button>
  173. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0uu-hW-qJL">
  174. <rect key="frame" x="366" y="0.0" width="44" height="44"/>
  175. <constraints>
  176. <constraint firstAttribute="width" constant="44" id="Hyq-RX-HiN"/>
  177. </constraints>
  178. <state key="normal" image="chatmsg_right_edit_icon"/>
  179. </button>
  180. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jqO-Ch-kLx">
  181. <rect key="frame" x="322" y="0.0" width="44" height="44"/>
  182. <constraints>
  183. <constraint firstAttribute="width" constant="44" id="yDc-O8-LAu"/>
  184. </constraints>
  185. <state key="normal" image="Source_Group_tree"/>
  186. </button>
  187. </subviews>
  188. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  189. <constraints>
  190. <constraint firstAttribute="bottom" secondItem="jqO-Ch-kLx" secondAttribute="bottom" id="4An-Py-4dD"/>
  191. <constraint firstItem="yuq-66-lcT" firstAttribute="leading" secondItem="gqH-qw-YAL" secondAttribute="trailing" id="Ktz-dU-zOG"/>
  192. <constraint firstAttribute="bottom" secondItem="gqH-qw-YAL" secondAttribute="bottom" id="Lvn-bp-48M"/>
  193. <constraint firstAttribute="trailing" secondItem="0uu-hW-qJL" secondAttribute="trailing" constant="4" id="YkC-T8-li7"/>
  194. <constraint firstItem="jqO-Ch-kLx" firstAttribute="top" secondItem="e3B-5m-6Pq" secondAttribute="top" id="gTs-u1-H10"/>
  195. <constraint firstAttribute="height" constant="44" id="gdh-fj-thz"/>
  196. <constraint firstItem="yuq-66-lcT" firstAttribute="top" secondItem="gqH-qw-YAL" secondAttribute="top" id="h2q-ZZ-A67"/>
  197. <constraint firstItem="gqH-qw-YAL" firstAttribute="leading" secondItem="e3B-5m-6Pq" secondAttribute="leading" id="iht-U8-6gi"/>
  198. <constraint firstItem="yuq-66-lcT" firstAttribute="bottom" secondItem="gqH-qw-YAL" secondAttribute="bottom" id="k9u-UI-dWx"/>
  199. <constraint firstItem="0uu-hW-qJL" firstAttribute="leading" secondItem="jqO-Ch-kLx" secondAttribute="trailing" id="n0c-mz-0Jp"/>
  200. <constraint firstAttribute="bottom" secondItem="0uu-hW-qJL" secondAttribute="bottom" id="rZj-1j-HF0"/>
  201. <constraint firstItem="0uu-hW-qJL" firstAttribute="top" secondItem="e3B-5m-6Pq" secondAttribute="top" id="zey-3j-B0B"/>
  202. </constraints>
  203. </view>
  204. </subviews>
  205. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  206. <constraints>
  207. <constraint firstAttribute="height" constant="64" id="Ja7-fn-Jf2"/>
  208. <constraint firstItem="e3B-5m-6Pq" firstAttribute="trailing" secondItem="Pqu-05-P3u" secondAttribute="trailing" id="OzX-rY-vAx"/>
  209. <constraint firstAttribute="bottom" secondItem="e3B-5m-6Pq" secondAttribute="bottom" id="TKb-7P-UhX"/>
  210. <constraint firstItem="e3B-5m-6Pq" firstAttribute="leading" secondItem="Pqu-05-P3u" secondAttribute="leading" id="k1u-Ce-63b"/>
  211. </constraints>
  212. <connections>
  213. <outlet property="height" destination="Ja7-fn-Jf2" id="HPA-hQ-2eC"/>
  214. </connections>
  215. </view>
  216. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NJz-mf-Xmb">
  217. <rect key="frame" x="0.0" y="64" width="414" height="92"/>
  218. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  219. <constraints>
  220. <constraint firstAttribute="height" constant="92" id="8ap-OO-KDY"/>
  221. </constraints>
  222. </view>
  223. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="CTY-Wz-zKC">
  224. <rect key="frame" x="0.0" y="156" width="414" height="580"/>
  225. </tableView>
  226. </subviews>
  227. <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
  228. <constraints>
  229. <constraint firstItem="CTY-Wz-zKC" firstAttribute="leading" secondItem="VjM-J7-AU9" secondAttribute="leading" id="5mL-PU-oL4"/>
  230. <constraint firstItem="Pqu-05-P3u" firstAttribute="trailing" secondItem="VjM-J7-AU9" secondAttribute="trailing" id="61Z-Yy-Zf9"/>
  231. <constraint firstItem="VjM-J7-AU9" firstAttribute="trailing" secondItem="CTY-Wz-zKC" secondAttribute="trailing" id="93g-5n-Al4"/>
  232. <constraint firstItem="Pqu-05-P3u" firstAttribute="leading" secondItem="VjM-J7-AU9" secondAttribute="leading" id="E0g-gl-Jk9"/>
  233. <constraint firstItem="NJz-mf-Xmb" firstAttribute="leading" secondItem="Tfd-9i-KcV" secondAttribute="leading" id="Iqt-bu-gU9"/>
  234. <constraint firstItem="VjM-J7-AU9" firstAttribute="trailing" secondItem="NJz-mf-Xmb" secondAttribute="trailing" id="eJW-AO-ZyD"/>
  235. <constraint firstItem="VjM-J7-AU9" firstAttribute="bottom" secondItem="CTY-Wz-zKC" secondAttribute="bottom" id="nVM-Lv-1hv"/>
  236. <constraint firstItem="Pqu-05-P3u" firstAttribute="top" secondItem="Tfd-9i-KcV" secondAttribute="top" id="qpI-pY-gRS"/>
  237. <constraint firstItem="NJz-mf-Xmb" firstAttribute="top" secondItem="Pqu-05-P3u" secondAttribute="bottom" id="wjW-Iy-Az0"/>
  238. <constraint firstItem="CTY-Wz-zKC" firstAttribute="top" secondItem="NJz-mf-Xmb" secondAttribute="bottom" id="xXU-Cr-nyn"/>
  239. </constraints>
  240. <viewLayoutGuide key="safeArea" id="VjM-J7-AU9"/>
  241. </view>
  242. <navigationItem key="navigationItem" id="6GY-jJ-3bN"/>
  243. <connections>
  244. <outlet property="HeadView" destination="NJz-mf-Xmb" id="idr-Mq-Z2t"/>
  245. <outlet property="NavBar" destination="e3B-5m-6Pq" id="xM1-K1-zyP"/>
  246. <outlet property="editBtn" destination="0uu-hW-qJL" id="OmA-N3-Rd2"/>
  247. <outlet property="squareBtn" destination="jqO-Ch-kLx" id="Rbt-lw-BN0"/>
  248. <outlet property="tableView" destination="CTY-Wz-zKC" id="6p0-Tr-Ltp"/>
  249. </connections>
  250. </viewController>
  251. <placeholder placeholderIdentifier="IBFirstResponder" id="iLc-qn-8SG" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  252. </objects>
  253. <point key="canvasLocation" x="490" y="95"/>
  254. </scene>
  255. <!--Group SquareVC-->
  256. <scene sceneID="Hgk-ee-Wf0">
  257. <objects>
  258. <viewController storyboardIdentifier="GroupSquareVC" id="1m7-fY-2bc" customClass="GroupSquareVC" sceneMemberID="viewController">
  259. <view key="view" contentMode="scaleToFill" id="Jcl-JF-5gM">
  260. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  261. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  262. <subviews>
  263. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2j4-v9-X5w" customClass="WQNavigationBar">
  264. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  265. <subviews>
  266. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mx3-s0-cOn">
  267. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  268. <subviews>
  269. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1i0-4X-ViL">
  270. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  271. <constraints>
  272. <constraint firstAttribute="width" constant="50" id="Mur-4O-4fj"/>
  273. <constraint firstAttribute="height" constant="44" id="vob-m5-nae"/>
  274. </constraints>
  275. <state key="normal" image="back_black_icon"/>
  276. <connections>
  277. <action selector="backAction:" destination="1m7-fY-2bc" eventType="touchUpInside" id="GNs-v0-T66"/>
  278. </connections>
  279. </button>
  280. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QJ9-Hj-kRQ">
  281. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  282. <constraints>
  283. <constraint firstAttribute="height" constant="44" id="Jig-OF-Yvd"/>
  284. <constraint firstAttribute="width" constant="35" id="MPr-lc-r8f"/>
  285. </constraints>
  286. <state key="normal" image="menu_black_icon"/>
  287. <connections>
  288. <action selector="menuAction:" destination="1m7-fY-2bc" eventType="touchUpInside" id="pHd-Bu-OvR"/>
  289. </connections>
  290. </button>
  291. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="小组广场" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DE6-Gc-Akb">
  292. <rect key="frame" x="174.33333333333334" y="12.333333333333334" width="65.333333333333343" height="19.333333333333329"/>
  293. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  294. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  295. <nil key="highlightedColor"/>
  296. </label>
  297. </subviews>
  298. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  299. <constraints>
  300. <constraint firstAttribute="bottom" secondItem="1i0-4X-ViL" secondAttribute="bottom" id="37k-Ob-59q"/>
  301. <constraint firstItem="DE6-Gc-Akb" firstAttribute="centerX" secondItem="mx3-s0-cOn" secondAttribute="centerX" id="GLZ-np-y41"/>
  302. <constraint firstItem="QJ9-Hj-kRQ" firstAttribute="bottom" secondItem="1i0-4X-ViL" secondAttribute="bottom" id="Mea-k0-PjZ"/>
  303. <constraint firstItem="DE6-Gc-Akb" firstAttribute="centerY" secondItem="1i0-4X-ViL" secondAttribute="centerY" id="Uc2-bA-BT9"/>
  304. <constraint firstItem="QJ9-Hj-kRQ" firstAttribute="leading" secondItem="1i0-4X-ViL" secondAttribute="trailing" id="XTV-ew-VYN"/>
  305. <constraint firstItem="1i0-4X-ViL" firstAttribute="leading" secondItem="mx3-s0-cOn" secondAttribute="leading" id="oEI-sH-5QX"/>
  306. <constraint firstItem="QJ9-Hj-kRQ" firstAttribute="top" secondItem="1i0-4X-ViL" secondAttribute="top" id="pNn-RG-DHJ"/>
  307. <constraint firstAttribute="height" constant="44" id="pXp-w8-O0e"/>
  308. </constraints>
  309. </view>
  310. </subviews>
  311. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  312. <constraints>
  313. <constraint firstItem="mx3-s0-cOn" firstAttribute="trailing" secondItem="2j4-v9-X5w" secondAttribute="trailing" id="LE0-6q-Y69"/>
  314. <constraint firstItem="mx3-s0-cOn" firstAttribute="leading" secondItem="2j4-v9-X5w" secondAttribute="leading" id="Qk3-bq-MuQ"/>
  315. <constraint firstAttribute="height" constant="64" id="rSQ-q3-rQW"/>
  316. <constraint firstAttribute="bottom" secondItem="mx3-s0-cOn" secondAttribute="bottom" id="xbA-PP-I4l"/>
  317. </constraints>
  318. <connections>
  319. <outlet property="height" destination="rSQ-q3-rQW" id="vwP-zt-Sfu"/>
  320. </connections>
  321. </view>
  322. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IYU-Hy-SSJ">
  323. <rect key="frame" x="0.0" y="64" width="414" height="46"/>
  324. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  325. <constraints>
  326. <constraint firstAttribute="height" constant="46" id="bbA-Qg-3Vg"/>
  327. </constraints>
  328. </view>
  329. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="nN4-zX-unY">
  330. <rect key="frame" x="0.0" y="110" width="90" height="626"/>
  331. <constraints>
  332. <constraint firstAttribute="width" constant="90" id="lRa-3D-3Fm"/>
  333. </constraints>
  334. </tableView>
  335. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="txD-Qe-fgc">
  336. <rect key="frame" x="90" y="110" width="324" height="626"/>
  337. </tableView>
  338. </subviews>
  339. <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
  340. <constraints>
  341. <constraint firstItem="nN4-zX-unY" firstAttribute="leading" secondItem="54R-iR-R4x" secondAttribute="leading" id="8ck-qa-2tG"/>
  342. <constraint firstItem="IYU-Hy-SSJ" firstAttribute="top" secondItem="2j4-v9-X5w" secondAttribute="bottom" id="BRV-7v-B99"/>
  343. <constraint firstItem="txD-Qe-fgc" firstAttribute="top" secondItem="IYU-Hy-SSJ" secondAttribute="bottom" id="Cpb-rN-EH3"/>
  344. <constraint firstItem="54R-iR-R4x" firstAttribute="trailing" secondItem="txD-Qe-fgc" secondAttribute="trailing" id="HWx-l9-3GN"/>
  345. <constraint firstItem="nN4-zX-unY" firstAttribute="top" secondItem="IYU-Hy-SSJ" secondAttribute="bottom" id="NJ0-SX-Gck"/>
  346. <constraint firstItem="54R-iR-R4x" firstAttribute="bottom" secondItem="txD-Qe-fgc" secondAttribute="bottom" id="OhL-9j-Fgv"/>
  347. <constraint firstItem="2j4-v9-X5w" firstAttribute="top" secondItem="Jcl-JF-5gM" secondAttribute="top" id="Pax-9B-5nn"/>
  348. <constraint firstItem="IYU-Hy-SSJ" firstAttribute="leading" secondItem="Jcl-JF-5gM" secondAttribute="leading" id="ZTb-yI-z8L"/>
  349. <constraint firstItem="54R-iR-R4x" firstAttribute="trailing" secondItem="IYU-Hy-SSJ" secondAttribute="trailing" id="bd8-mf-eUP"/>
  350. <constraint firstItem="54R-iR-R4x" firstAttribute="bottom" secondItem="nN4-zX-unY" secondAttribute="bottom" id="dIN-eg-VC8"/>
  351. <constraint firstItem="txD-Qe-fgc" firstAttribute="leading" secondItem="nN4-zX-unY" secondAttribute="trailing" id="hEp-i8-5Zf"/>
  352. <constraint firstItem="2j4-v9-X5w" firstAttribute="leading" secondItem="54R-iR-R4x" secondAttribute="leading" id="nVa-hk-HYA"/>
  353. <constraint firstItem="2j4-v9-X5w" firstAttribute="trailing" secondItem="54R-iR-R4x" secondAttribute="trailing" id="ybx-aZ-Fou"/>
  354. </constraints>
  355. <viewLayoutGuide key="safeArea" id="54R-iR-R4x"/>
  356. </view>
  357. <navigationItem key="navigationItem" id="mDk-hh-Fln"/>
  358. <connections>
  359. <outlet property="HeadView" destination="IYU-Hy-SSJ" id="n1X-3w-b1a"/>
  360. <outlet property="height" destination="NJ0-SX-Gck" id="sLu-wb-M26"/>
  361. <outlet property="leftTable" destination="nN4-zX-unY" id="8As-ru-QDN"/>
  362. <outlet property="rightTable" destination="txD-Qe-fgc" id="sLA-J6-VE9"/>
  363. </connections>
  364. </viewController>
  365. <placeholder placeholderIdentifier="IBFirstResponder" id="Fdp-ua-WOf" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  366. </objects>
  367. <point key="canvasLocation" x="1272" y="95"/>
  368. </scene>
  369. <!--Replay MeVC-->
  370. <scene sceneID="vdU-T2-vEr">
  371. <objects>
  372. <viewController storyboardIdentifier="ReplayMeVC" id="vxv-40-PYZ" customClass="ReplayMeVC" sceneMemberID="viewController">
  373. <view key="view" contentMode="scaleToFill" id="yXN-ub-lxR">
  374. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  375. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  376. <subviews>
  377. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="grF-Vs-In1" customClass="WQNavigationBar">
  378. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  379. <subviews>
  380. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="g7e-3D-f05">
  381. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  382. <subviews>
  383. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3JZ-GL-2hv">
  384. <rect key="frame" x="0.0" y="43.666666666666664" width="414" height="0.3333333333333357"/>
  385. <color key="backgroundColor" red="0.89803921568627454" green="0.89803921568627454" blue="0.89803921568627454" alpha="1" colorSpace="calibratedRGB"/>
  386. <constraints>
  387. <constraint firstAttribute="height" constant="0.5" id="t0f-m3-g73"/>
  388. </constraints>
  389. </view>
  390. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hq2-fT-war">
  391. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  392. <constraints>
  393. <constraint firstAttribute="height" constant="44" id="O0O-3V-WeH"/>
  394. <constraint firstAttribute="width" constant="50" id="vv2-v7-AEo"/>
  395. </constraints>
  396. <state key="normal" image="back_black_icon"/>
  397. <connections>
  398. <action selector="backAction:" destination="vxv-40-PYZ" eventType="touchUpInside" id="Q5X-RX-r74"/>
  399. </connections>
  400. </button>
  401. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="R0S-v7-CqF">
  402. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  403. <constraints>
  404. <constraint firstAttribute="width" constant="35" id="htb-Yy-Nhx"/>
  405. <constraint firstAttribute="height" constant="44" id="q8c-HI-iRs"/>
  406. </constraints>
  407. <state key="normal" image="menu_black_icon"/>
  408. <connections>
  409. <action selector="menuAction:" destination="vxv-40-PYZ" eventType="touchUpInside" id="Wtn-oA-u2C"/>
  410. </connections>
  411. </button>
  412. </subviews>
  413. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  414. <constraints>
  415. <constraint firstAttribute="height" constant="44" id="ES6-1F-p9Q"/>
  416. <constraint firstItem="R0S-v7-CqF" firstAttribute="top" secondItem="hq2-fT-war" secondAttribute="top" id="OyM-Da-SVa"/>
  417. <constraint firstItem="hq2-fT-war" firstAttribute="leading" secondItem="g7e-3D-f05" secondAttribute="leading" id="TXo-W2-KhQ"/>
  418. <constraint firstAttribute="bottom" secondItem="hq2-fT-war" secondAttribute="bottom" id="V0Q-Fp-LMA"/>
  419. <constraint firstItem="R0S-v7-CqF" firstAttribute="bottom" secondItem="hq2-fT-war" secondAttribute="bottom" id="VRn-iA-v9x"/>
  420. <constraint firstAttribute="trailing" secondItem="3JZ-GL-2hv" secondAttribute="trailing" id="ccH-rb-0Zs"/>
  421. <constraint firstAttribute="bottom" secondItem="3JZ-GL-2hv" secondAttribute="bottom" id="ekm-nK-OF4"/>
  422. <constraint firstItem="3JZ-GL-2hv" firstAttribute="leading" secondItem="g7e-3D-f05" secondAttribute="leading" id="h8f-7G-zZ3"/>
  423. <constraint firstItem="R0S-v7-CqF" firstAttribute="leading" secondItem="hq2-fT-war" secondAttribute="trailing" id="kds-KQ-nY0"/>
  424. </constraints>
  425. </view>
  426. </subviews>
  427. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  428. <constraints>
  429. <constraint firstAttribute="height" constant="64" id="9zz-HA-c8f"/>
  430. <constraint firstItem="g7e-3D-f05" firstAttribute="leading" secondItem="grF-Vs-In1" secondAttribute="leading" id="TXj-cE-H8k"/>
  431. <constraint firstAttribute="bottom" secondItem="g7e-3D-f05" secondAttribute="bottom" id="vEC-Iw-fgR"/>
  432. <constraint firstItem="g7e-3D-f05" firstAttribute="trailing" secondItem="grF-Vs-In1" secondAttribute="trailing" id="vpO-is-wXf"/>
  433. </constraints>
  434. <connections>
  435. <outlet property="height" destination="9zz-HA-c8f" id="Xtd-AF-7Wm"/>
  436. </connections>
  437. </view>
  438. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kYM-uK-Vty">
  439. <rect key="frame" x="0.0" y="64" width="414" height="46"/>
  440. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  441. <constraints>
  442. <constraint firstAttribute="height" constant="46" id="BQD-H9-qc7"/>
  443. </constraints>
  444. </view>
  445. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="18" sectionFooterHeight="18" translatesAutoresizingMaskIntoConstraints="NO" id="Jf5-YV-xV8">
  446. <rect key="frame" x="0.0" y="110" width="414" height="626"/>
  447. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  448. </tableView>
  449. </subviews>
  450. <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
  451. <constraints>
  452. <constraint firstItem="kYM-uK-Vty" firstAttribute="top" secondItem="grF-Vs-In1" secondAttribute="bottom" id="5yc-ua-bqZ"/>
  453. <constraint firstItem="Jf5-YV-xV8" firstAttribute="leading" secondItem="fpX-fQ-1IS" secondAttribute="leading" id="DyK-Jp-sxU"/>
  454. <constraint firstItem="grF-Vs-In1" firstAttribute="trailing" secondItem="fpX-fQ-1IS" secondAttribute="trailing" id="Ot6-Tw-Fej"/>
  455. <constraint firstItem="kYM-uK-Vty" firstAttribute="leading" secondItem="yXN-ub-lxR" secondAttribute="leading" id="TxF-oi-HD3"/>
  456. <constraint firstItem="fpX-fQ-1IS" firstAttribute="trailing" secondItem="kYM-uK-Vty" secondAttribute="trailing" id="a41-BK-Yq5"/>
  457. <constraint firstItem="Jf5-YV-xV8" firstAttribute="top" secondItem="kYM-uK-Vty" secondAttribute="bottom" id="hBA-GW-Puk"/>
  458. <constraint firstItem="grF-Vs-In1" firstAttribute="leading" secondItem="fpX-fQ-1IS" secondAttribute="leading" id="k3V-bX-Gy9"/>
  459. <constraint firstItem="fpX-fQ-1IS" firstAttribute="trailing" secondItem="Jf5-YV-xV8" secondAttribute="trailing" id="lSH-sM-ROV"/>
  460. <constraint firstItem="grF-Vs-In1" firstAttribute="top" secondItem="yXN-ub-lxR" secondAttribute="top" id="uD3-oM-7sX"/>
  461. <constraint firstItem="fpX-fQ-1IS" firstAttribute="bottom" secondItem="Jf5-YV-xV8" secondAttribute="bottom" id="w3N-YW-uvc"/>
  462. </constraints>
  463. <viewLayoutGuide key="safeArea" id="fpX-fQ-1IS"/>
  464. </view>
  465. <navigationItem key="navigationItem" id="Mar-c1-4bI"/>
  466. <connections>
  467. <outlet property="HeadView" destination="kYM-uK-Vty" id="K11-l3-rhZ"/>
  468. <outlet property="navBar" destination="g7e-3D-f05" id="ysv-0s-hIr"/>
  469. <outlet property="tableView" destination="Jf5-YV-xV8" id="Sh2-a7-ZC6"/>
  470. </connections>
  471. </viewController>
  472. <placeholder placeholderIdentifier="IBFirstResponder" id="S82-5A-pDA" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  473. </objects>
  474. <point key="canvasLocation" x="-968.11594202898561" y="802.17391304347836"/>
  475. </scene>
  476. <!--Replay Me LikeVC-->
  477. <scene sceneID="l5R-Xa-kUp">
  478. <objects>
  479. <viewController storyboardIdentifier="ReplayMeLikeVC" id="HOC-Xw-8b4" customClass="ReplayMeLikeVC" sceneMemberID="viewController">
  480. <view key="view" contentMode="scaleToFill" id="aAd-rM-dUO">
  481. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  482. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  483. <subviews>
  484. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="e0L-Js-jyQ" customClass="WQNavigationBar">
  485. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  486. <subviews>
  487. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="c1y-rr-8hQ">
  488. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  489. <subviews>
  490. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="信源" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Osx-th-Mxq">
  491. <rect key="frame" x="190.66666666666666" y="12.333333333333334" width="32.666666666666657" height="19.333333333333329"/>
  492. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  493. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  494. <nil key="highlightedColor"/>
  495. </label>
  496. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HgH-NX-fl0">
  497. <rect key="frame" x="0.0" y="43.666666666666664" width="414" height="0.3333333333333357"/>
  498. <color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="calibratedRGB"/>
  499. <constraints>
  500. <constraint firstAttribute="height" constant="0.5" id="h8T-B3-5g2"/>
  501. </constraints>
  502. </view>
  503. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Gel-zY-a8G">
  504. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  505. <constraints>
  506. <constraint firstAttribute="width" constant="50" id="Bwx-Xi-WyN"/>
  507. <constraint firstAttribute="height" constant="44" id="DRy-9P-U9y"/>
  508. </constraints>
  509. <state key="normal" image="back_black_icon"/>
  510. <connections>
  511. <action selector="backAction:" destination="HOC-Xw-8b4" eventType="touchUpInside" id="UjU-ev-zrD"/>
  512. </connections>
  513. </button>
  514. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zCv-7f-nLf">
  515. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  516. <constraints>
  517. <constraint firstAttribute="width" constant="35" id="VGl-d2-Iyq"/>
  518. <constraint firstAttribute="height" constant="44" id="qwO-Z0-J7r"/>
  519. </constraints>
  520. <state key="normal" image="menu_black_icon"/>
  521. <connections>
  522. <action selector="menuAction:" destination="HOC-Xw-8b4" eventType="touchUpInside" id="ju5-CM-7aO"/>
  523. </connections>
  524. </button>
  525. </subviews>
  526. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  527. <constraints>
  528. <constraint firstItem="HgH-NX-fl0" firstAttribute="leading" secondItem="c1y-rr-8hQ" secondAttribute="leading" id="2J5-3w-dAt"/>
  529. <constraint firstItem="zCv-7f-nLf" firstAttribute="leading" secondItem="Gel-zY-a8G" secondAttribute="trailing" id="5jn-WM-gZY"/>
  530. <constraint firstAttribute="bottom" secondItem="Gel-zY-a8G" secondAttribute="bottom" id="GFY-il-s6i"/>
  531. <constraint firstAttribute="trailing" secondItem="HgH-NX-fl0" secondAttribute="trailing" id="Gnc-QB-cdh"/>
  532. <constraint firstItem="zCv-7f-nLf" firstAttribute="bottom" secondItem="Gel-zY-a8G" secondAttribute="bottom" id="Jgp-A8-H3E"/>
  533. <constraint firstItem="Osx-th-Mxq" firstAttribute="centerY" secondItem="c1y-rr-8hQ" secondAttribute="centerY" id="Ohd-O4-QLa"/>
  534. <constraint firstItem="Osx-th-Mxq" firstAttribute="centerX" secondItem="c1y-rr-8hQ" secondAttribute="centerX" id="S4A-1Z-tCr"/>
  535. <constraint firstAttribute="height" constant="44" id="Zvm-3D-d1M"/>
  536. <constraint firstAttribute="bottom" secondItem="HgH-NX-fl0" secondAttribute="bottom" id="aoO-ub-dti"/>
  537. <constraint firstItem="zCv-7f-nLf" firstAttribute="top" secondItem="Gel-zY-a8G" secondAttribute="top" id="dEb-v5-R1T"/>
  538. <constraint firstItem="Gel-zY-a8G" firstAttribute="leading" secondItem="c1y-rr-8hQ" secondAttribute="leading" id="xic-O8-7hu"/>
  539. </constraints>
  540. </view>
  541. </subviews>
  542. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  543. <constraints>
  544. <constraint firstAttribute="height" constant="64" id="NDH-On-OTL"/>
  545. <constraint firstItem="c1y-rr-8hQ" firstAttribute="leading" secondItem="e0L-Js-jyQ" secondAttribute="leading" id="Pvf-sF-hYn"/>
  546. <constraint firstItem="c1y-rr-8hQ" firstAttribute="trailing" secondItem="e0L-Js-jyQ" secondAttribute="trailing" id="g2h-Dn-CnC"/>
  547. <constraint firstAttribute="bottom" secondItem="c1y-rr-8hQ" secondAttribute="bottom" id="xI6-nO-vuj"/>
  548. </constraints>
  549. <connections>
  550. <outlet property="height" destination="NDH-On-OTL" id="mFS-bX-d5h"/>
  551. </connections>
  552. </view>
  553. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xiw-QQ-pgB">
  554. <rect key="frame" x="0.0" y="64" width="414" height="46"/>
  555. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  556. <constraints>
  557. <constraint firstAttribute="height" constant="46" id="KfE-bD-ZiA"/>
  558. </constraints>
  559. </view>
  560. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="uL4-xX-euP">
  561. <rect key="frame" x="0.0" y="110" width="414" height="626"/>
  562. </tableView>
  563. </subviews>
  564. <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
  565. <constraints>
  566. <constraint firstItem="xiw-QQ-pgB" firstAttribute="leading" secondItem="aAd-rM-dUO" secondAttribute="leading" id="HPZ-KU-Jwu"/>
  567. <constraint firstItem="xiw-QQ-pgB" firstAttribute="top" secondItem="e0L-Js-jyQ" secondAttribute="bottom" id="NRY-lI-JV6"/>
  568. <constraint firstItem="Hik-Kz-7AF" firstAttribute="trailing" secondItem="uL4-xX-euP" secondAttribute="trailing" id="Vee-aU-CQq"/>
  569. <constraint firstItem="Hik-Kz-7AF" firstAttribute="bottom" secondItem="uL4-xX-euP" secondAttribute="bottom" id="We3-dt-zdW"/>
  570. <constraint firstItem="e0L-Js-jyQ" firstAttribute="top" secondItem="aAd-rM-dUO" secondAttribute="top" id="bVX-RJ-Z1Y"/>
  571. <constraint firstItem="e0L-Js-jyQ" firstAttribute="trailing" secondItem="Hik-Kz-7AF" secondAttribute="trailing" id="fGG-s6-MNk"/>
  572. <constraint firstItem="uL4-xX-euP" firstAttribute="leading" secondItem="Hik-Kz-7AF" secondAttribute="leading" id="hnV-Oe-YzX"/>
  573. <constraint firstItem="uL4-xX-euP" firstAttribute="top" secondItem="xiw-QQ-pgB" secondAttribute="bottom" id="iY6-ME-b7M"/>
  574. <constraint firstItem="Hik-Kz-7AF" firstAttribute="trailing" secondItem="xiw-QQ-pgB" secondAttribute="trailing" id="pbm-BD-TgY"/>
  575. <constraint firstItem="e0L-Js-jyQ" firstAttribute="leading" secondItem="Hik-Kz-7AF" secondAttribute="leading" id="vnp-it-7Wk"/>
  576. </constraints>
  577. <viewLayoutGuide key="safeArea" id="Hik-Kz-7AF"/>
  578. </view>
  579. <navigationItem key="navigationItem" id="7La-Kl-19V"/>
  580. <connections>
  581. <outlet property="HeadView" destination="xiw-QQ-pgB" id="yPn-U8-mZj"/>
  582. <outlet property="navBar" destination="c1y-rr-8hQ" id="BWp-C3-6al"/>
  583. <outlet property="tableView" destination="uL4-xX-euP" id="Tkg-yO-wJu"/>
  584. <outlet property="titleL" destination="Osx-th-Mxq" id="H6w-me-WVl"/>
  585. </connections>
  586. </viewController>
  587. <placeholder placeholderIdentifier="IBFirstResponder" id="bfX-Ky-iiE" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  588. </objects>
  589. <point key="canvasLocation" x="-252" y="802"/>
  590. </scene>
  591. <!--Group SynopsisVC-->
  592. <scene sceneID="etz-uo-NDu">
  593. <objects>
  594. <viewController storyboardIdentifier="GroupSynopsisVC" id="Jud-Ch-SGf" customClass="GroupSynopsisVC" sceneMemberID="viewController">
  595. <view key="view" contentMode="scaleToFill" id="iyw-n6-ddI">
  596. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  597. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  598. <subviews>
  599. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="px1-Re-hMw">
  600. <rect key="frame" x="0.0" y="0.0" width="414" height="654"/>
  601. </tableView>
  602. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="M4K-a6-NKa" customClass="WQNavigationBar">
  603. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  604. <subviews>
  605. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4dO-vA-z4i">
  606. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  607. <subviews>
  608. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6xV-o7-hVC">
  609. <rect key="frame" x="0.0" y="43.666666666666664" width="414" height="0.3333333333333357"/>
  610. <color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="calibratedRGB"/>
  611. <constraints>
  612. <constraint firstAttribute="height" constant="0.5" id="xUw-QG-R51"/>
  613. </constraints>
  614. </view>
  615. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DgC-B7-C6b">
  616. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  617. <constraints>
  618. <constraint firstAttribute="height" constant="44" id="glC-Jk-YcL"/>
  619. <constraint firstAttribute="width" constant="50" id="jnQ-FK-9Ja"/>
  620. </constraints>
  621. <state key="normal" image="back_white_icon"/>
  622. <connections>
  623. <action selector="backAction:" destination="Jud-Ch-SGf" eventType="touchUpInside" id="Rbk-QD-hf8"/>
  624. </connections>
  625. </button>
  626. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="TGf-bK-b7O">
  627. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  628. <constraints>
  629. <constraint firstAttribute="width" constant="35" id="EZj-AS-VbP"/>
  630. <constraint firstAttribute="height" constant="44" id="GhF-nv-PKg"/>
  631. </constraints>
  632. <state key="normal" image="menu_white_icon"/>
  633. <connections>
  634. <action selector="menuAction:" destination="Jud-Ch-SGf" eventType="touchUpInside" id="4pz-Oj-ES9"/>
  635. </connections>
  636. </button>
  637. </subviews>
  638. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  639. <constraints>
  640. <constraint firstItem="TGf-bK-b7O" firstAttribute="bottom" secondItem="DgC-B7-C6b" secondAttribute="bottom" id="Fi4-h1-CwV"/>
  641. <constraint firstAttribute="trailing" secondItem="6xV-o7-hVC" secondAttribute="trailing" id="KtA-Zg-FeE"/>
  642. <constraint firstItem="6xV-o7-hVC" firstAttribute="leading" secondItem="4dO-vA-z4i" secondAttribute="leading" id="SU3-GE-F0k"/>
  643. <constraint firstAttribute="bottom" secondItem="DgC-B7-C6b" secondAttribute="bottom" id="SrZ-Yz-DNF"/>
  644. <constraint firstItem="DgC-B7-C6b" firstAttribute="leading" secondItem="4dO-vA-z4i" secondAttribute="leading" id="b3z-rI-bMP"/>
  645. <constraint firstAttribute="height" constant="44" id="dGb-mv-Ipe"/>
  646. <constraint firstAttribute="bottom" secondItem="6xV-o7-hVC" secondAttribute="bottom" id="jwC-2t-pah"/>
  647. <constraint firstItem="TGf-bK-b7O" firstAttribute="top" secondItem="DgC-B7-C6b" secondAttribute="top" id="nZ8-Od-Rf6"/>
  648. <constraint firstItem="TGf-bK-b7O" firstAttribute="leading" secondItem="DgC-B7-C6b" secondAttribute="trailing" id="uds-42-SKA"/>
  649. </constraints>
  650. </view>
  651. </subviews>
  652. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  653. <constraints>
  654. <constraint firstItem="4dO-vA-z4i" firstAttribute="leading" secondItem="M4K-a6-NKa" secondAttribute="leading" id="bsw-Vq-cuf"/>
  655. <constraint firstAttribute="height" constant="64" id="gwH-kr-BrO"/>
  656. <constraint firstItem="4dO-vA-z4i" firstAttribute="trailing" secondItem="M4K-a6-NKa" secondAttribute="trailing" id="oKa-5b-QsN"/>
  657. <constraint firstAttribute="bottom" secondItem="4dO-vA-z4i" secondAttribute="bottom" id="xr7-kJ-PC2"/>
  658. </constraints>
  659. <connections>
  660. <outlet property="height" destination="gwH-kr-BrO" id="fHv-hX-xCz"/>
  661. </connections>
  662. </view>
  663. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ua7-Gs-r1R">
  664. <rect key="frame" x="0.0" y="654" width="414" height="82"/>
  665. <subviews>
  666. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zK0-25-leo">
  667. <rect key="frame" x="20" y="16" width="374" height="50"/>
  668. <color key="backgroundColor" red="0.22352941176470587" green="0.47450980392156861" blue="0.82745098039215681" alpha="1" colorSpace="calibratedRGB"/>
  669. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  670. <state key="normal" title="申请加入">
  671. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  672. </state>
  673. <userDefinedRuntimeAttributes>
  674. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  675. <integer key="value" value="5"/>
  676. </userDefinedRuntimeAttribute>
  677. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  678. </userDefinedRuntimeAttributes>
  679. </button>
  680. </subviews>
  681. <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
  682. <constraints>
  683. <constraint firstAttribute="height" constant="82" id="Isz-dB-Ilx"/>
  684. <constraint firstAttribute="bottom" secondItem="zK0-25-leo" secondAttribute="bottom" constant="16" id="QnX-JF-FpW"/>
  685. <constraint firstItem="zK0-25-leo" firstAttribute="top" secondItem="Ua7-Gs-r1R" secondAttribute="top" constant="16" id="eRy-Rt-Por"/>
  686. <constraint firstItem="zK0-25-leo" firstAttribute="leading" secondItem="Ua7-Gs-r1R" secondAttribute="leading" constant="20" id="q66-bB-pu2"/>
  687. <constraint firstAttribute="trailing" secondItem="zK0-25-leo" secondAttribute="trailing" constant="20" id="sRK-fT-vFh"/>
  688. </constraints>
  689. </view>
  690. </subviews>
  691. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  692. <constraints>
  693. <constraint firstItem="M4K-a6-NKa" firstAttribute="leading" secondItem="8Hb-hY-B0Q" secondAttribute="leading" id="4SL-8b-LIk"/>
  694. <constraint firstItem="Ua7-Gs-r1R" firstAttribute="leading" secondItem="8Hb-hY-B0Q" secondAttribute="leading" id="BBi-iq-WzH"/>
  695. <constraint firstItem="px1-Re-hMw" firstAttribute="top" secondItem="8Hb-hY-B0Q" secondAttribute="top" id="Fmy-Oe-VJb"/>
  696. <constraint firstItem="M4K-a6-NKa" firstAttribute="trailing" secondItem="8Hb-hY-B0Q" secondAttribute="trailing" id="Lsz-5U-6fO"/>
  697. <constraint firstItem="M4K-a6-NKa" firstAttribute="top" secondItem="iyw-n6-ddI" secondAttribute="top" id="PUn-Xw-H07"/>
  698. <constraint firstItem="8Hb-hY-B0Q" firstAttribute="bottom" secondItem="Ua7-Gs-r1R" secondAttribute="bottom" id="SWw-f2-n4U"/>
  699. <constraint firstItem="8Hb-hY-B0Q" firstAttribute="trailing" secondItem="px1-Re-hMw" secondAttribute="trailing" id="d4B-94-vqC"/>
  700. <constraint firstItem="px1-Re-hMw" firstAttribute="leading" secondItem="8Hb-hY-B0Q" secondAttribute="leading" id="iHB-N5-WCs"/>
  701. <constraint firstItem="Ua7-Gs-r1R" firstAttribute="trailing" secondItem="8Hb-hY-B0Q" secondAttribute="trailing" id="m65-vq-7Gd"/>
  702. <constraint firstItem="Ua7-Gs-r1R" firstAttribute="top" secondItem="px1-Re-hMw" secondAttribute="bottom" id="rBS-3k-P6h"/>
  703. </constraints>
  704. <viewLayoutGuide key="safeArea" id="8Hb-hY-B0Q"/>
  705. </view>
  706. <navigationItem key="navigationItem" id="5o0-tn-hy5"/>
  707. <connections>
  708. <outlet property="bottomContant" destination="Isz-dB-Ilx" id="fC2-Wp-f7K"/>
  709. <outlet property="joinBtn" destination="zK0-25-leo" id="CMU-CZ-UFu"/>
  710. <outlet property="tableView" destination="px1-Re-hMw" id="NeQ-kh-bpw"/>
  711. </connections>
  712. </viewController>
  713. <placeholder placeholderIdentifier="IBFirstResponder" id="fW7-pR-u7a" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  714. </objects>
  715. <point key="canvasLocation" x="489.85507246376818" y="801.35869565217399"/>
  716. </scene>
  717. <!--Group VerifyVC-->
  718. <scene sceneID="Dho-Rb-3do">
  719. <objects>
  720. <viewController storyboardIdentifier="GroupVerifyVC" id="xPc-4E-mpR" customClass="GroupVerifyVC" sceneMemberID="viewController">
  721. <view key="view" contentMode="scaleToFill" id="6Xh-GN-fEk">
  722. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  723. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  724. <subviews>
  725. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uuL-lY-3ct" customClass="WQNavigationBar">
  726. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  727. <subviews>
  728. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vMA-hM-fBJ">
  729. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  730. <subviews>
  731. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UnU-oq-gDf">
  732. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  733. <constraints>
  734. <constraint firstAttribute="height" constant="44" id="4ya-3w-brP"/>
  735. <constraint firstAttribute="width" constant="50" id="yYj-Oe-V7m"/>
  736. </constraints>
  737. <state key="normal" image="back_black_icon"/>
  738. <connections>
  739. <action selector="backAction:" destination="xPc-4E-mpR" eventType="touchUpInside" id="6Le-aR-16X"/>
  740. </connections>
  741. </button>
  742. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DGM-Kf-Xpp">
  743. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  744. <constraints>
  745. <constraint firstAttribute="width" constant="35" id="gJV-JP-0Vy"/>
  746. <constraint firstAttribute="height" constant="44" id="mpN-D7-zbQ"/>
  747. </constraints>
  748. <state key="normal" image="menu_black_icon"/>
  749. <connections>
  750. <action selector="menuAction:" destination="xPc-4E-mpR" eventType="touchUpInside" id="vLe-za-5Uh"/>
  751. </connections>
  752. </button>
  753. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="验证消息" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JGK-As-o3n">
  754. <rect key="frame" x="174.33333333333334" y="12.333333333333334" width="65.333333333333343" height="19.333333333333329"/>
  755. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  756. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  757. <nil key="highlightedColor"/>
  758. </label>
  759. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yyS-oX-QEd">
  760. <rect key="frame" x="368" y="7" width="31" height="30"/>
  761. <state key="normal" title="发送">
  762. <color key="titleColor" red="0.22352941179999999" green="0.47450980390000003" blue="0.82745098039999998" alpha="1" colorSpace="calibratedRGB"/>
  763. </state>
  764. </button>
  765. </subviews>
  766. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  767. <constraints>
  768. <constraint firstAttribute="height" constant="44" id="1gN-ea-sPL"/>
  769. <constraint firstItem="yyS-oX-QEd" firstAttribute="centerY" secondItem="vMA-hM-fBJ" secondAttribute="centerY" id="9kk-bb-oqd"/>
  770. <constraint firstItem="DGM-Kf-Xpp" firstAttribute="bottom" secondItem="UnU-oq-gDf" secondAttribute="bottom" id="GLe-cy-b3y"/>
  771. <constraint firstItem="JGK-As-o3n" firstAttribute="centerX" secondItem="vMA-hM-fBJ" secondAttribute="centerX" id="HVJ-0b-uev"/>
  772. <constraint firstAttribute="bottom" secondItem="UnU-oq-gDf" secondAttribute="bottom" id="Xzy-IR-fG1"/>
  773. <constraint firstItem="UnU-oq-gDf" firstAttribute="leading" secondItem="vMA-hM-fBJ" secondAttribute="leading" id="ZdH-PX-JNK"/>
  774. <constraint firstItem="DGM-Kf-Xpp" firstAttribute="top" secondItem="UnU-oq-gDf" secondAttribute="top" id="jAV-8E-nCq"/>
  775. <constraint firstAttribute="trailing" secondItem="yyS-oX-QEd" secondAttribute="trailing" constant="15" id="koV-TA-sMo"/>
  776. <constraint firstItem="JGK-As-o3n" firstAttribute="centerY" secondItem="UnU-oq-gDf" secondAttribute="centerY" id="nP1-RZ-2nF"/>
  777. <constraint firstItem="DGM-Kf-Xpp" firstAttribute="leading" secondItem="UnU-oq-gDf" secondAttribute="trailing" id="qaa-zM-ewV"/>
  778. </constraints>
  779. </view>
  780. </subviews>
  781. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  782. <constraints>
  783. <constraint firstAttribute="height" constant="64" id="Crw-db-bUA"/>
  784. <constraint firstItem="vMA-hM-fBJ" firstAttribute="trailing" secondItem="Q5g-KL-xnM" secondAttribute="trailing" id="N2E-x3-aEy"/>
  785. <constraint firstItem="vMA-hM-fBJ" firstAttribute="leading" secondItem="Q5g-KL-xnM" secondAttribute="leading" id="p1h-IL-dUe"/>
  786. <constraint firstItem="Q5g-KL-xnM" firstAttribute="bottom" secondItem="vMA-hM-fBJ" secondAttribute="bottom" id="qiu-57-RY4"/>
  787. </constraints>
  788. <viewLayoutGuide key="safeArea" id="Q5g-KL-xnM"/>
  789. <connections>
  790. <outlet property="height" destination="Crw-db-bUA" id="uWr-yq-Xwl"/>
  791. </connections>
  792. </view>
  793. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Rff-Bl-Z3K">
  794. <rect key="frame" x="0.0" y="64" width="414" height="33"/>
  795. <subviews>
  796. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="你需要发送验证申请,等待对方通过(最多只能输入100字符)" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="o0I-A5-fus">
  797. <rect key="frame" x="15" y="8.6666666666666714" width="351" height="16"/>
  798. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  799. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  800. <nil key="highlightedColor"/>
  801. </label>
  802. </subviews>
  803. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="calibratedRGB"/>
  804. <constraints>
  805. <constraint firstItem="o0I-A5-fus" firstAttribute="centerY" secondItem="Rff-Bl-Z3K" secondAttribute="centerY" id="RBZ-Ph-42v"/>
  806. <constraint firstItem="o0I-A5-fus" firstAttribute="leading" secondItem="Rff-Bl-Z3K" secondAttribute="leading" constant="15" id="epK-T2-PIl"/>
  807. <constraint firstAttribute="height" constant="33" id="kaG-8Q-d3L"/>
  808. </constraints>
  809. </view>
  810. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3Yt-nO-rXk">
  811. <rect key="frame" x="0.0" y="97" width="414" height="160"/>
  812. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  813. <constraints>
  814. <constraint firstAttribute="height" constant="160" id="hAK-Mq-DHr"/>
  815. </constraints>
  816. <inset key="scrollIndicatorInsets" minX="15" minY="15" maxX="15" maxY="15"/>
  817. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="calibratedRGB"/>
  818. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  819. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  820. </textView>
  821. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cVt-UZ-Kti">
  822. <rect key="frame" x="0.0" y="257" width="414" height="36"/>
  823. <subviews>
  824. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0/100" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Sth-48-8k0">
  825. <rect key="frame" x="363.33333333333331" y="10.333333333333314" width="34.666666666666686" height="15.666666666666664"/>
  826. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  827. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  828. <nil key="highlightedColor"/>
  829. </label>
  830. </subviews>
  831. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  832. <constraints>
  833. <constraint firstItem="Sth-48-8k0" firstAttribute="centerY" secondItem="cVt-UZ-Kti" secondAttribute="centerY" id="AYL-Kl-40c"/>
  834. <constraint firstAttribute="height" constant="36" id="QhU-FK-tWD"/>
  835. <constraint firstAttribute="trailing" secondItem="Sth-48-8k0" secondAttribute="trailing" constant="16" id="ZB9-Za-Cis"/>
  836. </constraints>
  837. </view>
  838. </subviews>
  839. <color key="backgroundColor" red="0.97254901959999995" green="0.97254901959999995" blue="0.97254901959999995" alpha="1" colorSpace="calibratedRGB"/>
  840. <constraints>
  841. <constraint firstItem="uuL-lY-3ct" firstAttribute="leading" secondItem="1rd-IN-9Dw" secondAttribute="leading" id="2ER-gW-ht7"/>
  842. <constraint firstItem="uuL-lY-3ct" firstAttribute="top" secondItem="6Xh-GN-fEk" secondAttribute="top" id="6CI-37-2ye"/>
  843. <constraint firstItem="3Yt-nO-rXk" firstAttribute="leading" secondItem="1rd-IN-9Dw" secondAttribute="leading" id="F74-6X-Nar"/>
  844. <constraint firstItem="Rff-Bl-Z3K" firstAttribute="top" secondItem="uuL-lY-3ct" secondAttribute="bottom" id="P2o-cv-ykf"/>
  845. <constraint firstItem="1rd-IN-9Dw" firstAttribute="trailing" secondItem="cVt-UZ-Kti" secondAttribute="trailing" id="Qfr-WW-wyp"/>
  846. <constraint firstItem="Rff-Bl-Z3K" firstAttribute="leading" secondItem="1rd-IN-9Dw" secondAttribute="leading" id="R9l-AX-pZo"/>
  847. <constraint firstItem="Rff-Bl-Z3K" firstAttribute="trailing" secondItem="1rd-IN-9Dw" secondAttribute="trailing" id="WkL-6j-GXh"/>
  848. <constraint firstItem="cVt-UZ-Kti" firstAttribute="leading" secondItem="1rd-IN-9Dw" secondAttribute="leading" id="XW8-NB-2dM"/>
  849. <constraint firstItem="uuL-lY-3ct" firstAttribute="trailing" secondItem="1rd-IN-9Dw" secondAttribute="trailing" id="hVI-dV-TOe"/>
  850. <constraint firstItem="cVt-UZ-Kti" firstAttribute="top" secondItem="3Yt-nO-rXk" secondAttribute="bottom" id="nw0-mM-8a4"/>
  851. <constraint firstItem="3Yt-nO-rXk" firstAttribute="top" secondItem="Rff-Bl-Z3K" secondAttribute="bottom" id="wRx-um-jge"/>
  852. <constraint firstItem="1rd-IN-9Dw" firstAttribute="trailing" secondItem="3Yt-nO-rXk" secondAttribute="trailing" id="yO1-7H-WEY"/>
  853. </constraints>
  854. <viewLayoutGuide key="safeArea" id="1rd-IN-9Dw"/>
  855. </view>
  856. <navigationItem key="navigationItem" id="jw6-4w-DgF"/>
  857. <connections>
  858. <outlet property="countL" destination="Sth-48-8k0" id="Tt6-6e-ThZ"/>
  859. <outlet property="sendBtn" destination="yyS-oX-QEd" id="ii8-Bb-m0q"/>
  860. <outlet property="textView" destination="3Yt-nO-rXk" id="VCG-id-q5o"/>
  861. </connections>
  862. </viewController>
  863. <placeholder placeholderIdentifier="IBFirstResponder" id="ey3-g7-Prc" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  864. </objects>
  865. <point key="canvasLocation" x="-968" y="1538"/>
  866. </scene>
  867. <!--Group Synopsis UserVC-->
  868. <scene sceneID="gfH-ti-XM6">
  869. <objects>
  870. <viewController storyboardIdentifier="GroupSynopsisUserVC" id="uE6-5s-w7k" customClass="GroupSynopsisUserVC" sceneMemberID="viewController">
  871. <view key="view" contentMode="scaleToFill" id="h15-m1-gBP">
  872. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  873. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  874. <subviews>
  875. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2TQ-sS-L2f" customClass="WQNavigationBar">
  876. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  877. <subviews>
  878. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vCQ-gd-RRF">
  879. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  880. <subviews>
  881. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="主要成员" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="t7c-M6-was">
  882. <rect key="frame" x="172.33333333333334" y="11.999999999999998" width="69.333333333333343" height="20.333333333333329"/>
  883. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  884. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  885. <nil key="highlightedColor"/>
  886. </label>
  887. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rqL-II-Ps3">
  888. <rect key="frame" x="0.0" y="43.666666666666664" width="414" height="0.3333333333333357"/>
  889. <color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="calibratedRGB"/>
  890. <constraints>
  891. <constraint firstAttribute="height" constant="0.5" id="LO9-w5-Tdw"/>
  892. </constraints>
  893. </view>
  894. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Zss-YV-lb5">
  895. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  896. <constraints>
  897. <constraint firstAttribute="height" constant="44" id="BfR-CH-Xz9"/>
  898. <constraint firstAttribute="width" constant="50" id="Y4k-C5-WiN"/>
  899. </constraints>
  900. <state key="normal" image="back_black_icon"/>
  901. <connections>
  902. <action selector="backAction:" destination="uE6-5s-w7k" eventType="touchUpInside" id="G0l-In-LuM"/>
  903. </connections>
  904. </button>
  905. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ffL-xX-JBB">
  906. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  907. <constraints>
  908. <constraint firstAttribute="height" constant="44" id="9RS-i6-sav"/>
  909. <constraint firstAttribute="width" constant="35" id="TvP-hP-b9W"/>
  910. </constraints>
  911. <state key="normal" image="menu_black_icon"/>
  912. <connections>
  913. <action selector="menuAction:" destination="uE6-5s-w7k" eventType="touchUpInside" id="8yE-II-g2R"/>
  914. </connections>
  915. </button>
  916. </subviews>
  917. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  918. <constraints>
  919. <constraint firstAttribute="bottom" secondItem="Zss-YV-lb5" secondAttribute="bottom" id="5oP-SH-wQd"/>
  920. <constraint firstItem="t7c-M6-was" firstAttribute="centerX" secondItem="vCQ-gd-RRF" secondAttribute="centerX" id="BMd-H3-aRK"/>
  921. <constraint firstAttribute="trailing" secondItem="rqL-II-Ps3" secondAttribute="trailing" id="LLN-lk-dkf"/>
  922. <constraint firstItem="Zss-YV-lb5" firstAttribute="leading" secondItem="vCQ-gd-RRF" secondAttribute="leading" id="MQZ-sf-WlF"/>
  923. <constraint firstItem="ffL-xX-JBB" firstAttribute="leading" secondItem="Zss-YV-lb5" secondAttribute="trailing" id="Okc-De-i0F"/>
  924. <constraint firstItem="ffL-xX-JBB" firstAttribute="top" secondItem="Zss-YV-lb5" secondAttribute="top" id="PRi-rk-O57"/>
  925. <constraint firstItem="ffL-xX-JBB" firstAttribute="bottom" secondItem="Zss-YV-lb5" secondAttribute="bottom" id="a4q-0G-Ont"/>
  926. <constraint firstAttribute="bottom" secondItem="rqL-II-Ps3" secondAttribute="bottom" id="ieT-TM-sgo"/>
  927. <constraint firstItem="rqL-II-Ps3" firstAttribute="leading" secondItem="vCQ-gd-RRF" secondAttribute="leading" id="qkZ-5M-WoO"/>
  928. <constraint firstItem="t7c-M6-was" firstAttribute="centerY" secondItem="vCQ-gd-RRF" secondAttribute="centerY" id="t01-gR-hlP"/>
  929. <constraint firstAttribute="height" constant="44" id="w16-zy-VFd"/>
  930. </constraints>
  931. </view>
  932. </subviews>
  933. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  934. <constraints>
  935. <constraint firstItem="vCQ-gd-RRF" firstAttribute="trailing" secondItem="2TQ-sS-L2f" secondAttribute="trailing" id="JKc-i7-n3f"/>
  936. <constraint firstAttribute="height" constant="64" id="LWl-4f-QVf"/>
  937. <constraint firstAttribute="bottom" secondItem="vCQ-gd-RRF" secondAttribute="bottom" id="R5L-Cj-eOY"/>
  938. <constraint firstItem="vCQ-gd-RRF" firstAttribute="leading" secondItem="2TQ-sS-L2f" secondAttribute="leading" id="Yia-7l-bo0"/>
  939. </constraints>
  940. <connections>
  941. <outlet property="height" destination="LWl-4f-QVf" id="AZh-fp-NxK"/>
  942. </connections>
  943. </view>
  944. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NzF-pY-NoR">
  945. <rect key="frame" x="0.0" y="64" width="414" height="46"/>
  946. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  947. <constraints>
  948. <constraint firstAttribute="height" constant="46" id="s2h-nO-MiM"/>
  949. </constraints>
  950. </view>
  951. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="B09-Ce-t1v">
  952. <rect key="frame" x="0.0" y="110" width="414" height="626"/>
  953. </tableView>
  954. </subviews>
  955. <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
  956. <constraints>
  957. <constraint firstItem="NzF-pY-NoR" firstAttribute="top" secondItem="2TQ-sS-L2f" secondAttribute="bottom" id="7fg-Bk-Zp0"/>
  958. <constraint firstItem="2TQ-sS-L2f" firstAttribute="trailing" secondItem="HBy-VL-qsw" secondAttribute="trailing" id="OCW-JS-E7Z"/>
  959. <constraint firstItem="NzF-pY-NoR" firstAttribute="leading" secondItem="h15-m1-gBP" secondAttribute="leading" id="XXR-SE-vUz"/>
  960. <constraint firstItem="B09-Ce-t1v" firstAttribute="top" secondItem="NzF-pY-NoR" secondAttribute="bottom" id="aOV-ob-b77"/>
  961. <constraint firstItem="2TQ-sS-L2f" firstAttribute="leading" secondItem="HBy-VL-qsw" secondAttribute="leading" id="chz-uS-nh2"/>
  962. <constraint firstItem="HBy-VL-qsw" firstAttribute="trailing" secondItem="B09-Ce-t1v" secondAttribute="trailing" id="fJD-JW-oHx"/>
  963. <constraint firstItem="B09-Ce-t1v" firstAttribute="leading" secondItem="HBy-VL-qsw" secondAttribute="leading" id="fzd-3e-asX"/>
  964. <constraint firstItem="HBy-VL-qsw" firstAttribute="trailing" secondItem="NzF-pY-NoR" secondAttribute="trailing" id="iHY-n9-Aoz"/>
  965. <constraint firstItem="HBy-VL-qsw" firstAttribute="bottom" secondItem="B09-Ce-t1v" secondAttribute="bottom" id="qGI-fm-cWD"/>
  966. <constraint firstItem="2TQ-sS-L2f" firstAttribute="top" secondItem="h15-m1-gBP" secondAttribute="top" id="qwJ-D4-pac"/>
  967. </constraints>
  968. <viewLayoutGuide key="safeArea" id="HBy-VL-qsw"/>
  969. </view>
  970. <navigationItem key="navigationItem" id="5iJ-ne-yqr"/>
  971. <connections>
  972. <outlet property="HeadView" destination="NzF-pY-NoR" id="sJh-lw-riX"/>
  973. <outlet property="tableView" destination="B09-Ce-t1v" id="Mn4-pe-aTb"/>
  974. </connections>
  975. </viewController>
  976. <placeholder placeholderIdentifier="IBFirstResponder" id="vB0-6D-MfI" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  977. </objects>
  978. <point key="canvasLocation" x="-252" y="1538"/>
  979. </scene>
  980. <!--Group InfoVC-->
  981. <scene sceneID="hdN-9I-54h">
  982. <objects>
  983. <viewController storyboardIdentifier="GroupInfoVC" id="cP2-V7-Mky" customClass="GroupInfoVC" sceneMemberID="viewController">
  984. <view key="view" contentMode="scaleToFill" id="64K-4V-T3p">
  985. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  986. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  987. <subviews>
  988. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="VIB-52-hyO" customClass="WQNavigationBar">
  989. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  990. <subviews>
  991. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KKX-th-Re8">
  992. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  993. <subviews>
  994. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="deI-e9-5Ry">
  995. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  996. <constraints>
  997. <constraint firstAttribute="width" constant="50" id="9C3-bo-B8s"/>
  998. <constraint firstAttribute="height" constant="44" id="pcZ-LP-WCt"/>
  999. </constraints>
  1000. <state key="normal" image="back_black_icon"/>
  1001. <connections>
  1002. <action selector="backAction:" destination="cP2-V7-Mky" eventType="touchUpInside" id="BMz-uX-XkW"/>
  1003. </connections>
  1004. </button>
  1005. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qcc-7h-xdZ">
  1006. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  1007. <constraints>
  1008. <constraint firstAttribute="width" constant="35" id="YV6-2A-njC"/>
  1009. <constraint firstAttribute="height" constant="44" id="oOC-aF-yu9"/>
  1010. </constraints>
  1011. <state key="normal" image="menu_black_icon"/>
  1012. <connections>
  1013. <action selector="menuAction:" destination="cP2-V7-Mky" eventType="touchUpInside" id="8n4-OX-NoK"/>
  1014. </connections>
  1015. </button>
  1016. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="小组简介" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="667-fW-nf9">
  1017. <rect key="frame" x="174.33333333333334" y="12.333333333333334" width="65.333333333333343" height="19.333333333333329"/>
  1018. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  1019. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1020. <nil key="highlightedColor"/>
  1021. </label>
  1022. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="C8h-oI-vlO">
  1023. <rect key="frame" x="364" y="2" width="50" height="40"/>
  1024. <constraints>
  1025. <constraint firstAttribute="height" constant="40" id="cfh-OV-Z5H"/>
  1026. <constraint firstAttribute="width" constant="50" id="thx-Xd-rK6"/>
  1027. </constraints>
  1028. <state key="normal" image="icon_share">
  1029. <color key="titleColor" red="0.22352941179999999" green="0.47450980390000003" blue="0.82745098039999998" alpha="1" colorSpace="calibratedRGB"/>
  1030. </state>
  1031. </button>
  1032. </subviews>
  1033. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1034. <constraints>
  1035. <constraint firstItem="deI-e9-5Ry" firstAttribute="leading" secondItem="KKX-th-Re8" secondAttribute="leading" id="0fL-MI-n0Y"/>
  1036. <constraint firstAttribute="trailing" secondItem="C8h-oI-vlO" secondAttribute="trailing" id="Ass-7A-qeI"/>
  1037. <constraint firstItem="qcc-7h-xdZ" firstAttribute="top" secondItem="deI-e9-5Ry" secondAttribute="top" id="B8D-P4-nnq"/>
  1038. <constraint firstItem="C8h-oI-vlO" firstAttribute="centerY" secondItem="KKX-th-Re8" secondAttribute="centerY" id="O62-e5-ozz"/>
  1039. <constraint firstItem="667-fW-nf9" firstAttribute="centerY" secondItem="deI-e9-5Ry" secondAttribute="centerY" id="QIn-Tb-bd9"/>
  1040. <constraint firstItem="667-fW-nf9" firstAttribute="centerX" secondItem="KKX-th-Re8" secondAttribute="centerX" id="RcP-cU-3Td"/>
  1041. <constraint firstItem="qcc-7h-xdZ" firstAttribute="bottom" secondItem="deI-e9-5Ry" secondAttribute="bottom" id="Rrg-Bm-1CX"/>
  1042. <constraint firstAttribute="bottom" secondItem="deI-e9-5Ry" secondAttribute="bottom" id="RtU-2R-bM6"/>
  1043. <constraint firstItem="qcc-7h-xdZ" firstAttribute="leading" secondItem="deI-e9-5Ry" secondAttribute="trailing" id="my0-mG-xTl"/>
  1044. <constraint firstAttribute="height" constant="44" id="t4s-6y-sH6"/>
  1045. </constraints>
  1046. </view>
  1047. </subviews>
  1048. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1049. <constraints>
  1050. <constraint firstItem="KKX-th-Re8" firstAttribute="leading" secondItem="94j-ST-RA9" secondAttribute="leading" id="LjV-wX-e7I"/>
  1051. <constraint firstItem="KKX-th-Re8" firstAttribute="trailing" secondItem="94j-ST-RA9" secondAttribute="trailing" id="XnL-Su-DpJ"/>
  1052. <constraint firstItem="94j-ST-RA9" firstAttribute="bottom" secondItem="KKX-th-Re8" secondAttribute="bottom" id="bfv-7w-9Tb"/>
  1053. <constraint firstAttribute="height" constant="64" id="hFf-Fy-iHD"/>
  1054. </constraints>
  1055. <viewLayoutGuide key="safeArea" id="94j-ST-RA9"/>
  1056. <connections>
  1057. <outlet property="height" destination="hFf-Fy-iHD" id="M6c-7E-2Zd"/>
  1058. </connections>
  1059. </view>
  1060. </subviews>
  1061. <color key="backgroundColor" red="0.97254901959999995" green="0.97254901959999995" blue="0.97254901959999995" alpha="1" colorSpace="calibratedRGB"/>
  1062. <constraints>
  1063. <constraint firstItem="VIB-52-hyO" firstAttribute="trailing" secondItem="4gP-WH-n3z" secondAttribute="trailing" id="37l-u9-bWr"/>
  1064. <constraint firstItem="VIB-52-hyO" firstAttribute="top" secondItem="64K-4V-T3p" secondAttribute="top" id="WQI-zU-hSa"/>
  1065. <constraint firstItem="VIB-52-hyO" firstAttribute="leading" secondItem="4gP-WH-n3z" secondAttribute="leading" id="rzi-X3-V33"/>
  1066. </constraints>
  1067. <viewLayoutGuide key="safeArea" id="4gP-WH-n3z"/>
  1068. </view>
  1069. <navigationItem key="navigationItem" id="Z9P-AV-NYG"/>
  1070. <connections>
  1071. <outlet property="NavBarV" destination="KKX-th-Re8" id="L0H-WW-0wg"/>
  1072. <outlet property="shareBtn" destination="C8h-oI-vlO" id="DaA-bM-OBj"/>
  1073. </connections>
  1074. </viewController>
  1075. <placeholder placeholderIdentifier="IBFirstResponder" id="qcJ-QQ-TNB" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  1076. </objects>
  1077. <point key="canvasLocation" x="490" y="1538"/>
  1078. </scene>
  1079. <!--Group EditerVC-->
  1080. <scene sceneID="kZ4-SL-bj2">
  1081. <objects>
  1082. <viewController storyboardIdentifier="GroupEditerVC" id="XPs-Ld-fRe" customClass="GroupEditerVC" sceneMemberID="viewController">
  1083. <view key="view" contentMode="scaleToFill" id="2a3-t7-i5q">
  1084. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  1085. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1086. <subviews>
  1087. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="54M-S1-UXq" customClass="WQNavigationBar">
  1088. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  1089. <subviews>
  1090. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wO8-bD-wkh">
  1091. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  1092. <subviews>
  1093. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3TJ-su-uY1">
  1094. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  1095. <constraints>
  1096. <constraint firstAttribute="height" constant="44" id="E3a-sF-buj"/>
  1097. <constraint firstAttribute="width" constant="50" id="zcG-V5-wfd"/>
  1098. </constraints>
  1099. <state key="normal" image="back_black_icon"/>
  1100. <connections>
  1101. <action selector="backAction:" destination="XPs-Ld-fRe" eventType="touchUpInside" id="rDa-eI-gF4"/>
  1102. </connections>
  1103. </button>
  1104. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hW8-Jc-Cv8">
  1105. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  1106. <constraints>
  1107. <constraint firstAttribute="height" constant="44" id="d6T-vT-yyq"/>
  1108. <constraint firstAttribute="width" constant="35" id="nfL-nh-iLs"/>
  1109. </constraints>
  1110. <state key="normal" image="menu_black_icon"/>
  1111. <connections>
  1112. <action selector="menuAction:" destination="XPs-Ld-fRe" eventType="touchUpInside" id="GK4-4i-ZxB"/>
  1113. </connections>
  1114. </button>
  1115. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="编辑简介" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="47S-zm-V8w">
  1116. <rect key="frame" x="174.33333333333334" y="12.333333333333334" width="65.333333333333343" height="19.333333333333329"/>
  1117. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  1118. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1119. <nil key="highlightedColor"/>
  1120. </label>
  1121. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7fD-Uu-nns">
  1122. <rect key="frame" x="354" y="2" width="60" height="40"/>
  1123. <constraints>
  1124. <constraint firstAttribute="width" constant="60" id="axo-hd-hoV"/>
  1125. <constraint firstAttribute="height" constant="40" id="zKl-Y5-7hg"/>
  1126. </constraints>
  1127. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1128. <state key="normal" title="完成">
  1129. <color key="titleColor" red="0.22352941179999999" green="0.47450980390000003" blue="0.82745098039999998" alpha="1" colorSpace="calibratedRGB"/>
  1130. </state>
  1131. </button>
  1132. </subviews>
  1133. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1134. <constraints>
  1135. <constraint firstItem="hW8-Jc-Cv8" firstAttribute="top" secondItem="3TJ-su-uY1" secondAttribute="top" id="1Ea-JQ-nZK"/>
  1136. <constraint firstItem="47S-zm-V8w" firstAttribute="centerY" secondItem="3TJ-su-uY1" secondAttribute="centerY" id="Pbf-2F-ahw"/>
  1137. <constraint firstItem="hW8-Jc-Cv8" firstAttribute="bottom" secondItem="3TJ-su-uY1" secondAttribute="bottom" id="QRF-qr-pQd"/>
  1138. <constraint firstItem="3TJ-su-uY1" firstAttribute="leading" secondItem="wO8-bD-wkh" secondAttribute="leading" id="SxZ-MT-RbA"/>
  1139. <constraint firstItem="7fD-Uu-nns" firstAttribute="centerY" secondItem="wO8-bD-wkh" secondAttribute="centerY" id="TDB-Iq-woZ"/>
  1140. <constraint firstAttribute="bottom" secondItem="3TJ-su-uY1" secondAttribute="bottom" id="cMc-ux-AOT"/>
  1141. <constraint firstAttribute="trailing" secondItem="7fD-Uu-nns" secondAttribute="trailing" id="d4U-ed-ezR"/>
  1142. <constraint firstItem="hW8-Jc-Cv8" firstAttribute="leading" secondItem="3TJ-su-uY1" secondAttribute="trailing" id="nZY-Hb-gsB"/>
  1143. <constraint firstAttribute="height" constant="44" id="vyn-xl-U1M"/>
  1144. <constraint firstItem="47S-zm-V8w" firstAttribute="centerX" secondItem="wO8-bD-wkh" secondAttribute="centerX" id="wMN-kI-nyX"/>
  1145. </constraints>
  1146. </view>
  1147. </subviews>
  1148. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1149. <constraints>
  1150. <constraint firstItem="h8C-xE-Mf2" firstAttribute="bottom" secondItem="wO8-bD-wkh" secondAttribute="bottom" id="DBC-im-6m1"/>
  1151. <constraint firstItem="wO8-bD-wkh" firstAttribute="trailing" secondItem="h8C-xE-Mf2" secondAttribute="trailing" id="Opv-M8-GSy"/>
  1152. <constraint firstItem="wO8-bD-wkh" firstAttribute="leading" secondItem="h8C-xE-Mf2" secondAttribute="leading" id="Roe-HT-i0i"/>
  1153. <constraint firstAttribute="height" constant="64" id="WPY-56-LSO"/>
  1154. </constraints>
  1155. <viewLayoutGuide key="safeArea" id="h8C-xE-Mf2"/>
  1156. <connections>
  1157. <outlet property="height" destination="WPY-56-LSO" id="fZ6-DO-jlX"/>
  1158. </connections>
  1159. </view>
  1160. </subviews>
  1161. <color key="backgroundColor" red="0.97254901959999995" green="0.97254901959999995" blue="0.97254901959999995" alpha="1" colorSpace="calibratedRGB"/>
  1162. <constraints>
  1163. <constraint firstItem="54M-S1-UXq" firstAttribute="top" secondItem="2a3-t7-i5q" secondAttribute="top" id="6W3-KA-wPV"/>
  1164. <constraint firstItem="54M-S1-UXq" firstAttribute="leading" secondItem="d93-HB-vsl" secondAttribute="leading" id="THd-FC-a2a"/>
  1165. <constraint firstItem="54M-S1-UXq" firstAttribute="trailing" secondItem="d93-HB-vsl" secondAttribute="trailing" id="yUA-Z4-Fab"/>
  1166. </constraints>
  1167. <viewLayoutGuide key="safeArea" id="d93-HB-vsl"/>
  1168. </view>
  1169. <navigationItem key="navigationItem" id="pBD-Xz-DtX"/>
  1170. <connections>
  1171. <outlet property="DoneBtn" destination="7fD-Uu-nns" id="LB4-ur-eDt"/>
  1172. <outlet property="NavBarV" destination="wO8-bD-wkh" id="QCi-oJ-m2n"/>
  1173. </connections>
  1174. </viewController>
  1175. <placeholder placeholderIdentifier="IBFirstResponder" id="1s1-2Z-fJ3" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  1176. </objects>
  1177. <point key="canvasLocation" x="1233" y="1538"/>
  1178. </scene>
  1179. </scenes>
  1180. <resources>
  1181. <image name="Source_Group_tree" width="25" height="25"/>
  1182. <image name="back_black_icon" width="11" height="20"/>
  1183. <image name="back_white_icon" width="9.6666669845581055" height="17.666666030883789"/>
  1184. <image name="chatmsg_right_edit_icon" width="15" height="17"/>
  1185. <image name="icon_share" width="19" height="17"/>
  1186. <image name="menu_black_icon" width="16.666666030883789" height="14.666666984558105"/>
  1187. <image name="menu_white_icon" width="17" height="15.666666984558105"/>
  1188. </resources>
  1189. </document>