| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
- <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="TCVideoJoinViewController">
- <connections>
- <outlet property="confirmButton" destination="Elo-Gq-dp5" id="OqP-aH-NSF"/>
- <outlet property="tableView" destination="gUN-c5-c57" id="hyy-oq-rZw"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="375" height="603"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="grouped" separatorStyle="default" rowHeight="75" sectionHeaderHeight="18" sectionFooterHeight="18" translatesAutoresizingMaskIntoConstraints="NO" id="gUN-c5-c57">
- <rect key="frame" x="0.0" y="0.0" width="375" height="548"/>
- <color key="backgroundColor" red="0.93323183059692383" green="0.9333917498588562" blue="0.93322181701660156" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </tableView>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Elo-Gq-dp5">
- <rect key="frame" x="15" y="553" width="345" height="40"/>
- <color key="backgroundColor" red="0.9973786473274231" green="0.34667018055915833" blue="0.29991146922111511" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="Qvw-ho-pGK"/>
- </constraints>
- <state key="normal" title="确定"/>
- <connections>
- <action selector="preview:" destination="-1" eventType="touchUpInside" id="qys-xv-lmD"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.93323183059692383" green="0.9333917498588562" blue="0.93322181701660156" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="bottomMargin" secondItem="Elo-Gq-dp5" secondAttribute="bottom" constant="10" id="1Uk-1r-MxL"/>
- <constraint firstItem="gUN-c5-c57" firstAttribute="width" secondItem="i5M-Pr-FkT" secondAttribute="width" id="70F-Hk-Mqd"/>
- <constraint firstItem="gUN-c5-c57" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="HqB-zw-ba6"/>
- <constraint firstAttribute="trailing" secondItem="Elo-Gq-dp5" secondAttribute="trailing" constant="15" id="TmM-4t-sx4"/>
- <constraint firstItem="gUN-c5-c57" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="cRQ-KG-6dy"/>
- <constraint firstItem="Elo-Gq-dp5" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="15" id="tvc-bK-ZkN"/>
- <constraint firstItem="Elo-Gq-dp5" firstAttribute="top" secondItem="gUN-c5-c57" secondAttribute="bottom" constant="5" id="yqU-6q-AYr"/>
- </constraints>
- <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" translucent="NO" prompted="NO"/>
- <point key="canvasLocation" x="-150" y="-246"/>
- </view>
- </objects>
- </document>
|