123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina5_5" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <scenes>
- <!--Navigation Controller-->
- <scene sceneID="NtJ-7v-DCv">
- <objects>
- <navigationController navigationBarHidden="YES" id="ap2-Fm-VRO" sceneMemberID="viewController">
- <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="5N9-fH-udg">
- <autoresizingMask key="autoresizingMask"/>
- </navigationBar>
- <connections>
- <segue destination="SHO-cN-RrV" kind="relationship" relationship="rootViewController" id="mLN-lO-ZNx"/>
- </connections>
- </navigationController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="BPU-ZW-m87" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="-968" y="96"/>
- </scene>
- <!--Source HomeVC-->
- <scene sceneID="BFe-KM-Ft4">
- <objects>
- <viewController storyboardIdentifier="SourceHomeVC" id="SHO-cN-RrV" customClass="SourceHomeVC" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="DUl-bS-JUQ">
- <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hCB-eT-rx4" customClass="WQNavigationBar">
- <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nXu-vq-Dw6">
- <rect key="frame" x="0.0" y="20" width="414" height="44"/>
- <subviews>
- <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">
- <rect key="frame" x="190.66666666666666" y="11.666666666666666" width="32.666666666666657" height="20.666666666666671"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.039215686274509803" green="0.039215686274509803" blue="0.039215686274509803" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="Jog-Lg-Zi7" firstAttribute="centerX" secondItem="nXu-vq-Dw6" secondAttribute="centerX" id="EH9-ga-bnI"/>
- <constraint firstItem="Jog-Lg-Zi7" firstAttribute="centerY" secondItem="nXu-vq-Dw6" secondAttribute="centerY" id="EgQ-SF-1Lq"/>
- <constraint firstItem="Jog-Lg-Zi7" firstAttribute="top" secondItem="nXu-vq-Dw6" secondAttribute="top" constant="11.666666666666671" id="R3n-AF-m4c"/>
- <constraint firstAttribute="height" constant="44" id="gAr-gG-sBR"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstAttribute="height" constant="64" id="4EF-wU-gZO"/>
- <constraint firstItem="nXu-vq-Dw6" firstAttribute="leading" secondItem="hCB-eT-rx4" secondAttribute="leading" id="Kvf-Vz-3rM"/>
- <constraint firstAttribute="bottom" secondItem="nXu-vq-Dw6" secondAttribute="bottom" id="swN-y3-8ZJ"/>
- <constraint firstItem="nXu-vq-Dw6" firstAttribute="trailing" secondItem="hCB-eT-rx4" secondAttribute="trailing" id="zlO-zU-FlR"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="N9b-tS-8Mg"/>
- <connections>
- <outlet property="height" destination="4EF-wU-gZO" id="qe0-R5-HtA"/>
- </connections>
- </view>
- <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">
- <rect key="frame" x="0.0" y="64" width="414" height="672"/>
- </tableView>
- <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Id2-WT-fgc">
- <rect key="frame" x="0.0" y="264" width="414" height="472"/>
- <subviews>
- <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">
- <rect key="frame" x="57" y="0.0" width="300" height="38.333333333333336"/>
- <constraints>
- <constraint firstAttribute="width" constant="300" id="JaH-BF-FQ4"/>
- </constraints>
- <attributedString key="attributedText">
- <fragment content="您还没有可控制范围的话题发布文件夹, 立即 ">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" metaFont="system" size="16"/>
- <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="新建">
- <attributes>
- <color key="NSColor" red="0.11764705882352941" green="0.47843137254901957" blue="0.72549019607843135" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <font key="NSFont" metaFont="system" size="16"/>
- <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content=" 一个">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" metaFont="system" size="16"/>
- <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- </attributedString>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstItem="7gU-4y-lth" firstAttribute="top" secondItem="Id2-WT-fgc" secondAttribute="top" id="0yu-fP-Dvv"/>
- <constraint firstItem="7gU-4y-lth" firstAttribute="centerX" secondItem="Id2-WT-fgc" secondAttribute="centerX" id="eTV-uW-CDL"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstItem="P7O-Ou-oGU" firstAttribute="top" secondItem="hCB-eT-rx4" secondAttribute="bottom" id="3ny-1c-9He"/>
- <constraint firstItem="P7O-Ou-oGU" firstAttribute="leading" secondItem="7c1-e0-9St" secondAttribute="leading" id="FLs-xl-Waa"/>
- <constraint firstItem="Id2-WT-fgc" firstAttribute="trailing" secondItem="7c1-e0-9St" secondAttribute="trailing" id="WXJ-3n-64A"/>
- <constraint firstItem="hCB-eT-rx4" firstAttribute="trailing" secondItem="7c1-e0-9St" secondAttribute="trailing" id="aeX-EI-pWy"/>
- <constraint firstItem="7c1-e0-9St" firstAttribute="bottom" secondItem="P7O-Ou-oGU" secondAttribute="bottom" id="b3y-bO-csP"/>
- <constraint firstItem="Id2-WT-fgc" firstAttribute="leading" secondItem="7c1-e0-9St" secondAttribute="leading" id="bwX-kg-CvM"/>
- <constraint firstItem="7c1-e0-9St" firstAttribute="bottom" secondItem="Id2-WT-fgc" secondAttribute="bottom" id="cTW-aB-LY3"/>
- <constraint firstItem="hCB-eT-rx4" firstAttribute="top" secondItem="DUl-bS-JUQ" secondAttribute="top" id="dLA-cp-dy0"/>
- <constraint firstItem="Id2-WT-fgc" firstAttribute="top" secondItem="hCB-eT-rx4" secondAttribute="bottom" constant="200" id="f2v-HI-hie"/>
- <constraint firstItem="7c1-e0-9St" firstAttribute="trailing" secondItem="P7O-Ou-oGU" secondAttribute="trailing" id="g3z-GR-Hbx"/>
- <constraint firstItem="hCB-eT-rx4" firstAttribute="leading" secondItem="7c1-e0-9St" secondAttribute="leading" id="rMd-z6-kZq"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="7c1-e0-9St"/>
- </view>
- <navigationItem key="navigationItem" id="NKA-Hb-T1U"/>
- <connections>
- <outlet property="tableView" destination="P7O-Ou-oGU" id="Cld-5f-LEV"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="QVI-Va-6oy" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="-252.17391304347828" y="95.380434782608702"/>
- </scene>
- <!--Source GroupVC-->
- <scene sceneID="4fY-6x-Skp">
- <objects>
- <viewController storyboardIdentifier="SourceGroupVC" id="goK-I6-gIY" customClass="SourceGroupVC" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="Tfd-9i-KcV">
- <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Pqu-05-P3u" customClass="WQNavigationBar">
- <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="e3B-5m-6Pq">
- <rect key="frame" x="0.0" y="20" width="414" height="44"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gqH-qw-YAL">
- <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
- <constraints>
- <constraint firstAttribute="width" constant="50" id="NEm-hB-1zl"/>
- <constraint firstAttribute="height" constant="44" id="QBy-Ll-m49"/>
- </constraints>
- <state key="normal" image="back_black_icon"/>
- <connections>
- <action selector="backAction:" destination="goK-I6-gIY" eventType="touchUpInside" id="cAo-zE-o0t"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yuq-66-lcT">
- <rect key="frame" x="50" y="0.0" width="35" height="44"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="oOG-B6-nWq"/>
- <constraint firstAttribute="width" constant="35" id="plc-H6-XJt"/>
- </constraints>
- <state key="normal" image="menu_black_icon"/>
- <connections>
- <action selector="menuAction:" destination="goK-I6-gIY" eventType="touchUpInside" id="Jg8-QA-62Y"/>
- </connections>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="小组" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Dkd-dd-cfT">
- <rect key="frame" x="190.66666666666666" y="12.333333333333334" width="32.666666666666657" height="19.333333333333329"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0uu-hW-qJL">
- <rect key="frame" x="366" y="0.0" width="44" height="44"/>
- <constraints>
- <constraint firstAttribute="width" constant="44" id="Hyq-RX-HiN"/>
- </constraints>
- <state key="normal" image="chatmsg_right_edit_icon"/>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jqO-Ch-kLx">
- <rect key="frame" x="322" y="0.0" width="44" height="44"/>
- <constraints>
- <constraint firstAttribute="width" constant="44" id="yDc-O8-LAu"/>
- </constraints>
- <state key="normal" image="Source_Group_tree"/>
- </button>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="jqO-Ch-kLx" secondAttribute="bottom" id="4An-Py-4dD"/>
- <constraint firstItem="yuq-66-lcT" firstAttribute="leading" secondItem="gqH-qw-YAL" secondAttribute="trailing" id="Ktz-dU-zOG"/>
- <constraint firstAttribute="bottom" secondItem="gqH-qw-YAL" secondAttribute="bottom" id="Lvn-bp-48M"/>
- <constraint firstItem="Dkd-dd-cfT" firstAttribute="centerY" secondItem="gqH-qw-YAL" secondAttribute="centerY" id="NbA-OO-PNL"/>
- <constraint firstAttribute="trailing" secondItem="0uu-hW-qJL" secondAttribute="trailing" constant="4" id="YkC-T8-li7"/>
- <constraint firstItem="jqO-Ch-kLx" firstAttribute="top" secondItem="e3B-5m-6Pq" secondAttribute="top" id="gTs-u1-H10"/>
- <constraint firstAttribute="height" constant="44" id="gdh-fj-thz"/>
- <constraint firstItem="yuq-66-lcT" firstAttribute="top" secondItem="gqH-qw-YAL" secondAttribute="top" id="h2q-ZZ-A67"/>
- <constraint firstItem="gqH-qw-YAL" firstAttribute="leading" secondItem="e3B-5m-6Pq" secondAttribute="leading" id="iht-U8-6gi"/>
- <constraint firstItem="Dkd-dd-cfT" firstAttribute="centerX" secondItem="e3B-5m-6Pq" secondAttribute="centerX" id="jJC-M7-e0O"/>
- <constraint firstItem="yuq-66-lcT" firstAttribute="bottom" secondItem="gqH-qw-YAL" secondAttribute="bottom" id="k9u-UI-dWx"/>
- <constraint firstItem="0uu-hW-qJL" firstAttribute="leading" secondItem="jqO-Ch-kLx" secondAttribute="trailing" id="n0c-mz-0Jp"/>
- <constraint firstAttribute="bottom" secondItem="0uu-hW-qJL" secondAttribute="bottom" id="rZj-1j-HF0"/>
- <constraint firstItem="0uu-hW-qJL" firstAttribute="top" secondItem="e3B-5m-6Pq" secondAttribute="top" id="zey-3j-B0B"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstAttribute="height" constant="64" id="Ja7-fn-Jf2"/>
- <constraint firstItem="e3B-5m-6Pq" firstAttribute="trailing" secondItem="Pqu-05-P3u" secondAttribute="trailing" id="OzX-rY-vAx"/>
- <constraint firstAttribute="bottom" secondItem="e3B-5m-6Pq" secondAttribute="bottom" id="TKb-7P-UhX"/>
- <constraint firstItem="e3B-5m-6Pq" firstAttribute="leading" secondItem="Pqu-05-P3u" secondAttribute="leading" id="k1u-Ce-63b"/>
- </constraints>
- <connections>
- <outlet property="height" destination="Ja7-fn-Jf2" id="HPA-hQ-2eC"/>
- </connections>
- </view>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NJz-mf-Xmb">
- <rect key="frame" x="0.0" y="64" width="414" height="92"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="92" id="8ap-OO-KDY"/>
- </constraints>
- </view>
- <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">
- <rect key="frame" x="0.0" y="156" width="414" height="580"/>
- </tableView>
- </subviews>
- <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="CTY-Wz-zKC" firstAttribute="leading" secondItem="VjM-J7-AU9" secondAttribute="leading" id="5mL-PU-oL4"/>
- <constraint firstItem="Pqu-05-P3u" firstAttribute="trailing" secondItem="VjM-J7-AU9" secondAttribute="trailing" id="61Z-Yy-Zf9"/>
- <constraint firstItem="VjM-J7-AU9" firstAttribute="trailing" secondItem="CTY-Wz-zKC" secondAttribute="trailing" id="93g-5n-Al4"/>
- <constraint firstItem="Pqu-05-P3u" firstAttribute="leading" secondItem="VjM-J7-AU9" secondAttribute="leading" id="E0g-gl-Jk9"/>
- <constraint firstItem="NJz-mf-Xmb" firstAttribute="leading" secondItem="Tfd-9i-KcV" secondAttribute="leading" id="Iqt-bu-gU9"/>
- <constraint firstItem="VjM-J7-AU9" firstAttribute="trailing" secondItem="NJz-mf-Xmb" secondAttribute="trailing" id="eJW-AO-ZyD"/>
- <constraint firstItem="VjM-J7-AU9" firstAttribute="bottom" secondItem="CTY-Wz-zKC" secondAttribute="bottom" id="nVM-Lv-1hv"/>
- <constraint firstItem="Pqu-05-P3u" firstAttribute="top" secondItem="Tfd-9i-KcV" secondAttribute="top" id="qpI-pY-gRS"/>
- <constraint firstItem="NJz-mf-Xmb" firstAttribute="top" secondItem="Pqu-05-P3u" secondAttribute="bottom" id="wjW-Iy-Az0"/>
- <constraint firstItem="CTY-Wz-zKC" firstAttribute="top" secondItem="NJz-mf-Xmb" secondAttribute="bottom" id="xXU-Cr-nyn"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="VjM-J7-AU9"/>
- </view>
- <navigationItem key="navigationItem" id="6GY-jJ-3bN"/>
- <connections>
- <outlet property="HeadView" destination="NJz-mf-Xmb" id="idr-Mq-Z2t"/>
- <outlet property="editBtn" destination="0uu-hW-qJL" id="OmA-N3-Rd2"/>
- <outlet property="squareBtn" destination="jqO-Ch-kLx" id="Rbt-lw-BN0"/>
- <outlet property="tableView" destination="CTY-Wz-zKC" id="6p0-Tr-Ltp"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="iLc-qn-8SG" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="490" y="95"/>
- </scene>
- <!--Group SquareVC-->
- <scene sceneID="Hgk-ee-Wf0">
- <objects>
- <viewController storyboardIdentifier="GroupSquareVC" id="1m7-fY-2bc" customClass="GroupSquareVC" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="Jcl-JF-5gM">
- <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2j4-v9-X5w" customClass="WQNavigationBar">
- <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mx3-s0-cOn">
- <rect key="frame" x="0.0" y="20" width="414" height="44"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1i0-4X-ViL">
- <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
- <constraints>
- <constraint firstAttribute="width" constant="50" id="Mur-4O-4fj"/>
- <constraint firstAttribute="height" constant="44" id="vob-m5-nae"/>
- </constraints>
- <state key="normal" image="back_black_icon"/>
- <connections>
- <action selector="backAction:" destination="1m7-fY-2bc" eventType="touchUpInside" id="GNs-v0-T66"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QJ9-Hj-kRQ">
- <rect key="frame" x="50" y="0.0" width="35" height="44"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="Jig-OF-Yvd"/>
- <constraint firstAttribute="width" constant="35" id="MPr-lc-r8f"/>
- </constraints>
- <state key="normal" image="menu_black_icon"/>
- <connections>
- <action selector="menuAction:" destination="1m7-fY-2bc" eventType="touchUpInside" id="pHd-Bu-OvR"/>
- </connections>
- </button>
- <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">
- <rect key="frame" x="174.33333333333334" y="12.333333333333334" width="65.333333333333343" height="19.333333333333329"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="1i0-4X-ViL" secondAttribute="bottom" id="37k-Ob-59q"/>
- <constraint firstItem="DE6-Gc-Akb" firstAttribute="centerX" secondItem="mx3-s0-cOn" secondAttribute="centerX" id="GLZ-np-y41"/>
- <constraint firstItem="QJ9-Hj-kRQ" firstAttribute="bottom" secondItem="1i0-4X-ViL" secondAttribute="bottom" id="Mea-k0-PjZ"/>
- <constraint firstItem="DE6-Gc-Akb" firstAttribute="centerY" secondItem="1i0-4X-ViL" secondAttribute="centerY" id="Uc2-bA-BT9"/>
- <constraint firstItem="QJ9-Hj-kRQ" firstAttribute="leading" secondItem="1i0-4X-ViL" secondAttribute="trailing" id="XTV-ew-VYN"/>
- <constraint firstItem="1i0-4X-ViL" firstAttribute="leading" secondItem="mx3-s0-cOn" secondAttribute="leading" id="oEI-sH-5QX"/>
- <constraint firstItem="QJ9-Hj-kRQ" firstAttribute="top" secondItem="1i0-4X-ViL" secondAttribute="top" id="pNn-RG-DHJ"/>
- <constraint firstAttribute="height" constant="44" id="pXp-w8-O0e"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstItem="mx3-s0-cOn" firstAttribute="trailing" secondItem="2j4-v9-X5w" secondAttribute="trailing" id="LE0-6q-Y69"/>
- <constraint firstItem="mx3-s0-cOn" firstAttribute="leading" secondItem="2j4-v9-X5w" secondAttribute="leading" id="Qk3-bq-MuQ"/>
- <constraint firstAttribute="height" constant="64" id="rSQ-q3-rQW"/>
- <constraint firstAttribute="bottom" secondItem="mx3-s0-cOn" secondAttribute="bottom" id="xbA-PP-I4l"/>
- </constraints>
- <connections>
- <outlet property="height" destination="rSQ-q3-rQW" id="vwP-zt-Sfu"/>
- </connections>
- </view>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IYU-Hy-SSJ">
- <rect key="frame" x="0.0" y="64" width="414" height="46"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="46" id="bbA-Qg-3Vg"/>
- </constraints>
- </view>
- <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">
- <rect key="frame" x="0.0" y="110" width="90" height="626"/>
- <constraints>
- <constraint firstAttribute="width" constant="90" id="lRa-3D-3Fm"/>
- </constraints>
- </tableView>
- <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">
- <rect key="frame" x="90" y="110" width="324" height="626"/>
- </tableView>
- </subviews>
- <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="nN4-zX-unY" firstAttribute="leading" secondItem="54R-iR-R4x" secondAttribute="leading" id="8ck-qa-2tG"/>
- <constraint firstItem="IYU-Hy-SSJ" firstAttribute="top" secondItem="2j4-v9-X5w" secondAttribute="bottom" id="BRV-7v-B99"/>
- <constraint firstItem="txD-Qe-fgc" firstAttribute="top" secondItem="IYU-Hy-SSJ" secondAttribute="bottom" id="Cpb-rN-EH3"/>
- <constraint firstItem="54R-iR-R4x" firstAttribute="trailing" secondItem="txD-Qe-fgc" secondAttribute="trailing" id="HWx-l9-3GN"/>
- <constraint firstItem="nN4-zX-unY" firstAttribute="top" secondItem="IYU-Hy-SSJ" secondAttribute="bottom" id="NJ0-SX-Gck"/>
- <constraint firstItem="54R-iR-R4x" firstAttribute="bottom" secondItem="txD-Qe-fgc" secondAttribute="bottom" id="OhL-9j-Fgv"/>
- <constraint firstItem="2j4-v9-X5w" firstAttribute="top" secondItem="Jcl-JF-5gM" secondAttribute="top" id="Pax-9B-5nn"/>
- <constraint firstItem="IYU-Hy-SSJ" firstAttribute="leading" secondItem="Jcl-JF-5gM" secondAttribute="leading" id="ZTb-yI-z8L"/>
- <constraint firstItem="54R-iR-R4x" firstAttribute="trailing" secondItem="IYU-Hy-SSJ" secondAttribute="trailing" id="bd8-mf-eUP"/>
- <constraint firstItem="54R-iR-R4x" firstAttribute="bottom" secondItem="nN4-zX-unY" secondAttribute="bottom" id="dIN-eg-VC8"/>
- <constraint firstItem="txD-Qe-fgc" firstAttribute="leading" secondItem="nN4-zX-unY" secondAttribute="trailing" id="hEp-i8-5Zf"/>
- <constraint firstItem="2j4-v9-X5w" firstAttribute="leading" secondItem="54R-iR-R4x" secondAttribute="leading" id="nVa-hk-HYA"/>
- <constraint firstItem="2j4-v9-X5w" firstAttribute="trailing" secondItem="54R-iR-R4x" secondAttribute="trailing" id="ybx-aZ-Fou"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="54R-iR-R4x"/>
- </view>
- <navigationItem key="navigationItem" id="mDk-hh-Fln"/>
- <connections>
- <outlet property="HeadView" destination="IYU-Hy-SSJ" id="n1X-3w-b1a"/>
- <outlet property="height" destination="NJ0-SX-Gck" id="sLu-wb-M26"/>
- <outlet property="leftTable" destination="nN4-zX-unY" id="8As-ru-QDN"/>
- <outlet property="rightTable" destination="txD-Qe-fgc" id="sLA-J6-VE9"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="Fdp-ua-WOf" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="1272" y="95"/>
- </scene>
- <!--Replay MeVC-->
- <scene sceneID="vdU-T2-vEr">
- <objects>
- <viewController storyboardIdentifier="ReplayMeVC" id="vxv-40-PYZ" customClass="ReplayMeVC" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="yXN-ub-lxR">
- <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="grF-Vs-In1" customClass="WQNavigationBar">
- <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="g7e-3D-f05">
- <rect key="frame" x="0.0" y="20" width="414" height="44"/>
- <subviews>
- <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3JZ-GL-2hv">
- <rect key="frame" x="0.0" y="43.666666666666664" width="414" height="0.3333333333333357"/>
- <color key="backgroundColor" red="0.89803921568627454" green="0.89803921568627454" blue="0.89803921568627454" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="0.5" id="t0f-m3-g73"/>
- </constraints>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hq2-fT-war">
- <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="O0O-3V-WeH"/>
- <constraint firstAttribute="width" constant="50" id="vv2-v7-AEo"/>
- </constraints>
- <state key="normal" image="back_black_icon"/>
- <connections>
- <action selector="backAction:" destination="vxv-40-PYZ" eventType="touchUpInside" id="Q5X-RX-r74"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="R0S-v7-CqF">
- <rect key="frame" x="50" y="0.0" width="35" height="44"/>
- <constraints>
- <constraint firstAttribute="width" constant="35" id="htb-Yy-Nhx"/>
- <constraint firstAttribute="height" constant="44" id="q8c-HI-iRs"/>
- </constraints>
- <state key="normal" image="menu_black_icon"/>
- <connections>
- <action selector="menuAction:" destination="vxv-40-PYZ" eventType="touchUpInside" id="Wtn-oA-u2C"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="ES6-1F-p9Q"/>
- <constraint firstItem="R0S-v7-CqF" firstAttribute="top" secondItem="hq2-fT-war" secondAttribute="top" id="OyM-Da-SVa"/>
- <constraint firstItem="hq2-fT-war" firstAttribute="leading" secondItem="g7e-3D-f05" secondAttribute="leading" id="TXo-W2-KhQ"/>
- <constraint firstAttribute="bottom" secondItem="hq2-fT-war" secondAttribute="bottom" id="V0Q-Fp-LMA"/>
- <constraint firstItem="R0S-v7-CqF" firstAttribute="bottom" secondItem="hq2-fT-war" secondAttribute="bottom" id="VRn-iA-v9x"/>
- <constraint firstAttribute="trailing" secondItem="3JZ-GL-2hv" secondAttribute="trailing" id="ccH-rb-0Zs"/>
- <constraint firstAttribute="bottom" secondItem="3JZ-GL-2hv" secondAttribute="bottom" id="ekm-nK-OF4"/>
- <constraint firstItem="3JZ-GL-2hv" firstAttribute="leading" secondItem="g7e-3D-f05" secondAttribute="leading" id="h8f-7G-zZ3"/>
- <constraint firstItem="R0S-v7-CqF" firstAttribute="leading" secondItem="hq2-fT-war" secondAttribute="trailing" id="kds-KQ-nY0"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstAttribute="height" constant="64" id="9zz-HA-c8f"/>
- <constraint firstItem="g7e-3D-f05" firstAttribute="leading" secondItem="grF-Vs-In1" secondAttribute="leading" id="TXj-cE-H8k"/>
- <constraint firstAttribute="bottom" secondItem="g7e-3D-f05" secondAttribute="bottom" id="vEC-Iw-fgR"/>
- <constraint firstItem="g7e-3D-f05" firstAttribute="trailing" secondItem="grF-Vs-In1" secondAttribute="trailing" id="vpO-is-wXf"/>
- </constraints>
- <connections>
- <outlet property="height" destination="9zz-HA-c8f" id="Xtd-AF-7Wm"/>
- </connections>
- </view>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kYM-uK-Vty">
- <rect key="frame" x="0.0" y="64" width="414" height="46"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="46" id="BQD-H9-qc7"/>
- </constraints>
- </view>
- <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">
- <rect key="frame" x="0.0" y="110" width="414" height="626"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- </tableView>
- </subviews>
- <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="kYM-uK-Vty" firstAttribute="top" secondItem="grF-Vs-In1" secondAttribute="bottom" id="5yc-ua-bqZ"/>
- <constraint firstItem="Jf5-YV-xV8" firstAttribute="leading" secondItem="fpX-fQ-1IS" secondAttribute="leading" id="DyK-Jp-sxU"/>
- <constraint firstItem="grF-Vs-In1" firstAttribute="trailing" secondItem="fpX-fQ-1IS" secondAttribute="trailing" id="Ot6-Tw-Fej"/>
- <constraint firstItem="kYM-uK-Vty" firstAttribute="leading" secondItem="yXN-ub-lxR" secondAttribute="leading" id="TxF-oi-HD3"/>
- <constraint firstItem="fpX-fQ-1IS" firstAttribute="trailing" secondItem="kYM-uK-Vty" secondAttribute="trailing" id="a41-BK-Yq5"/>
- <constraint firstItem="Jf5-YV-xV8" firstAttribute="top" secondItem="kYM-uK-Vty" secondAttribute="bottom" id="hBA-GW-Puk"/>
- <constraint firstItem="grF-Vs-In1" firstAttribute="leading" secondItem="fpX-fQ-1IS" secondAttribute="leading" id="k3V-bX-Gy9"/>
- <constraint firstItem="fpX-fQ-1IS" firstAttribute="trailing" secondItem="Jf5-YV-xV8" secondAttribute="trailing" id="lSH-sM-ROV"/>
- <constraint firstItem="grF-Vs-In1" firstAttribute="top" secondItem="yXN-ub-lxR" secondAttribute="top" id="uD3-oM-7sX"/>
- <constraint firstItem="fpX-fQ-1IS" firstAttribute="bottom" secondItem="Jf5-YV-xV8" secondAttribute="bottom" id="w3N-YW-uvc"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="fpX-fQ-1IS"/>
- </view>
- <navigationItem key="navigationItem" id="Mar-c1-4bI"/>
- <connections>
- <outlet property="HeadView" destination="kYM-uK-Vty" id="K11-l3-rhZ"/>
- <outlet property="navBar" destination="g7e-3D-f05" id="ysv-0s-hIr"/>
- <outlet property="tableView" destination="Jf5-YV-xV8" id="Sh2-a7-ZC6"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="S82-5A-pDA" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="-968.11594202898561" y="802.17391304347836"/>
- </scene>
- <!--Replay Me LikeVC-->
- <scene sceneID="l5R-Xa-kUp">
- <objects>
- <viewController storyboardIdentifier="ReplayMeLikeVC" id="HOC-Xw-8b4" customClass="ReplayMeLikeVC" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="aAd-rM-dUO">
- <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="e0L-Js-jyQ" customClass="WQNavigationBar">
- <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="c1y-rr-8hQ">
- <rect key="frame" x="0.0" y="20" width="414" height="44"/>
- <subviews>
- <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">
- <rect key="frame" x="190.66666666666666" y="12.333333333333334" width="32.666666666666657" height="19.333333333333329"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HgH-NX-fl0">
- <rect key="frame" x="0.0" y="43.666666666666664" width="414" height="0.3333333333333357"/>
- <color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="0.5" id="h8T-B3-5g2"/>
- </constraints>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Gel-zY-a8G">
- <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
- <constraints>
- <constraint firstAttribute="width" constant="50" id="Bwx-Xi-WyN"/>
- <constraint firstAttribute="height" constant="44" id="DRy-9P-U9y"/>
- </constraints>
- <state key="normal" image="back_black_icon"/>
- <connections>
- <action selector="backAction:" destination="HOC-Xw-8b4" eventType="touchUpInside" id="UjU-ev-zrD"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zCv-7f-nLf">
- <rect key="frame" x="50" y="0.0" width="35" height="44"/>
- <constraints>
- <constraint firstAttribute="width" constant="35" id="VGl-d2-Iyq"/>
- <constraint firstAttribute="height" constant="44" id="qwO-Z0-J7r"/>
- </constraints>
- <state key="normal" image="menu_black_icon"/>
- <connections>
- <action selector="menuAction:" destination="HOC-Xw-8b4" eventType="touchUpInside" id="ju5-CM-7aO"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="HgH-NX-fl0" firstAttribute="leading" secondItem="c1y-rr-8hQ" secondAttribute="leading" id="2J5-3w-dAt"/>
- <constraint firstItem="zCv-7f-nLf" firstAttribute="leading" secondItem="Gel-zY-a8G" secondAttribute="trailing" id="5jn-WM-gZY"/>
- <constraint firstAttribute="bottom" secondItem="Gel-zY-a8G" secondAttribute="bottom" id="GFY-il-s6i"/>
- <constraint firstAttribute="trailing" secondItem="HgH-NX-fl0" secondAttribute="trailing" id="Gnc-QB-cdh"/>
- <constraint firstItem="zCv-7f-nLf" firstAttribute="bottom" secondItem="Gel-zY-a8G" secondAttribute="bottom" id="Jgp-A8-H3E"/>
- <constraint firstItem="Osx-th-Mxq" firstAttribute="centerY" secondItem="c1y-rr-8hQ" secondAttribute="centerY" id="Ohd-O4-QLa"/>
- <constraint firstItem="Osx-th-Mxq" firstAttribute="centerX" secondItem="c1y-rr-8hQ" secondAttribute="centerX" id="S4A-1Z-tCr"/>
- <constraint firstAttribute="height" constant="44" id="Zvm-3D-d1M"/>
- <constraint firstAttribute="bottom" secondItem="HgH-NX-fl0" secondAttribute="bottom" id="aoO-ub-dti"/>
- <constraint firstItem="zCv-7f-nLf" firstAttribute="top" secondItem="Gel-zY-a8G" secondAttribute="top" id="dEb-v5-R1T"/>
- <constraint firstItem="Gel-zY-a8G" firstAttribute="leading" secondItem="c1y-rr-8hQ" secondAttribute="leading" id="xic-O8-7hu"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstAttribute="height" constant="64" id="NDH-On-OTL"/>
- <constraint firstItem="c1y-rr-8hQ" firstAttribute="leading" secondItem="e0L-Js-jyQ" secondAttribute="leading" id="Pvf-sF-hYn"/>
- <constraint firstItem="c1y-rr-8hQ" firstAttribute="trailing" secondItem="e0L-Js-jyQ" secondAttribute="trailing" id="g2h-Dn-CnC"/>
- <constraint firstAttribute="bottom" secondItem="c1y-rr-8hQ" secondAttribute="bottom" id="xI6-nO-vuj"/>
- </constraints>
- <connections>
- <outlet property="height" destination="NDH-On-OTL" id="mFS-bX-d5h"/>
- </connections>
- </view>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xiw-QQ-pgB">
- <rect key="frame" x="0.0" y="64" width="414" height="46"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="46" id="KfE-bD-ZiA"/>
- </constraints>
- </view>
- <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">
- <rect key="frame" x="0.0" y="110" width="414" height="626"/>
- </tableView>
- </subviews>
- <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="xiw-QQ-pgB" firstAttribute="leading" secondItem="aAd-rM-dUO" secondAttribute="leading" id="HPZ-KU-Jwu"/>
- <constraint firstItem="xiw-QQ-pgB" firstAttribute="top" secondItem="e0L-Js-jyQ" secondAttribute="bottom" id="NRY-lI-JV6"/>
- <constraint firstItem="Hik-Kz-7AF" firstAttribute="trailing" secondItem="uL4-xX-euP" secondAttribute="trailing" id="Vee-aU-CQq"/>
- <constraint firstItem="Hik-Kz-7AF" firstAttribute="bottom" secondItem="uL4-xX-euP" secondAttribute="bottom" id="We3-dt-zdW"/>
- <constraint firstItem="e0L-Js-jyQ" firstAttribute="top" secondItem="aAd-rM-dUO" secondAttribute="top" id="bVX-RJ-Z1Y"/>
- <constraint firstItem="e0L-Js-jyQ" firstAttribute="trailing" secondItem="Hik-Kz-7AF" secondAttribute="trailing" id="fGG-s6-MNk"/>
- <constraint firstItem="uL4-xX-euP" firstAttribute="leading" secondItem="Hik-Kz-7AF" secondAttribute="leading" id="hnV-Oe-YzX"/>
- <constraint firstItem="uL4-xX-euP" firstAttribute="top" secondItem="xiw-QQ-pgB" secondAttribute="bottom" id="iY6-ME-b7M"/>
- <constraint firstItem="Hik-Kz-7AF" firstAttribute="trailing" secondItem="xiw-QQ-pgB" secondAttribute="trailing" id="pbm-BD-TgY"/>
- <constraint firstItem="e0L-Js-jyQ" firstAttribute="leading" secondItem="Hik-Kz-7AF" secondAttribute="leading" id="vnp-it-7Wk"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="Hik-Kz-7AF"/>
- </view>
- <navigationItem key="navigationItem" id="7La-Kl-19V"/>
- <connections>
- <outlet property="HeadView" destination="xiw-QQ-pgB" id="yPn-U8-mZj"/>
- <outlet property="navBar" destination="c1y-rr-8hQ" id="BWp-C3-6al"/>
- <outlet property="tableView" destination="uL4-xX-euP" id="Tkg-yO-wJu"/>
- <outlet property="titleL" destination="Osx-th-Mxq" id="H6w-me-WVl"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="bfX-Ky-iiE" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="-252" y="802"/>
- </scene>
- <!--Group SynopsisVC-->
- <scene sceneID="etz-uo-NDu">
- <objects>
- <viewController storyboardIdentifier="GroupSynopsisVC" id="Jud-Ch-SGf" customClass="GroupSynopsisVC" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="iyw-n6-ddI">
- <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <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">
- <rect key="frame" x="0.0" y="0.0" width="414" height="654"/>
- </tableView>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="M4K-a6-NKa" customClass="WQNavigationBar">
- <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4dO-vA-z4i">
- <rect key="frame" x="0.0" y="20" width="414" height="44"/>
- <subviews>
- <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6xV-o7-hVC">
- <rect key="frame" x="0.0" y="43.666666666666664" width="414" height="0.3333333333333357"/>
- <color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="0.5" id="xUw-QG-R51"/>
- </constraints>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DgC-B7-C6b">
- <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="glC-Jk-YcL"/>
- <constraint firstAttribute="width" constant="50" id="jnQ-FK-9Ja"/>
- </constraints>
- <state key="normal" image="back_white_icon"/>
- <connections>
- <action selector="backAction:" destination="Jud-Ch-SGf" eventType="touchUpInside" id="Rbk-QD-hf8"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="TGf-bK-b7O">
- <rect key="frame" x="50" y="0.0" width="35" height="44"/>
- <constraints>
- <constraint firstAttribute="width" constant="35" id="EZj-AS-VbP"/>
- <constraint firstAttribute="height" constant="44" id="GhF-nv-PKg"/>
- </constraints>
- <state key="normal" image="menu_white_icon"/>
- <connections>
- <action selector="menuAction:" destination="Jud-Ch-SGf" eventType="touchUpInside" id="4pz-Oj-ES9"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="TGf-bK-b7O" firstAttribute="bottom" secondItem="DgC-B7-C6b" secondAttribute="bottom" id="Fi4-h1-CwV"/>
- <constraint firstAttribute="trailing" secondItem="6xV-o7-hVC" secondAttribute="trailing" id="KtA-Zg-FeE"/>
- <constraint firstItem="6xV-o7-hVC" firstAttribute="leading" secondItem="4dO-vA-z4i" secondAttribute="leading" id="SU3-GE-F0k"/>
- <constraint firstAttribute="bottom" secondItem="DgC-B7-C6b" secondAttribute="bottom" id="SrZ-Yz-DNF"/>
- <constraint firstItem="DgC-B7-C6b" firstAttribute="leading" secondItem="4dO-vA-z4i" secondAttribute="leading" id="b3z-rI-bMP"/>
- <constraint firstAttribute="height" constant="44" id="dGb-mv-Ipe"/>
- <constraint firstAttribute="bottom" secondItem="6xV-o7-hVC" secondAttribute="bottom" id="jwC-2t-pah"/>
- <constraint firstItem="TGf-bK-b7O" firstAttribute="top" secondItem="DgC-B7-C6b" secondAttribute="top" id="nZ8-Od-Rf6"/>
- <constraint firstItem="TGf-bK-b7O" firstAttribute="leading" secondItem="DgC-B7-C6b" secondAttribute="trailing" id="uds-42-SKA"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="4dO-vA-z4i" firstAttribute="leading" secondItem="M4K-a6-NKa" secondAttribute="leading" id="bsw-Vq-cuf"/>
- <constraint firstAttribute="height" constant="64" id="gwH-kr-BrO"/>
- <constraint firstItem="4dO-vA-z4i" firstAttribute="trailing" secondItem="M4K-a6-NKa" secondAttribute="trailing" id="oKa-5b-QsN"/>
- <constraint firstAttribute="bottom" secondItem="4dO-vA-z4i" secondAttribute="bottom" id="xr7-kJ-PC2"/>
- </constraints>
- <connections>
- <outlet property="height" destination="gwH-kr-BrO" id="fHv-hX-xCz"/>
- </connections>
- </view>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ua7-Gs-r1R">
- <rect key="frame" x="0.0" y="654" width="414" height="82"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zK0-25-leo">
- <rect key="frame" x="20" y="16" width="374" height="50"/>
- <color key="backgroundColor" red="0.22352941176470587" green="0.47450980392156861" blue="0.82745098039215681" alpha="1" colorSpace="calibratedRGB"/>
- <fontDescription key="fontDescription" type="system" pointSize="18"/>
- <state key="normal" title="申请加入">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
- </userDefinedRuntimeAttributes>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="82" id="Isz-dB-Ilx"/>
- <constraint firstAttribute="bottom" secondItem="zK0-25-leo" secondAttribute="bottom" constant="16" id="QnX-JF-FpW"/>
- <constraint firstItem="zK0-25-leo" firstAttribute="top" secondItem="Ua7-Gs-r1R" secondAttribute="top" constant="16" id="eRy-Rt-Por"/>
- <constraint firstItem="zK0-25-leo" firstAttribute="leading" secondItem="Ua7-Gs-r1R" secondAttribute="leading" constant="20" id="q66-bB-pu2"/>
- <constraint firstAttribute="trailing" secondItem="zK0-25-leo" secondAttribute="trailing" constant="20" id="sRK-fT-vFh"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="M4K-a6-NKa" firstAttribute="leading" secondItem="8Hb-hY-B0Q" secondAttribute="leading" id="4SL-8b-LIk"/>
- <constraint firstItem="Ua7-Gs-r1R" firstAttribute="leading" secondItem="8Hb-hY-B0Q" secondAttribute="leading" id="BBi-iq-WzH"/>
- <constraint firstItem="px1-Re-hMw" firstAttribute="top" secondItem="8Hb-hY-B0Q" secondAttribute="top" id="Fmy-Oe-VJb"/>
- <constraint firstItem="M4K-a6-NKa" firstAttribute="trailing" secondItem="8Hb-hY-B0Q" secondAttribute="trailing" id="Lsz-5U-6fO"/>
- <constraint firstItem="M4K-a6-NKa" firstAttribute="top" secondItem="iyw-n6-ddI" secondAttribute="top" id="PUn-Xw-H07"/>
- <constraint firstItem="8Hb-hY-B0Q" firstAttribute="bottom" secondItem="Ua7-Gs-r1R" secondAttribute="bottom" id="SWw-f2-n4U"/>
- <constraint firstItem="8Hb-hY-B0Q" firstAttribute="trailing" secondItem="px1-Re-hMw" secondAttribute="trailing" id="d4B-94-vqC"/>
- <constraint firstItem="px1-Re-hMw" firstAttribute="leading" secondItem="8Hb-hY-B0Q" secondAttribute="leading" id="iHB-N5-WCs"/>
- <constraint firstItem="Ua7-Gs-r1R" firstAttribute="trailing" secondItem="8Hb-hY-B0Q" secondAttribute="trailing" id="m65-vq-7Gd"/>
- <constraint firstItem="Ua7-Gs-r1R" firstAttribute="top" secondItem="px1-Re-hMw" secondAttribute="bottom" id="rBS-3k-P6h"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="8Hb-hY-B0Q"/>
- </view>
- <navigationItem key="navigationItem" id="5o0-tn-hy5"/>
- <connections>
- <outlet property="bottomContant" destination="Isz-dB-Ilx" id="fC2-Wp-f7K"/>
- <outlet property="joinBtn" destination="zK0-25-leo" id="CMU-CZ-UFu"/>
- <outlet property="tableView" destination="px1-Re-hMw" id="NeQ-kh-bpw"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="fW7-pR-u7a" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="489.85507246376818" y="801.35869565217399"/>
- </scene>
- </scenes>
- <resources>
- <image name="Source_Group_tree" width="25" height="25"/>
- <image name="back_black_icon" width="11" height="20"/>
- <image name="back_white_icon" width="9.6666669845581055" height="17.666666030883789"/>
- <image name="chatmsg_right_edit_icon" width="15" height="17"/>
- <image name="menu_black_icon" width="16.666666030883789" height="14.666666984558105"/>
- <image name="menu_white_icon" width="17" height="15.666666984558105"/>
- </resources>
- </document>
|