|
@@ -5,6 +5,7 @@
|
|
|
<deployment identifier="iOS"/>
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
|
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
|
+ <capability name="collection view cell content view" minToolsVersion="11.0"/>
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
</dependencies>
|
|
|
<scenes>
|
|
@@ -830,7 +831,7 @@
|
|
|
</connections>
|
|
|
</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="uB9-gw-5MY">
|
|
|
- <rect key="frame" x="0.0" y="64" width="414" height="602"/>
|
|
|
+ <rect key="frame" x="0.0" y="114" width="414" height="552"/>
|
|
|
<color key="backgroundColor" red="0.94117647058823528" green="0.93725490196078431" blue="0.95686274509803915" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
</tableView>
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FlT-rL-ntK">
|
|
@@ -854,14 +855,22 @@
|
|
|
<constraint firstAttribute="height" constant="5" id="Ewg-4e-dRP"/>
|
|
|
</constraints>
|
|
|
</view>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AaD-lZ-u6c">
|
|
|
+ <rect key="frame" x="0.0" y="64" width="414" height="50"/>
|
|
|
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="50" id="sqa-yy-9sg"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
</subviews>
|
|
|
<color key="backgroundColor" red="0.94117647058823528" green="0.93725490196078431" blue="0.95686274509803915" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
<constraints>
|
|
|
<constraint firstItem="9Ki-wR-xY5" firstAttribute="leading" secondItem="fmn-cD-hKQ" secondAttribute="leading" id="3lM-4L-SIA"/>
|
|
|
<constraint firstItem="7ol-Ug-g4o" firstAttribute="top" secondItem="uB9-gw-5MY" secondAttribute="bottom" id="4OG-Wf-SQm"/>
|
|
|
<constraint firstItem="uB9-gw-5MY" firstAttribute="leading" secondItem="fmn-cD-hKQ" secondAttribute="leading" id="6XP-q7-zlr"/>
|
|
|
+ <constraint firstItem="AaD-lZ-u6c" firstAttribute="top" secondItem="9Ki-wR-xY5" secondAttribute="bottom" id="Ejl-jm-INi"/>
|
|
|
<constraint firstItem="7ol-Ug-g4o" firstAttribute="leading" secondItem="fmn-cD-hKQ" secondAttribute="leading" id="F4i-xd-CDd"/>
|
|
|
- <constraint firstItem="uB9-gw-5MY" firstAttribute="top" secondItem="9Ki-wR-xY5" secondAttribute="bottom" id="FN5-cT-GYd"/>
|
|
|
+ <constraint firstItem="fmn-cD-hKQ" firstAttribute="trailing" secondItem="AaD-lZ-u6c" secondAttribute="trailing" id="KOn-wm-uFj"/>
|
|
|
<constraint firstItem="9Ki-wR-xY5" firstAttribute="top" secondItem="vVz-Du-mYm" secondAttribute="top" id="Qp1-Zo-v5n"/>
|
|
|
<constraint firstItem="FlT-rL-ntK" firstAttribute="top" secondItem="7ol-Ug-g4o" secondAttribute="bottom" id="asR-bs-0G2"/>
|
|
|
<constraint firstItem="fmn-cD-hKQ" firstAttribute="bottom" secondItem="FlT-rL-ntK" secondAttribute="bottom" id="ei7-IB-ujh"/>
|
|
@@ -869,12 +878,15 @@
|
|
|
<constraint firstItem="fmn-cD-hKQ" firstAttribute="trailing" secondItem="7ol-Ug-g4o" secondAttribute="trailing" id="lX7-mf-Kuk"/>
|
|
|
<constraint firstItem="9Ki-wR-xY5" firstAttribute="trailing" secondItem="fmn-cD-hKQ" secondAttribute="trailing" id="q12-Ng-J2E"/>
|
|
|
<constraint firstItem="uB9-gw-5MY" firstAttribute="trailing" secondItem="fmn-cD-hKQ" secondAttribute="trailing" id="qAv-60-CQx"/>
|
|
|
+ <constraint firstItem="AaD-lZ-u6c" firstAttribute="leading" secondItem="fmn-cD-hKQ" secondAttribute="leading" id="qkI-S7-35X"/>
|
|
|
+ <constraint firstItem="uB9-gw-5MY" firstAttribute="top" secondItem="AaD-lZ-u6c" secondAttribute="bottom" id="scD-Uu-jOP"/>
|
|
|
<constraint firstItem="FlT-rL-ntK" firstAttribute="leading" secondItem="fmn-cD-hKQ" secondAttribute="leading" id="vWB-Yf-fhW"/>
|
|
|
</constraints>
|
|
|
<viewLayoutGuide key="safeArea" id="fmn-cD-hKQ"/>
|
|
|
</view>
|
|
|
<navigationItem key="navigationItem" id="6Mf-ZU-edG"/>
|
|
|
<connections>
|
|
|
+ <outlet property="HeadView" destination="AaD-lZ-u6c" id="RQc-tm-vSX"/>
|
|
|
<outlet property="tableView" destination="uB9-gw-5MY" id="nDn-gO-ZIp"/>
|
|
|
<outlet property="titleL" destination="KAn-TU-jFe" id="1W7-AK-pD9"/>
|
|
|
</connections>
|
|
@@ -883,8 +895,395 @@
|
|
|
</objects>
|
|
|
<point key="canvasLocation" x="-204.34782608695653" y="778.53260869565224"/>
|
|
|
</scene>
|
|
|
+ <!--Group RoleVC-->
|
|
|
+ <scene sceneID="EhR-Wc-OUv">
|
|
|
+ <objects>
|
|
|
+ <viewController storyboardIdentifier="TDGroupRoleVC" id="F0K-nO-szH" customClass="TDGroupRoleVC" sceneMemberID="viewController">
|
|
|
+ <view key="view" contentMode="scaleToFill" id="Yfe-m7-J8z">
|
|
|
+ <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="G7J-7g-5Ed" customClass="WQNavigationBar">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
|
|
|
+ <subviews>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CVW-8o-Jc8">
|
|
|
+ <rect key="frame" x="0.0" y="63.666666666666664" width="414" height="0.3333333333333357"/>
|
|
|
+ <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="0.5" id="Szu-On-Hw1"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gqn-1s-8z3">
|
|
|
+ <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="fYY-xD-XBG">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="44" id="8Jo-ag-xcM"/>
|
|
|
+ <constraint firstAttribute="width" constant="50" id="ETU-6O-Mv3"/>
|
|
|
+ </constraints>
|
|
|
+ <state key="normal" image="back_black_icon"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="backAction:" destination="F0K-nO-szH" eventType="touchUpInside" id="dUF-5f-qUb"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Rex-PE-4gJ">
|
|
|
+ <rect key="frame" x="50" y="0.0" width="35" height="44"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="44" id="BhC-Zo-8QU"/>
|
|
|
+ <constraint firstAttribute="width" constant="35" id="CsX-0J-hqo"/>
|
|
|
+ </constraints>
|
|
|
+ <state key="normal" image="menu_black_icon"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="menuAction:" destination="F0K-nO-szH" eventType="touchUpInside" id="LSY-gI-f0j"/>
|
|
|
+ </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="xGd-G0-OmQ">
|
|
|
+ <rect key="frame" x="170.33333333333334" y="11.666666666666668" width="73.666666666666657" height="21.000000000000004"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="18"/>
|
|
|
+ <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="Rex-PE-4gJ" firstAttribute="top" secondItem="fYY-xD-XBG" secondAttribute="top" id="0K6-Qm-kzC"/>
|
|
|
+ <constraint firstAttribute="height" constant="44" id="Fqa-0E-lLd"/>
|
|
|
+ <constraint firstItem="xGd-G0-OmQ" firstAttribute="centerX" secondItem="gqn-1s-8z3" secondAttribute="centerX" id="Izz-Xs-nS7"/>
|
|
|
+ <constraint firstItem="fYY-xD-XBG" firstAttribute="leading" secondItem="gqn-1s-8z3" secondAttribute="leading" id="Lx6-QU-hQh"/>
|
|
|
+ <constraint firstItem="Rex-PE-4gJ" firstAttribute="bottom" secondItem="fYY-xD-XBG" secondAttribute="bottom" id="a4Z-gl-QsJ"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="fYY-xD-XBG" secondAttribute="bottom" id="boH-FD-cNm"/>
|
|
|
+ <constraint firstItem="Rex-PE-4gJ" firstAttribute="leading" secondItem="fYY-xD-XBG" secondAttribute="trailing" id="h7H-pv-kwA"/>
|
|
|
+ <constraint firstItem="xGd-G0-OmQ" firstAttribute="centerY" secondItem="gqn-1s-8z3" secondAttribute="centerY" id="lVM-zt-xBd"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="CVW-8o-Jc8" firstAttribute="leading" secondItem="G7J-7g-5Ed" secondAttribute="leading" id="10b-Xy-nJp"/>
|
|
|
+ <constraint firstItem="gqn-1s-8z3" firstAttribute="leading" secondItem="G7J-7g-5Ed" secondAttribute="leading" id="JLE-pY-Sbi"/>
|
|
|
+ <constraint firstItem="gqn-1s-8z3" firstAttribute="trailing" secondItem="G7J-7g-5Ed" secondAttribute="trailing" id="Tzc-vh-h9V"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="gqn-1s-8z3" secondAttribute="bottom" id="XyG-KE-qps"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="CVW-8o-Jc8" secondAttribute="trailing" id="a3i-Y2-TbL"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="CVW-8o-Jc8" secondAttribute="bottom" id="hlP-2P-N9c"/>
|
|
|
+ <constraint firstAttribute="height" constant="64" id="qb9-gw-0Le"/>
|
|
|
+ </constraints>
|
|
|
+ <connections>
|
|
|
+ <outlet property="height" destination="qb9-gw-0Le" id="I6t-Pl-WUX"/>
|
|
|
+ </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="c98-Pb-KRE">
|
|
|
+ <rect key="frame" x="0.0" y="64" width="414" height="672"/>
|
|
|
+ <color key="backgroundColor" red="0.94509803921568625" green="0.94509803921568625" blue="0.94509803921568625" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ </tableView>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" red="0.94117647059999998" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="G7J-7g-5Ed" firstAttribute="trailing" secondItem="7WD-IR-7jK" secondAttribute="trailing" id="1Ur-H4-s7l"/>
|
|
|
+ <constraint firstItem="c98-Pb-KRE" firstAttribute="top" secondItem="G7J-7g-5Ed" secondAttribute="bottom" id="9ar-rN-Zpa"/>
|
|
|
+ <constraint firstItem="7WD-IR-7jK" firstAttribute="bottom" secondItem="c98-Pb-KRE" secondAttribute="bottom" id="Gpj-4S-cAD"/>
|
|
|
+ <constraint firstItem="G7J-7g-5Ed" firstAttribute="top" secondItem="Yfe-m7-J8z" secondAttribute="top" id="ZE8-oZ-iEp"/>
|
|
|
+ <constraint firstItem="c98-Pb-KRE" firstAttribute="trailing" secondItem="7WD-IR-7jK" secondAttribute="trailing" id="bUK-w1-EWd"/>
|
|
|
+ <constraint firstItem="G7J-7g-5Ed" firstAttribute="leading" secondItem="7WD-IR-7jK" secondAttribute="leading" id="d9Q-iM-QkY"/>
|
|
|
+ <constraint firstItem="c98-Pb-KRE" firstAttribute="leading" secondItem="7WD-IR-7jK" secondAttribute="leading" id="yct-Fs-E1j"/>
|
|
|
+ </constraints>
|
|
|
+ <viewLayoutGuide key="safeArea" id="7WD-IR-7jK"/>
|
|
|
+ </view>
|
|
|
+ <navigationItem key="navigationItem" id="fhI-NJ-hCx"/>
|
|
|
+ <connections>
|
|
|
+ <outlet property="tableView" destination="c98-Pb-KRE" id="huY-8B-cRJ"/>
|
|
|
+ </connections>
|
|
|
+ </viewController>
|
|
|
+ <placeholder placeholderIdentifier="IBFirstResponder" id="BIw-QS-lIZ" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
|
+ </objects>
|
|
|
+ <point key="canvasLocation" x="-943" y="1473"/>
|
|
|
+ </scene>
|
|
|
+ <!--Group LabelVC-->
|
|
|
+ <scene sceneID="g5b-c6-ezZ">
|
|
|
+ <objects>
|
|
|
+ <viewController storyboardIdentifier="TDGroupLabelVC" id="Nj2-Le-FQZ" customClass="TDGroupLabelVC" sceneMemberID="viewController">
|
|
|
+ <view key="view" contentMode="scaleToFill" id="9yl-5K-8t6">
|
|
|
+ <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="SYd-FR-eFS" customClass="WQNavigationBar">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
|
|
|
+ <subviews>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gQk-3l-d05">
|
|
|
+ <rect key="frame" x="0.0" y="63.666666666666664" width="414" height="0.3333333333333357"/>
|
|
|
+ <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="0.5" id="p4m-9g-SCc"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IJu-G7-lkQ">
|
|
|
+ <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="zkI-yl-Is4">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="44" id="iI0-Nu-FQi"/>
|
|
|
+ <constraint firstAttribute="width" constant="50" id="icS-i0-hab"/>
|
|
|
+ </constraints>
|
|
|
+ <state key="normal" image="back_black_icon"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="backAction:" destination="Nj2-Le-FQZ" eventType="touchUpInside" id="zq1-DP-xIr"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jrv-nF-CmZ">
|
|
|
+ <rect key="frame" x="50" y="0.0" width="35" height="44"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="35" id="S2r-64-gVS"/>
|
|
|
+ <constraint firstAttribute="height" constant="44" id="rtt-ZB-wB9"/>
|
|
|
+ </constraints>
|
|
|
+ <state key="normal" image="menu_black_icon"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="menuAction:" destination="Nj2-Le-FQZ" eventType="touchUpInside" id="K2O-w2-DNk"/>
|
|
|
+ </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="Gu2-iD-52v">
|
|
|
+ <rect key="frame" x="170.33333333333334" y="11.666666666666668" width="73.666666666666657" height="21.000000000000004"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="18"/>
|
|
|
+ <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tT8-OK-LPC">
|
|
|
+ <rect key="frame" x="370" y="0.0" width="44" height="44"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="44" id="OLR-FB-1cz"/>
|
|
|
+ </constraints>
|
|
|
+ <state key="normal" image="Common_set"/>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="jrv-nF-CmZ" firstAttribute="top" secondItem="zkI-yl-Is4" secondAttribute="top" id="9QU-T8-4qa"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="tT8-OK-LPC" secondAttribute="trailing" id="BQW-QT-jf5"/>
|
|
|
+ <constraint firstItem="tT8-OK-LPC" firstAttribute="top" secondItem="IJu-G7-lkQ" secondAttribute="top" id="DMN-rg-Ulj"/>
|
|
|
+ <constraint firstItem="Gu2-iD-52v" firstAttribute="centerX" secondItem="IJu-G7-lkQ" secondAttribute="centerX" id="Ec0-A4-txc"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="tT8-OK-LPC" secondAttribute="bottom" id="PaJ-k3-P5x"/>
|
|
|
+ <constraint firstItem="Gu2-iD-52v" firstAttribute="centerY" secondItem="IJu-G7-lkQ" secondAttribute="centerY" id="fEf-dh-6JC"/>
|
|
|
+ <constraint firstItem="jrv-nF-CmZ" firstAttribute="leading" secondItem="zkI-yl-Is4" secondAttribute="trailing" id="hFX-Wc-MXa"/>
|
|
|
+ <constraint firstItem="jrv-nF-CmZ" firstAttribute="bottom" secondItem="zkI-yl-Is4" secondAttribute="bottom" id="lf5-BU-JgM"/>
|
|
|
+ <constraint firstAttribute="height" constant="44" id="r37-96-y41"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="zkI-yl-Is4" secondAttribute="bottom" id="rwA-uX-pIi"/>
|
|
|
+ <constraint firstItem="zkI-yl-Is4" firstAttribute="leading" secondItem="IJu-G7-lkQ" secondAttribute="leading" id="xzZ-ep-fJa"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="gQk-3l-d05" secondAttribute="bottom" id="Cnu-Va-whR"/>
|
|
|
+ <constraint firstItem="gQk-3l-d05" firstAttribute="leading" secondItem="SYd-FR-eFS" secondAttribute="leading" id="Pph-xe-NhD"/>
|
|
|
+ <constraint firstItem="IJu-G7-lkQ" firstAttribute="leading" secondItem="SYd-FR-eFS" secondAttribute="leading" id="TKQ-Be-vDK"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="gQk-3l-d05" secondAttribute="trailing" id="Y37-18-QoM"/>
|
|
|
+ <constraint firstItem="IJu-G7-lkQ" firstAttribute="trailing" secondItem="SYd-FR-eFS" secondAttribute="trailing" id="l3g-zQ-07E"/>
|
|
|
+ <constraint firstAttribute="height" constant="64" id="lYM-F4-O6w"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="IJu-G7-lkQ" secondAttribute="bottom" id="oId-kc-fx0"/>
|
|
|
+ </constraints>
|
|
|
+ <connections>
|
|
|
+ <outlet property="height" destination="lYM-F4-O6w" id="2iA-M0-m6u"/>
|
|
|
+ </connections>
|
|
|
+ </view>
|
|
|
+ <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="B7z-lv-tNw">
|
|
|
+ <rect key="frame" x="0.0" y="64" width="414" height="672"/>
|
|
|
+ <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
|
|
+ <collectionViewFlowLayout key="collectionViewLayout" automaticEstimatedItemSize="YES" minimumLineSpacing="10" minimumInteritemSpacing="10" id="aQJ-Cm-ml8">
|
|
|
+ <size key="itemSize" width="50" height="50"/>
|
|
|
+ <size key="headerReferenceSize" width="0.0" height="0.0"/>
|
|
|
+ <size key="footerReferenceSize" width="0.0" height="0.0"/>
|
|
|
+ <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
|
|
|
+ </collectionViewFlowLayout>
|
|
|
+ <cells>
|
|
|
+ <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="apL-ZZ-nz3">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="vXu-qU-S0l">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
|
|
|
+ <autoresizingMask key="autoresizingMask"/>
|
|
|
+ </collectionViewCellContentView>
|
|
|
+ </collectionViewCell>
|
|
|
+ </cells>
|
|
|
+ </collectionView>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" red="0.94117647059999998" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="Gb0-Vg-zEK" firstAttribute="trailing" secondItem="B7z-lv-tNw" secondAttribute="trailing" id="1pE-aa-MbF"/>
|
|
|
+ <constraint firstItem="SYd-FR-eFS" firstAttribute="leading" secondItem="Gb0-Vg-zEK" secondAttribute="leading" id="HJN-8l-4dI"/>
|
|
|
+ <constraint firstItem="B7z-lv-tNw" firstAttribute="top" secondItem="SYd-FR-eFS" secondAttribute="bottom" id="NBc-Yk-NWc"/>
|
|
|
+ <constraint firstItem="Gb0-Vg-zEK" firstAttribute="bottom" secondItem="B7z-lv-tNw" secondAttribute="bottom" id="Pec-8n-jUw"/>
|
|
|
+ <constraint firstItem="SYd-FR-eFS" firstAttribute="trailing" secondItem="Gb0-Vg-zEK" secondAttribute="trailing" id="UVk-4c-hs4"/>
|
|
|
+ <constraint firstItem="SYd-FR-eFS" firstAttribute="top" secondItem="9yl-5K-8t6" secondAttribute="top" id="Zcy-Jt-7hK"/>
|
|
|
+ <constraint firstItem="B7z-lv-tNw" firstAttribute="leading" secondItem="Gb0-Vg-zEK" secondAttribute="leading" id="p5t-Sq-x1S"/>
|
|
|
+ </constraints>
|
|
|
+ <viewLayoutGuide key="safeArea" id="Gb0-Vg-zEK"/>
|
|
|
+ </view>
|
|
|
+ <navigationItem key="navigationItem" id="NYU-JM-RUt"/>
|
|
|
+ <connections>
|
|
|
+ <outlet property="collectionView" destination="B7z-lv-tNw" id="Is1-fJ-nW9"/>
|
|
|
+ <outlet property="setBtn" destination="tT8-OK-LPC" id="Kbj-EQ-kBi"/>
|
|
|
+ </connections>
|
|
|
+ </viewController>
|
|
|
+ <placeholder placeholderIdentifier="IBFirstResponder" id="vBy-lI-VfL" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
|
+ </objects>
|
|
|
+ <point key="canvasLocation" x="-204" y="1472"/>
|
|
|
+ </scene>
|
|
|
+ <!--Add Group LabelVC-->
|
|
|
+ <scene sceneID="w4K-Pf-mJX">
|
|
|
+ <objects>
|
|
|
+ <viewController storyboardIdentifier="AddGroupLabelVC" id="d54-RM-4ZA" customClass="AddGroupLabelVC" sceneMemberID="viewController">
|
|
|
+ <view key="view" contentMode="scaleToFill" id="1Nk-kG-I5O">
|
|
|
+ <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="ib3-8O-SEB" customClass="WQNavigationBar">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
|
|
|
+ <subviews>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="imb-rS-S7h">
|
|
|
+ <rect key="frame" x="0.0" y="63.666666666666664" width="414" height="0.3333333333333357"/>
|
|
|
+ <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="0.5" id="cVV-Nm-sTV"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Orb-LS-vmu">
|
|
|
+ <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="0ki-Ld-diX">
|
|
|
+ <rect key="frame" x="354" y="0.0" width="60" height="44"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="60" id="RTa-fg-vx3"/>
|
|
|
+ </constraints>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="15"/>
|
|
|
+ <state key="normal" title="完成">
|
|
|
+ <color key="titleColor" red="0.22352941176470587" green="0.47450980392156861" blue="0.82745098039215681" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ </state>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="44" id="I7a-as-FGe"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="0ki-Ld-diX" secondAttribute="trailing" id="IzJ-NV-YjG"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="0ki-Ld-diX" secondAttribute="bottom" id="RTs-8v-1d3"/>
|
|
|
+ <constraint firstItem="0ki-Ld-diX" firstAttribute="top" secondItem="Orb-LS-vmu" secondAttribute="top" id="pd9-WA-n5S"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="imb-rS-S7h" secondAttribute="bottom" id="Lo3-9R-jzL"/>
|
|
|
+ <constraint firstItem="Orb-LS-vmu" firstAttribute="leading" secondItem="ib3-8O-SEB" secondAttribute="leading" id="R3Y-Q0-au8"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="Orb-LS-vmu" secondAttribute="bottom" id="SVc-mN-y8M"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="imb-rS-S7h" secondAttribute="trailing" id="WnG-MJ-axf"/>
|
|
|
+ <constraint firstItem="Orb-LS-vmu" firstAttribute="trailing" secondItem="ib3-8O-SEB" secondAttribute="trailing" id="gzG-4H-NoC"/>
|
|
|
+ <constraint firstItem="imb-rS-S7h" firstAttribute="leading" secondItem="ib3-8O-SEB" secondAttribute="leading" id="l9t-TW-XPS"/>
|
|
|
+ <constraint firstAttribute="height" constant="64" id="u00-aS-Cr9"/>
|
|
|
+ </constraints>
|
|
|
+ <connections>
|
|
|
+ <outlet property="height" destination="u00-aS-Cr9" id="h5d-rp-oZB"/>
|
|
|
+ </connections>
|
|
|
+ </view>
|
|
|
+ <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="hjI-2y-AeD">
|
|
|
+ <rect key="frame" x="0.0" y="114" width="414" height="622"/>
|
|
|
+ <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
|
|
+ <collectionViewFlowLayout key="collectionViewLayout" automaticEstimatedItemSize="YES" minimumLineSpacing="10" minimumInteritemSpacing="10" id="Lp9-Ov-3wI">
|
|
|
+ <size key="itemSize" width="50" height="50"/>
|
|
|
+ <size key="headerReferenceSize" width="0.0" height="0.0"/>
|
|
|
+ <size key="footerReferenceSize" width="0.0" height="0.0"/>
|
|
|
+ <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
|
|
|
+ </collectionViewFlowLayout>
|
|
|
+ <cells>
|
|
|
+ <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="U0J-Yv-wLI">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="bhl-Oc-QUX">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
|
|
|
+ <autoresizingMask key="autoresizingMask"/>
|
|
|
+ </collectionViewCellContentView>
|
|
|
+ </collectionViewCell>
|
|
|
+ </cells>
|
|
|
+ </collectionView>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oxo-Me-JTw">
|
|
|
+ <rect key="frame" x="0.0" y="64" width="414" height="50"/>
|
|
|
+ <subviews>
|
|
|
+ <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入新标签" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="7sf-DY-I70">
|
|
|
+ <rect key="frame" x="15" y="5" width="324" height="40"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="40" id="nAg-tj-RcU"/>
|
|
|
+ </constraints>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="16"/>
|
|
|
+ <textInputTraits key="textInputTraits"/>
|
|
|
+ </textField>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tGU-e8-Cmx">
|
|
|
+ <rect key="frame" x="0.0" y="49.666666666666671" width="414" height="0.3333333333333357"/>
|
|
|
+ <color key="backgroundColor" red="0.91764705882352937" green="0.91764705882352937" blue="0.91764705882352937" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="0.5" id="gZ4-TK-66K"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QWV-nq-B4k">
|
|
|
+ <rect key="frame" x="354" y="14.666666666666671" width="45" height="21"/>
|
|
|
+ <color key="backgroundColor" red="0.22352941176470587" green="0.47450980392156861" blue="0.82745098039215681" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="21" id="2dg-mk-2js"/>
|
|
|
+ <constraint firstAttribute="width" constant="45" id="sFV-r4-8mh"/>
|
|
|
+ </constraints>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <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="3"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
|
|
|
+ </userDefinedRuntimeAttributes>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="QWV-nq-B4k" secondAttribute="trailing" constant="15" id="1WU-zk-97F"/>
|
|
|
+ <constraint firstItem="tGU-e8-Cmx" firstAttribute="leading" secondItem="oxo-Me-JTw" secondAttribute="leading" id="2yY-Nb-UhL"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="tGU-e8-Cmx" secondAttribute="bottom" id="5s1-cj-rCc"/>
|
|
|
+ <constraint firstItem="7sf-DY-I70" firstAttribute="centerY" secondItem="oxo-Me-JTw" secondAttribute="centerY" id="B6k-Od-J4k"/>
|
|
|
+ <constraint firstItem="7sf-DY-I70" firstAttribute="leading" secondItem="oxo-Me-JTw" secondAttribute="leading" constant="15" id="C5J-X4-dbP"/>
|
|
|
+ <constraint firstAttribute="height" constant="50" id="F85-yG-HsP"/>
|
|
|
+ <constraint firstItem="QWV-nq-B4k" firstAttribute="leading" secondItem="7sf-DY-I70" secondAttribute="trailing" constant="15" id="Nkv-lV-llb"/>
|
|
|
+ <constraint firstItem="QWV-nq-B4k" firstAttribute="centerY" secondItem="oxo-Me-JTw" secondAttribute="centerY" id="TjM-Wx-eyF"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="tGU-e8-Cmx" secondAttribute="trailing" id="YGU-sm-Tej"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" red="0.94117647059999998" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="7oA-cT-CfD" firstAttribute="trailing" secondItem="hjI-2y-AeD" secondAttribute="trailing" id="4mn-7Z-EBy"/>
|
|
|
+ <constraint firstItem="ib3-8O-SEB" firstAttribute="leading" secondItem="7oA-cT-CfD" secondAttribute="leading" id="5fU-1R-YoZ"/>
|
|
|
+ <constraint firstItem="hjI-2y-AeD" firstAttribute="leading" secondItem="7oA-cT-CfD" secondAttribute="leading" id="Dof-21-QAg"/>
|
|
|
+ <constraint firstItem="ib3-8O-SEB" firstAttribute="trailing" secondItem="7oA-cT-CfD" secondAttribute="trailing" id="EML-iH-VCe"/>
|
|
|
+ <constraint firstItem="7oA-cT-CfD" firstAttribute="bottom" secondItem="hjI-2y-AeD" secondAttribute="bottom" id="KIm-B5-XNU"/>
|
|
|
+ <constraint firstItem="oxo-Me-JTw" firstAttribute="top" secondItem="ib3-8O-SEB" secondAttribute="bottom" id="SVL-xk-wYK"/>
|
|
|
+ <constraint firstItem="oxo-Me-JTw" firstAttribute="leading" secondItem="7oA-cT-CfD" secondAttribute="leading" id="dPx-H0-oEz"/>
|
|
|
+ <constraint firstItem="7oA-cT-CfD" firstAttribute="trailing" secondItem="oxo-Me-JTw" secondAttribute="trailing" id="dsO-FP-NaS"/>
|
|
|
+ <constraint firstItem="ib3-8O-SEB" firstAttribute="top" secondItem="1Nk-kG-I5O" secondAttribute="top" id="iYQ-2a-VR8"/>
|
|
|
+ <constraint firstItem="hjI-2y-AeD" firstAttribute="top" secondItem="oxo-Me-JTw" secondAttribute="bottom" id="jg5-R9-nlx"/>
|
|
|
+ </constraints>
|
|
|
+ <viewLayoutGuide key="safeArea" id="7oA-cT-CfD"/>
|
|
|
+ </view>
|
|
|
+ <navigationItem key="navigationItem" id="fEb-EY-f8x"/>
|
|
|
+ <connections>
|
|
|
+ <outlet property="addBtn" destination="QWV-nq-B4k" id="xGz-LY-VWY"/>
|
|
|
+ <outlet property="collectionView" destination="hjI-2y-AeD" id="kdm-kA-0AO"/>
|
|
|
+ <outlet property="doneBtn" destination="0ki-Ld-diX" id="P5e-7t-I4D"/>
|
|
|
+ <outlet property="textField" destination="7sf-DY-I70" id="aSq-1v-iHZ"/>
|
|
|
+ </connections>
|
|
|
+ </viewController>
|
|
|
+ <placeholder placeholderIdentifier="IBFirstResponder" id="7il-OZ-S4m" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
|
+ </objects>
|
|
|
+ <point key="canvasLocation" x="598.55072463768124" y="1469.8369565217392"/>
|
|
|
+ </scene>
|
|
|
</scenes>
|
|
|
<resources>
|
|
|
+ <image name="Common_set" width="20" height="20"/>
|
|
|
<image name="back_black_icon" width="11" height="20"/>
|
|
|
<image name="chatmsg_detailchat_more_icon" width="18" height="4"/>
|
|
|
<image name="chatmsg_icon_circleAdd" width="21" height="21"/>
|