|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
| 3 | + <device id="retina6_1" orientation="portrait" appearance="light"/> |
| 4 | + <dependencies> |
| 5 | + <deployment identifier="iOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/> |
| 7 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 8 | + <capability name="System colors in document resources" minToolsVersion="11.0"/> |
| 9 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 10 | + </dependencies> |
| 11 | + <scenes> |
| 12 | + <!--Content Inspect View Controller--> |
| 13 | + <scene sceneID="s0d-6b-0kx"> |
| 14 | + <objects> |
| 15 | + <viewController storyboardIdentifier="ContentInspect" id="Y6W-OH-hqX" customClass="ContentInspectViewController" customModule="APIExample" customModuleProvider="target" sceneMemberID="viewController"> |
| 16 | + <view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc"> |
| 17 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
| 18 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 19 | + <subviews> |
| 20 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zSG-kO-G9c"> |
| 21 | + <rect key="frame" x="0.0" y="44" width="414" height="852"/> |
| 22 | + <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 23 | + </view> |
| 24 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Use the camera point to picture and check content inspect effect" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9PU-6P-kJP"> |
| 25 | + <rect key="frame" x="0.0" y="44" width="414" height="36"/> |
| 26 | + <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.29999999999999999" colorSpace="custom" customColorSpace="calibratedRGB"/> |
| 27 | + <constraints> |
| 28 | + <constraint firstAttribute="height" relation="lessThanOrEqual" constant="45" id="QAp-j8-FjT"/> |
| 29 | + </constraints> |
| 30 | + <fontDescription key="fontDescription" type="system" pointSize="15"/> |
| 31 | + <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
| 32 | + <nil key="highlightedColor"/> |
| 33 | + </label> |
| 34 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Bcn-3s-hFS"> |
| 35 | + <rect key="frame" x="0.0" y="80" width="414" height="25"/> |
| 36 | + <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.29999999999999999" colorSpace="custom" customColorSpace="calibratedRGB"/> |
| 37 | + <constraints> |
| 38 | + <constraint firstAttribute="height" constant="25" id="fIs-nQ-YDD"/> |
| 39 | + </constraints> |
| 40 | + <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/> |
| 41 | + <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
| 42 | + <nil key="highlightedColor"/> |
| 43 | + </label> |
| 44 | + </subviews> |
| 45 | + <viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/> |
| 46 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 47 | + <constraints> |
| 48 | + <constraint firstItem="9PU-6P-kJP" firstAttribute="leading" secondItem="vDu-zF-Fre" secondAttribute="leading" id="9Iw-il-Tbu"/> |
| 49 | + <constraint firstItem="zSG-kO-G9c" firstAttribute="leading" secondItem="vDu-zF-Fre" secondAttribute="leading" id="D4L-Mh-wNP"/> |
| 50 | + <constraint firstItem="zSG-kO-G9c" firstAttribute="top" secondItem="vDu-zF-Fre" secondAttribute="top" id="H1P-Zt-4hi"/> |
| 51 | + <constraint firstAttribute="bottom" secondItem="zSG-kO-G9c" secondAttribute="bottom" id="Lk3-zF-P0z"/> |
| 52 | + <constraint firstItem="Bcn-3s-hFS" firstAttribute="top" secondItem="9PU-6P-kJP" secondAttribute="bottom" id="VBN-4D-0Qg"/> |
| 53 | + <constraint firstItem="vDu-zF-Fre" firstAttribute="trailing" secondItem="zSG-kO-G9c" secondAttribute="trailing" id="dCl-fi-VYv"/> |
| 54 | + <constraint firstItem="9PU-6P-kJP" firstAttribute="top" secondItem="vDu-zF-Fre" secondAttribute="top" id="fxa-E3-09m"/> |
| 55 | + <constraint firstItem="9PU-6P-kJP" firstAttribute="trailing" secondItem="vDu-zF-Fre" secondAttribute="trailing" id="j9T-Cu-6MY"/> |
| 56 | + <constraint firstItem="Bcn-3s-hFS" firstAttribute="leading" secondItem="vDu-zF-Fre" secondAttribute="leading" id="x1X-2R-v7i"/> |
| 57 | + <constraint firstItem="Bcn-3s-hFS" firstAttribute="trailing" secondItem="vDu-zF-Fre" secondAttribute="trailing" id="x38-6W-3FI"/> |
| 58 | + </constraints> |
| 59 | + </view> |
| 60 | + <connections> |
| 61 | + <outlet property="inspectResultLabel" destination="Bcn-3s-hFS" id="F80-LZ-txO"/> |
| 62 | + <outlet property="localVideoView" destination="zSG-kO-G9c" id="5JS-tk-n1y"/> |
| 63 | + </connections> |
| 64 | + </viewController> |
| 65 | + <placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
| 66 | + </objects> |
| 67 | + <point key="canvasLocation" x="11.594202898550726" y="52.901785714285715"/> |
| 68 | + </scene> |
| 69 | + <!--Content Inspect Entry View Controller--> |
| 70 | + <scene sceneID="7XO-s2-Kxb"> |
| 71 | + <objects> |
| 72 | + <viewController storyboardIdentifier="EntryViewController" id="cNN-hM-nB5" customClass="ContentInspectEntryViewController" customModule="APIExample" customModuleProvider="target" sceneMemberID="viewController"> |
| 73 | + <view key="view" contentMode="scaleToFill" id="CBy-yV-nJM"> |
| 74 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
| 75 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 76 | + <subviews> |
| 77 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="h3Z-AE-u7E"> |
| 78 | + <rect key="frame" x="20" y="293.5" width="374" height="138"/> |
| 79 | + <subviews> |
| 80 | + <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Enter channel name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="PmB-t9-yOK" userLabel="channelName"> |
| 81 | + <rect key="frame" x="37.5" y="20" width="299" height="34"/> |
| 82 | + <fontDescription key="fontDescription" type="system" pointSize="14"/> |
| 83 | + <textInputTraits key="textInputTraits" keyboardType="alphabet"/> |
| 84 | + </textField> |
| 85 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Nsf-MZ-fEg" userLabel="joinBtn"> |
| 86 | + <rect key="frame" x="172" y="74" width="30" height="30"/> |
| 87 | + <state key="normal" title="Join"/> |
| 88 | + <connections> |
| 89 | + <action selector="joinBtnClickedWithSender:" destination="cNN-hM-nB5" eventType="touchUpInside" id="D3e-lO-CPD"/> |
| 90 | + </connections> |
| 91 | + </button> |
| 92 | + </subviews> |
| 93 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 94 | + <constraints> |
| 95 | + <constraint firstItem="PmB-t9-yOK" firstAttribute="top" secondItem="h3Z-AE-u7E" secondAttribute="top" constant="20" id="3bE-bk-FVd"/> |
| 96 | + <constraint firstItem="PmB-t9-yOK" firstAttribute="centerX" secondItem="h3Z-AE-u7E" secondAttribute="centerX" id="5an-1g-tHf"/> |
| 97 | + <constraint firstItem="Nsf-MZ-fEg" firstAttribute="top" secondItem="PmB-t9-yOK" secondAttribute="bottom" constant="20" id="NM7-ud-kUq"/> |
| 98 | + <constraint firstItem="Nsf-MZ-fEg" firstAttribute="centerX" secondItem="PmB-t9-yOK" secondAttribute="centerX" id="P59-JG-ifj"/> |
| 99 | + <constraint firstAttribute="bottom" secondItem="Nsf-MZ-fEg" secondAttribute="bottom" constant="34" id="Rii-v6-dox"/> |
| 100 | + <constraint firstItem="PmB-t9-yOK" firstAttribute="width" secondItem="h3Z-AE-u7E" secondAttribute="width" multiplier="0.8" id="ojG-dR-aTc"/> |
| 101 | + </constraints> |
| 102 | + </view> |
| 103 | + </subviews> |
| 104 | + <viewLayoutGuide key="safeArea" id="BPU-mi-sd8"/> |
| 105 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 106 | + <constraints> |
| 107 | + <constraint firstItem="h3Z-AE-u7E" firstAttribute="centerY" secondItem="BPU-mi-sd8" secondAttribute="centerY" multiplier="0.8" id="99M-Ih-u6f"/> |
| 108 | + <constraint firstItem="h3Z-AE-u7E" firstAttribute="leading" secondItem="BPU-mi-sd8" secondAttribute="leading" constant="20" id="AGq-O4-D4j"/> |
| 109 | + <constraint firstItem="BPU-mi-sd8" firstAttribute="trailing" secondItem="h3Z-AE-u7E" secondAttribute="trailing" constant="20" id="oWd-fU-qLA"/> |
| 110 | + </constraints> |
| 111 | + </view> |
| 112 | + <connections> |
| 113 | + <outlet property="channelTextField" destination="PmB-t9-yOK" id="yyi-zU-Lox"/> |
| 114 | + </connections> |
| 115 | + </viewController> |
| 116 | + <placeholder placeholderIdentifier="IBFirstResponder" id="4ly-c9-nRm" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
| 117 | + </objects> |
| 118 | + <point key="canvasLocation" x="-804" y="60"/> |
| 119 | + </scene> |
| 120 | + </scenes> |
| 121 | + <resources> |
| 122 | + <systemColor name="systemBackgroundColor"> |
| 123 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 124 | + </systemColor> |
| 125 | + </resources> |
| 126 | +</document> |
0 commit comments