123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="217" id="KGk-i7-Jjw" customClass="PersonListCell" customModule="O2Platform" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="358" height="217"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="358" height="217"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="参会人员" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lnH-CK-9RK">
- <rect key="frame" x="16" y="8" width="70" height="33"/>
- <constraints>
- <constraint firstAttribute="width" constant="70" id="08s-QG-rSk"/>
- </constraints>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="17"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="2OX-iE-NTe">
- <rect key="frame" x="16" y="49" width="326" height="160"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="height" constant="160" id="XoV-hT-rK0"/>
- </constraints>
- <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="gq1-cb-093">
- <size key="itemSize" width="128" height="128"/>
- <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>
- </collectionView>
- <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="ovF-y1-JL7">
- <rect key="frame" x="203" y="8" width="150" height="0.0"/>
- <subviews>
- <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kuV-Uq-7xO">
- <rect key="frame" x="150" y="0.0" width="0.0" height="29"/>
- <color key="backgroundColor" systemColor="linkColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <state key="normal" title="接受邀请">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="acceptAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="i3G-dO-7cR"/>
- </connections>
- </button>
- <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="be9-f6-VLd">
- <rect key="frame" x="150" y="0.0" width="0.0" height="29"/>
- <color key="backgroundColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <state key="normal" title="拒绝邀请">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="rejectAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="mF8-eq-4s7"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstAttribute="width" constant="150" id="Bqh-cs-1EW"/>
- </constraints>
- </stackView>
- </subviews>
- <constraints>
- <constraint firstItem="ovF-y1-JL7" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="4bi-ji-x4a"/>
- <constraint firstAttribute="trailing" secondItem="ovF-y1-JL7" secondAttribute="trailing" constant="5" id="SHq-x9-674"/>
- <constraint firstAttribute="bottom" secondItem="2OX-iE-NTe" secondAttribute="bottom" constant="8" id="d06-9u-nAw"/>
- <constraint firstItem="lnH-CK-9RK" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="oGa-wz-cAK"/>
- <constraint firstItem="lnH-CK-9RK" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="rvU-uX-RMg"/>
- <constraint firstAttribute="trailing" secondItem="2OX-iE-NTe" secondAttribute="trailing" constant="16" id="uhU-op-V59"/>
- <constraint firstItem="2OX-iE-NTe" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="utH-QP-4sn"/>
- <constraint firstItem="2OX-iE-NTe" firstAttribute="top" secondItem="lnH-CK-9RK" secondAttribute="bottom" constant="8" id="w3M-sB-0gU"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="acceptBtn" destination="kuV-Uq-7xO" id="UqA-fA-Y0U"/>
- <outlet property="cellTitle" destination="lnH-CK-9RK" id="rQt-0v-XEp"/>
- <outlet property="personsView" destination="2OX-iE-NTe" id="a9z-hW-BjQ"/>
- <outlet property="rejectBtn" destination="be9-f6-VLd" id="vIT-3E-6Pz"/>
- </connections>
- <point key="canvasLocation" x="52.173913043478265" y="210.60267857142856"/>
- </tableViewCell>
- </objects>
- <resources>
- <systemColor name="linkColor">
- <color red="0.0" green="0.47843137254901963" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </systemColor>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|