GroupSynopsisCell.xib 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" 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. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="GroupSynopsisCell0" rowHeight="187" id="KGk-i7-Jjw" customClass="GroupSynopsisCell">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="169"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="375" height="169"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZeI-Mu-kby">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="45"/>
  22. <subviews>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="更多小组资料" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xzy-9Z-lpn">
  24. <rect key="frame" x="15" y="12.5" width="104" height="20.5"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  26. <nil key="textColor"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Book_rightjian_icon" translatesAutoresizingMaskIntoConstraints="NO" id="kou-d9-bgQ">
  30. <rect key="frame" x="352" y="15.5" width="8" height="14"/>
  31. </imageView>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="6103人" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="j57-qw-5pY">
  33. <rect key="frame" x="297" y="13.5" width="50" height="18"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  35. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. </subviews>
  39. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  40. <constraints>
  41. <constraint firstAttribute="height" constant="45" id="18Z-an-KWE"/>
  42. <constraint firstItem="Xzy-9Z-lpn" firstAttribute="centerY" secondItem="ZeI-Mu-kby" secondAttribute="centerY" id="Fsc-SI-tNy"/>
  43. <constraint firstItem="kou-d9-bgQ" firstAttribute="centerY" secondItem="ZeI-Mu-kby" secondAttribute="centerY" id="OiO-12-MVc"/>
  44. <constraint firstAttribute="trailing" secondItem="kou-d9-bgQ" secondAttribute="trailing" constant="15" id="WVt-Zb-iVs"/>
  45. <constraint firstItem="j57-qw-5pY" firstAttribute="centerY" secondItem="ZeI-Mu-kby" secondAttribute="centerY" id="fpv-lz-Q8a"/>
  46. <constraint firstItem="Xzy-9Z-lpn" firstAttribute="leading" secondItem="ZeI-Mu-kby" secondAttribute="leading" constant="15" id="p3o-69-1IG"/>
  47. <constraint firstItem="kou-d9-bgQ" firstAttribute="leading" secondItem="j57-qw-5pY" secondAttribute="trailing" constant="5" id="xvw-n3-vOi"/>
  48. </constraints>
  49. </view>
  50. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gkc-jE-lkj">
  51. <rect key="frame" x="30" y="45" width="315" height="116"/>
  52. <subviews>
  53. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" spacing="25" translatesAutoresizingMaskIntoConstraints="NO" id="KgR-Se-Fmc">
  54. <rect key="frame" x="0.0" y="0.0" width="315" height="116"/>
  55. <subviews>
  56. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IAM-VC-7z6">
  57. <rect key="frame" x="0.0" y="0.0" width="60" height="116"/>
  58. <subviews>
  59. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LEG-Ir-Eoi">
  60. <rect key="frame" x="0.0" y="12" width="60" height="60"/>
  61. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  62. <constraints>
  63. <constraint firstAttribute="width" secondItem="LEG-Ir-Eoi" secondAttribute="height" multiplier="1:1" id="AI0-O1-N5h"/>
  64. </constraints>
  65. </view>
  66. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="博士" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0PB-ga-Fi8">
  67. <rect key="frame" x="0.0" y="78" width="60" height="17"/>
  68. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  69. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  70. <nil key="highlightedColor"/>
  71. </label>
  72. </subviews>
  73. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  74. <constraints>
  75. <constraint firstItem="LEG-Ir-Eoi" firstAttribute="leading" secondItem="IAM-VC-7z6" secondAttribute="leading" id="9nh-8l-er7"/>
  76. <constraint firstItem="0PB-ga-Fi8" firstAttribute="leading" secondItem="IAM-VC-7z6" secondAttribute="leading" id="Nwv-Zh-q5I"/>
  77. <constraint firstItem="LEG-Ir-Eoi" firstAttribute="top" secondItem="IAM-VC-7z6" secondAttribute="top" constant="12" id="XXF-Q2-67V"/>
  78. <constraint firstAttribute="trailing" secondItem="0PB-ga-Fi8" secondAttribute="trailing" id="oAZ-1u-JFz"/>
  79. <constraint firstAttribute="trailing" secondItem="LEG-Ir-Eoi" secondAttribute="trailing" id="rlj-it-zIW"/>
  80. <constraint firstItem="0PB-ga-Fi8" firstAttribute="top" secondItem="LEG-Ir-Eoi" secondAttribute="bottom" constant="6" id="xoC-hr-Qum"/>
  81. </constraints>
  82. </view>
  83. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ky2-U2-Nu5">
  84. <rect key="frame" x="85" y="0.0" width="60" height="116"/>
  85. <subviews>
  86. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Sr4-I3-rqz">
  87. <rect key="frame" x="0.0" y="12" width="60" height="60"/>
  88. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  89. <constraints>
  90. <constraint firstAttribute="width" secondItem="Sr4-I3-rqz" secondAttribute="height" multiplier="1:1" id="5PK-O4-FeS"/>
  91. </constraints>
  92. </view>
  93. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="博士" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Klg-rU-3Td">
  94. <rect key="frame" x="0.0" y="78" width="60" height="17"/>
  95. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  96. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  97. <nil key="highlightedColor"/>
  98. </label>
  99. </subviews>
  100. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  101. <constraints>
  102. <constraint firstItem="Sr4-I3-rqz" firstAttribute="leading" secondItem="Ky2-U2-Nu5" secondAttribute="leading" id="X4M-hr-O2r"/>
  103. <constraint firstItem="Klg-rU-3Td" firstAttribute="top" secondItem="Sr4-I3-rqz" secondAttribute="bottom" constant="6" id="Y8z-U9-bNO"/>
  104. <constraint firstAttribute="trailing" secondItem="Klg-rU-3Td" secondAttribute="trailing" id="YJj-C8-uaq"/>
  105. <constraint firstAttribute="trailing" secondItem="Sr4-I3-rqz" secondAttribute="trailing" id="YV0-CH-qh7"/>
  106. <constraint firstItem="Klg-rU-3Td" firstAttribute="leading" secondItem="Ky2-U2-Nu5" secondAttribute="leading" id="e8m-uI-t0x"/>
  107. <constraint firstItem="Sr4-I3-rqz" firstAttribute="top" secondItem="Ky2-U2-Nu5" secondAttribute="top" constant="12" id="p5z-28-BBQ"/>
  108. </constraints>
  109. </view>
  110. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="evs-1K-Cnw">
  111. <rect key="frame" x="170" y="0.0" width="60" height="116"/>
  112. <subviews>
  113. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0La-Na-wZl">
  114. <rect key="frame" x="0.0" y="12" width="60" height="60"/>
  115. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  116. <constraints>
  117. <constraint firstAttribute="width" secondItem="0La-Na-wZl" secondAttribute="height" multiplier="1:1" id="6JZ-3Z-Ojg"/>
  118. </constraints>
  119. </view>
  120. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="博士" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="b1p-oA-UsT">
  121. <rect key="frame" x="0.0" y="78" width="60" height="17"/>
  122. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  123. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  124. <nil key="highlightedColor"/>
  125. </label>
  126. </subviews>
  127. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  128. <constraints>
  129. <constraint firstAttribute="trailing" secondItem="0La-Na-wZl" secondAttribute="trailing" id="6d9-uI-VfE"/>
  130. <constraint firstItem="0La-Na-wZl" firstAttribute="leading" secondItem="evs-1K-Cnw" secondAttribute="leading" id="BzT-um-Nuu"/>
  131. <constraint firstAttribute="trailing" secondItem="b1p-oA-UsT" secondAttribute="trailing" id="Fz5-Zs-Ck3"/>
  132. <constraint firstItem="b1p-oA-UsT" firstAttribute="top" secondItem="0La-Na-wZl" secondAttribute="bottom" constant="6" id="aTC-dg-73h"/>
  133. <constraint firstItem="b1p-oA-UsT" firstAttribute="leading" secondItem="evs-1K-Cnw" secondAttribute="leading" id="dKX-vT-nn1"/>
  134. <constraint firstItem="0La-Na-wZl" firstAttribute="top" secondItem="evs-1K-Cnw" secondAttribute="top" constant="12" id="zmM-hJ-aCp"/>
  135. </constraints>
  136. </view>
  137. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IZp-3m-DY7">
  138. <rect key="frame" x="255" y="0.0" width="60" height="116"/>
  139. <subviews>
  140. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LNT-eW-6GO">
  141. <rect key="frame" x="0.0" y="12" width="60" height="60"/>
  142. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  143. <constraints>
  144. <constraint firstAttribute="width" secondItem="LNT-eW-6GO" secondAttribute="height" multiplier="1:1" id="YNu-sD-ucB"/>
  145. </constraints>
  146. </view>
  147. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="博士" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gGR-gV-NYz">
  148. <rect key="frame" x="0.0" y="78" width="60" height="17"/>
  149. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  150. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  151. <nil key="highlightedColor"/>
  152. </label>
  153. </subviews>
  154. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  155. <constraints>
  156. <constraint firstItem="LNT-eW-6GO" firstAttribute="top" secondItem="IZp-3m-DY7" secondAttribute="top" constant="12" id="1sR-PM-tWn"/>
  157. <constraint firstItem="LNT-eW-6GO" firstAttribute="leading" secondItem="IZp-3m-DY7" secondAttribute="leading" id="HhF-9T-VF0"/>
  158. <constraint firstAttribute="trailing" secondItem="LNT-eW-6GO" secondAttribute="trailing" id="dpl-BP-X9q"/>
  159. <constraint firstItem="gGR-gV-NYz" firstAttribute="top" secondItem="LNT-eW-6GO" secondAttribute="bottom" constant="6" id="fDd-g6-59j"/>
  160. <constraint firstItem="gGR-gV-NYz" firstAttribute="leading" secondItem="IZp-3m-DY7" secondAttribute="leading" id="yvV-q6-Bfi"/>
  161. <constraint firstAttribute="trailing" secondItem="gGR-gV-NYz" secondAttribute="trailing" id="zgp-jJ-TqK"/>
  162. </constraints>
  163. </view>
  164. </subviews>
  165. </stackView>
  166. </subviews>
  167. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  168. <constraints>
  169. <constraint firstItem="KgR-Se-Fmc" firstAttribute="leading" secondItem="gkc-jE-lkj" secondAttribute="leading" id="EMR-mm-Qsa"/>
  170. <constraint firstAttribute="width" secondItem="gkc-jE-lkj" secondAttribute="height" multiplier="315:116" id="Kh6-Qz-A8C"/>
  171. <constraint firstAttribute="trailing" secondItem="KgR-Se-Fmc" secondAttribute="trailing" id="TFc-UX-Drh"/>
  172. <constraint firstAttribute="bottom" secondItem="KgR-Se-Fmc" secondAttribute="bottom" id="UqZ-bS-lIW"/>
  173. <constraint firstItem="KgR-Se-Fmc" firstAttribute="top" secondItem="gkc-jE-lkj" secondAttribute="top" id="fJS-a7-bdu"/>
  174. </constraints>
  175. </view>
  176. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="i4W-ZM-0c6">
  177. <rect key="frame" x="0.0" y="161" width="375" height="8"/>
  178. <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
  179. <constraints>
  180. <constraint firstAttribute="height" constant="8" id="hdm-Ns-StA"/>
  181. </constraints>
  182. </view>
  183. </subviews>
  184. <constraints>
  185. <constraint firstAttribute="trailing" secondItem="i4W-ZM-0c6" secondAttribute="trailing" id="1Ry-lC-a23"/>
  186. <constraint firstAttribute="trailing" secondItem="ZeI-Mu-kby" secondAttribute="trailing" id="7cI-el-lOE"/>
  187. <constraint firstItem="ZeI-Mu-kby" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="F7q-EL-QCS"/>
  188. <constraint firstItem="ZeI-Mu-kby" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Hgg-lF-8tu"/>
  189. <constraint firstItem="gkc-jE-lkj" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="30" id="KnR-pG-uxi"/>
  190. <constraint firstItem="i4W-ZM-0c6" firstAttribute="top" secondItem="gkc-jE-lkj" secondAttribute="bottom" id="MeT-BQ-JeD"/>
  191. <constraint firstAttribute="trailing" secondItem="gkc-jE-lkj" secondAttribute="trailing" constant="30" id="eju-61-eD3"/>
  192. <constraint firstAttribute="bottom" secondItem="i4W-ZM-0c6" secondAttribute="bottom" id="g4h-B3-5ZD"/>
  193. <constraint firstItem="gkc-jE-lkj" firstAttribute="top" secondItem="ZeI-Mu-kby" secondAttribute="bottom" id="j6L-JL-YOh"/>
  194. <constraint firstItem="i4W-ZM-0c6" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="uD4-8f-JhO"/>
  195. </constraints>
  196. </tableViewCellContentView>
  197. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  198. <connections>
  199. <outlet property="BezierFourL" destination="gGR-gV-NYz" id="1nb-rk-fLW"/>
  200. <outlet property="BezierFourV" destination="LNT-eW-6GO" id="5mj-dl-VVq"/>
  201. <outlet property="BezierOneL" destination="0PB-ga-Fi8" id="nTI-kq-KV7"/>
  202. <outlet property="BezierOneV" destination="LEG-Ir-Eoi" id="wZz-r0-xTY"/>
  203. <outlet property="BezierThreeL" destination="b1p-oA-UsT" id="TkG-1G-eNi"/>
  204. <outlet property="BezierThreeV" destination="0La-Na-wZl" id="7Bp-YL-pvV"/>
  205. <outlet property="BezierTwoL" destination="Klg-rU-3Td" id="7EY-0S-c3e"/>
  206. <outlet property="BezierTwoV" destination="Sr4-I3-rqz" id="yhd-fH-4ZW"/>
  207. <outlet property="MoreView" destination="ZeI-Mu-kby" id="yOX-NE-nnb"/>
  208. <outlet property="countL" destination="j57-qw-5pY" id="Ag8-HT-GJO"/>
  209. </connections>
  210. <point key="canvasLocation" x="-50" y="-97"/>
  211. </tableViewCell>
  212. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="GroupSynopsisCell1" rowHeight="83" id="qCK-IO-uja" customClass="GroupSynopsisCell">
  213. <rect key="frame" x="0.0" y="0.0" width="375" height="65"/>
  214. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  215. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" ambiguous="YES" tableViewCell="qCK-IO-uja" id="39h-fI-8l3">
  216. <rect key="frame" x="0.0" y="0.0" width="375" height="65"/>
  217. <autoresizingMask key="autoresizingMask"/>
  218. <subviews>
  219. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="M9m-Bn-Zl9">
  220. <rect key="frame" x="0.0" y="0.0" width="375" height="56"/>
  221. <subviews>
  222. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="主要成员" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dW9-Vr-i86">
  223. <rect key="frame" x="15" y="18" width="69.5" height="20.5"/>
  224. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  225. <nil key="textColor"/>
  226. <nil key="highlightedColor"/>
  227. </label>
  228. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Book_rightjian_icon" translatesAutoresizingMaskIntoConstraints="NO" id="iWM-EM-IcP">
  229. <rect key="frame" x="352" y="21" width="8" height="14"/>
  230. </imageView>
  231. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="45人" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fhv-nl-9Nr">
  232. <rect key="frame" x="313" y="19" width="34" height="18"/>
  233. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  234. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  235. <nil key="highlightedColor"/>
  236. </label>
  237. </subviews>
  238. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  239. <constraints>
  240. <constraint firstItem="dW9-Vr-i86" firstAttribute="leading" secondItem="M9m-Bn-Zl9" secondAttribute="leading" constant="15" id="Dat-XQ-TpU"/>
  241. <constraint firstItem="dW9-Vr-i86" firstAttribute="centerY" secondItem="M9m-Bn-Zl9" secondAttribute="centerY" id="Uis-tc-g5x"/>
  242. <constraint firstItem="iWM-EM-IcP" firstAttribute="leading" secondItem="fhv-nl-9Nr" secondAttribute="trailing" constant="5" id="W6K-bi-Dc3"/>
  243. <constraint firstItem="fhv-nl-9Nr" firstAttribute="centerY" secondItem="M9m-Bn-Zl9" secondAttribute="centerY" id="acW-c2-Jwc"/>
  244. <constraint firstAttribute="height" constant="56" id="anS-n2-RGE"/>
  245. <constraint firstAttribute="trailing" secondItem="iWM-EM-IcP" secondAttribute="trailing" constant="15" id="jyu-7D-QMu"/>
  246. <constraint firstItem="iWM-EM-IcP" firstAttribute="centerY" secondItem="M9m-Bn-Zl9" secondAttribute="centerY" id="zcV-st-zFv"/>
  247. </constraints>
  248. </view>
  249. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ONE-ux-nJi">
  250. <rect key="frame" x="0.0" y="56" width="375" height="8"/>
  251. <color key="backgroundColor" red="0.96078431369999995" green="0.96078431369999995" blue="0.96078431369999995" alpha="1" colorSpace="calibratedRGB"/>
  252. <constraints>
  253. <constraint firstAttribute="height" constant="8" id="BNL-aa-eBx"/>
  254. </constraints>
  255. </view>
  256. </subviews>
  257. <constraints>
  258. <constraint firstItem="ONE-ux-nJi" firstAttribute="top" secondItem="M9m-Bn-Zl9" secondAttribute="bottom" id="3xJ-Yo-ZRR"/>
  259. <constraint firstAttribute="trailing" secondItem="M9m-Bn-Zl9" secondAttribute="trailing" id="8J5-oE-efr"/>
  260. <constraint firstItem="M9m-Bn-Zl9" firstAttribute="leading" secondItem="39h-fI-8l3" secondAttribute="leading" id="8i1-bR-aKF"/>
  261. <constraint firstAttribute="trailing" secondItem="ONE-ux-nJi" secondAttribute="trailing" id="L7q-qy-1Mt"/>
  262. <constraint firstItem="M9m-Bn-Zl9" firstAttribute="top" secondItem="39h-fI-8l3" secondAttribute="top" id="Oos-KO-109"/>
  263. <constraint firstItem="ONE-ux-nJi" firstAttribute="leading" secondItem="39h-fI-8l3" secondAttribute="leading" id="h33-MS-KWr"/>
  264. <constraint firstAttribute="bottom" secondItem="ONE-ux-nJi" secondAttribute="bottom" id="hc8-NH-zV6"/>
  265. </constraints>
  266. </tableViewCellContentView>
  267. <viewLayoutGuide key="safeArea" id="BgR-Qd-6zM"/>
  268. <connections>
  269. <outlet property="countL" destination="fhv-nl-9Nr" id="Qxe-lq-lg9"/>
  270. </connections>
  271. <point key="canvasLocation" x="-50" y="36"/>
  272. </tableViewCell>
  273. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="GroupSynopsisCell2" rowHeight="265" id="YgX-65-mZw" customClass="GroupSynopsisCell">
  274. <rect key="frame" x="0.0" y="0.0" width="375" height="247"/>
  275. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  276. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" ambiguous="YES" tableViewCell="YgX-65-mZw" id="omc-9F-hpp">
  277. <rect key="frame" x="0.0" y="0.0" width="375" height="247"/>
  278. <autoresizingMask key="autoresizingMask"/>
  279. <subviews>
  280. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Vac-Jb-KN3">
  281. <rect key="frame" x="0.0" y="0.0" width="375" height="45"/>
  282. <subviews>
  283. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="小组标签" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KGE-qU-q9K">
  284. <rect key="frame" x="15" y="12.5" width="69.5" height="20.5"/>
  285. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  286. <nil key="textColor"/>
  287. <nil key="highlightedColor"/>
  288. </label>
  289. </subviews>
  290. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  291. <constraints>
  292. <constraint firstAttribute="height" constant="45" id="GJp-WF-6ZT"/>
  293. <constraint firstItem="KGE-qU-q9K" firstAttribute="leading" secondItem="Vac-Jb-KN3" secondAttribute="leading" constant="15" id="k60-Rs-poD"/>
  294. <constraint firstItem="KGE-qU-q9K" firstAttribute="centerY" secondItem="Vac-Jb-KN3" secondAttribute="centerY" id="mN5-ol-rey"/>
  295. </constraints>
  296. </view>
  297. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="dBe-od-Bct">
  298. <rect key="frame" x="0.0" y="45" width="375" height="200"/>
  299. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  300. <constraints>
  301. <constraint firstAttribute="height" constant="200" id="8vY-wK-1fd"/>
  302. </constraints>
  303. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="Q9R-TA-dKj">
  304. <size key="itemSize" width="50" height="50"/>
  305. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  306. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  307. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  308. </collectionViewFlowLayout>
  309. </collectionView>
  310. </subviews>
  311. <constraints>
  312. <constraint firstAttribute="bottom" secondItem="dBe-od-Bct" secondAttribute="bottom" id="0LU-6X-SYF"/>
  313. <constraint firstAttribute="trailing" secondItem="Vac-Jb-KN3" secondAttribute="trailing" id="36g-bx-44W"/>
  314. <constraint firstItem="Vac-Jb-KN3" firstAttribute="leading" secondItem="omc-9F-hpp" secondAttribute="leading" id="6Z8-Nf-Ctc"/>
  315. <constraint firstItem="dBe-od-Bct" firstAttribute="top" secondItem="Vac-Jb-KN3" secondAttribute="bottom" id="FJ2-pg-MFL"/>
  316. <constraint firstItem="dBe-od-Bct" firstAttribute="leading" secondItem="omc-9F-hpp" secondAttribute="leading" id="LXZ-je-Vcv"/>
  317. <constraint firstAttribute="trailing" secondItem="dBe-od-Bct" secondAttribute="trailing" id="SUd-Jh-rog"/>
  318. <constraint firstItem="Vac-Jb-KN3" firstAttribute="top" secondItem="omc-9F-hpp" secondAttribute="top" id="hsa-UY-wBX"/>
  319. </constraints>
  320. </tableViewCellContentView>
  321. <viewLayoutGuide key="safeArea" id="tN2-bp-dTv"/>
  322. <connections>
  323. <outlet property="collectH" destination="8vY-wK-1fd" id="QLo-K3-jti"/>
  324. <outlet property="collectionView" destination="dBe-od-Bct" id="Nsd-NR-Nqw"/>
  325. </connections>
  326. <point key="canvasLocation" x="-50.000000000000007" y="218.63839285714286"/>
  327. </tableViewCell>
  328. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="GroupSynopsisCell3" rowHeight="275" id="oyc-fl-Xif" customClass="GroupSynopsisCell">
  329. <rect key="frame" x="0.0" y="0.0" width="375" height="350"/>
  330. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  331. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="oyc-fl-Xif" id="o1S-ES-DE0">
  332. <rect key="frame" x="0.0" y="0.0" width="375" height="350"/>
  333. <autoresizingMask key="autoresizingMask"/>
  334. <subviews>
  335. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PTl-Wk-SKX">
  336. <rect key="frame" x="0.0" y="0.0" width="375" height="141"/>
  337. <subviews>
  338. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="GroupSynopsis_bg" translatesAutoresizingMaskIntoConstraints="NO" id="0F9-LD-NL8">
  339. <rect key="frame" x="0.0" y="0.0" width="375" height="141"/>
  340. </imageView>
  341. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Book_Read_Playplace" translatesAutoresizingMaskIntoConstraints="NO" id="X82-Iu-lhf">
  342. <rect key="frame" x="15" y="92" width="40" height="40"/>
  343. <constraints>
  344. <constraint firstAttribute="width" constant="40" id="GbW-Cn-3fg"/>
  345. <constraint firstAttribute="height" constant="40" id="wJd-ms-mN7"/>
  346. </constraints>
  347. </imageView>
  348. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="互联网教育开拓小组" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WcC-ig-4IK">
  349. <rect key="frame" x="67" y="92" width="147" height="20"/>
  350. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  351. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  352. <nil key="highlightedColor"/>
  353. </label>
  354. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="周育明" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vca-p9-5jO">
  355. <rect key="frame" x="67" y="115" width="43" height="17"/>
  356. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  357. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  358. <nil key="highlightedColor"/>
  359. </label>
  360. </subviews>
  361. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  362. <constraints>
  363. <constraint firstAttribute="bottom" secondItem="X82-Iu-lhf" secondAttribute="bottom" constant="9" id="BYs-eT-N1d"/>
  364. <constraint firstItem="X82-Iu-lhf" firstAttribute="leading" secondItem="PTl-Wk-SKX" secondAttribute="leading" constant="15" id="Ijp-Qu-yaH"/>
  365. <constraint firstItem="0F9-LD-NL8" firstAttribute="top" secondItem="PTl-Wk-SKX" secondAttribute="top" id="LBx-mT-7sT"/>
  366. <constraint firstAttribute="height" constant="141" id="Ng4-qL-WYk"/>
  367. <constraint firstItem="WcC-ig-4IK" firstAttribute="leading" secondItem="X82-Iu-lhf" secondAttribute="trailing" constant="12" id="R3l-mg-RsU"/>
  368. <constraint firstItem="WcC-ig-4IK" firstAttribute="top" secondItem="X82-Iu-lhf" secondAttribute="top" id="RY0-en-a2F"/>
  369. <constraint firstAttribute="bottom" secondItem="0F9-LD-NL8" secondAttribute="bottom" id="XGz-1D-hS2"/>
  370. <constraint firstItem="0F9-LD-NL8" firstAttribute="leading" secondItem="PTl-Wk-SKX" secondAttribute="leading" id="ZSG-PC-rTt"/>
  371. <constraint firstItem="vca-p9-5jO" firstAttribute="leading" secondItem="WcC-ig-4IK" secondAttribute="leading" id="iJj-LT-lzA"/>
  372. <constraint firstAttribute="trailing" secondItem="0F9-LD-NL8" secondAttribute="trailing" id="iS5-iK-Mwo"/>
  373. <constraint firstItem="vca-p9-5jO" firstAttribute="bottom" secondItem="X82-Iu-lhf" secondAttribute="bottom" id="wG2-fr-gY4"/>
  374. </constraints>
  375. </view>
  376. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Bsb-l3-ogj">
  377. <rect key="frame" x="15" y="153" width="345" height="170"/>
  378. <fontDescription key="fontDescription" name=".AppleSystemUIFont" family=".AppleSystemUIFont" pointSize="17"/>
  379. <nil key="textColor"/>
  380. <nil key="highlightedColor"/>
  381. </label>
  382. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="F4C-W7-HeM">
  383. <rect key="frame" x="0.0" y="342" width="375" height="8"/>
  384. <color key="backgroundColor" red="0.96078431369999995" green="0.96078431369999995" blue="0.96078431369999995" alpha="1" colorSpace="calibratedRGB"/>
  385. <constraints>
  386. <constraint firstAttribute="height" constant="8" id="Dnm-S3-ePl"/>
  387. </constraints>
  388. </view>
  389. </subviews>
  390. <constraints>
  391. <constraint firstItem="F4C-W7-HeM" firstAttribute="top" secondItem="Bsb-l3-ogj" secondAttribute="bottom" constant="19" id="6SA-NQ-e0C"/>
  392. <constraint firstAttribute="trailing" secondItem="Bsb-l3-ogj" secondAttribute="trailing" constant="15" id="JXT-1W-AXg"/>
  393. <constraint firstItem="Bsb-l3-ogj" firstAttribute="top" secondItem="PTl-Wk-SKX" secondAttribute="bottom" constant="12" id="VuZ-oL-uvo"/>
  394. <constraint firstItem="PTl-Wk-SKX" firstAttribute="top" secondItem="o1S-ES-DE0" secondAttribute="top" id="azA-AW-YQY"/>
  395. <constraint firstItem="PTl-Wk-SKX" firstAttribute="leading" secondItem="o1S-ES-DE0" secondAttribute="leading" id="gQX-2l-CKF"/>
  396. <constraint firstAttribute="trailing" secondItem="PTl-Wk-SKX" secondAttribute="trailing" id="mvF-RN-bV4"/>
  397. <constraint firstItem="Bsb-l3-ogj" firstAttribute="leading" secondItem="o1S-ES-DE0" secondAttribute="leading" constant="15" id="sXE-jq-dFo"/>
  398. <constraint firstAttribute="bottom" secondItem="F4C-W7-HeM" secondAttribute="bottom" id="v0K-8h-RGs"/>
  399. <constraint firstItem="F4C-W7-HeM" firstAttribute="leading" secondItem="o1S-ES-DE0" secondAttribute="leading" id="wwW-fs-hY9"/>
  400. <constraint firstAttribute="trailing" secondItem="F4C-W7-HeM" secondAttribute="trailing" id="yRe-0R-tmi"/>
  401. </constraints>
  402. </tableViewCellContentView>
  403. <viewLayoutGuide key="safeArea" id="Xo8-dz-egy"/>
  404. <connections>
  405. <outlet property="contentL" destination="Bsb-l3-ogj" id="slx-Xy-BZI"/>
  406. <outlet property="iconV" destination="X82-Iu-lhf" id="2Zg-ef-MbP"/>
  407. <outlet property="nameL" destination="vca-p9-5jO" id="Xpe-cH-vT0"/>
  408. <outlet property="titleL" destination="WcC-ig-4IK" id="COL-qN-0fN"/>
  409. </connections>
  410. <point key="canvasLocation" x="-50" y="443"/>
  411. </tableViewCell>
  412. </objects>
  413. <resources>
  414. <image name="Book_Read_Playplace" width="40" height="40"/>
  415. <image name="Book_rightjian_icon" width="8" height="14"/>
  416. <image name="GroupSynopsis_bg" width="375" height="141"/>
  417. </resources>
  418. </document>