TCVideoJoinViewController.xib 4.4 KB

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