|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19162" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
3 | 3 | <device id="retina6_1" orientation="portrait" appearance="light"/> |
4 | 4 | <dependencies> |
5 | 5 | <deployment identifier="iOS"/> |
6 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19144"/> |
7 | 7 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 8 | + <capability name="System colors in document resources" minToolsVersion="11.0"/> |
8 | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
9 | 10 | </dependencies> |
10 | 11 | <scenes> |
|
24 | 25 | <fontDescription key="fontDescription" type="system" pointSize="14"/> |
25 | 26 | <textInputTraits key="textInputTraits"/> |
26 | 27 | </textField> |
27 | | - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kbN-ZR-nNn" userLabel="joinBtn"> |
| 28 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kbN-ZR-nNn" userLabel="joinBtn"> |
28 | 29 | <rect key="frame" x="172" y="74" width="30" height="30"/> |
29 | 30 | <state key="normal" title="Join"/> |
30 | 31 | <connections> |
31 | 32 | <action selector="doJoinPressedWithSender:" destination="O0d-ef-mTa" eventType="touchUpInside" id="pdy-Tj-ycl"/> |
32 | 33 | </connections> |
33 | 34 | </button> |
34 | 35 | </subviews> |
35 | | - <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
| 36 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
36 | 37 | <constraints> |
37 | 38 | <constraint firstItem="kbN-ZR-nNn" firstAttribute="centerX" secondItem="GWc-L5-fZV" secondAttribute="centerX" id="B5x-LS-GFH"/> |
38 | 39 | <constraint firstItem="kbN-ZR-nNn" firstAttribute="top" secondItem="GWc-L5-fZV" secondAttribute="bottom" constant="20" id="LVQ-Cs-yOU"/> |
|
43 | 44 | </constraints> |
44 | 45 | </view> |
45 | 46 | </subviews> |
46 | | - <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
| 47 | + <viewLayoutGuide key="safeArea" id="wDs-Gr-g1S"/> |
| 48 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
47 | 49 | <constraints> |
48 | 50 | <constraint firstItem="UzG-zY-iSA" firstAttribute="centerY" secondItem="wDs-Gr-g1S" secondAttribute="centerY" multiplier="0.8" id="8bT-wH-NDK"/> |
49 | 51 | <constraint firstItem="UzG-zY-iSA" firstAttribute="leading" secondItem="wDs-Gr-g1S" secondAttribute="leading" constant="20" id="BQh-SU-OA6"/> |
50 | 52 | <constraint firstItem="wDs-Gr-g1S" firstAttribute="trailing" secondItem="UzG-zY-iSA" secondAttribute="trailing" constant="20" id="gHu-5I-6Gb"/> |
51 | 53 | </constraints> |
52 | | - <viewLayoutGuide key="safeArea" id="wDs-Gr-g1S"/> |
53 | 54 | </view> |
54 | 55 | <connections> |
55 | 56 | <outlet property="channelTextField" destination="GWc-L5-fZV" id="xDy-ai-JdS"/> |
|
70 | 71 | <subviews> |
71 | 72 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Dhe-dP-S21" customClass="AGEVideoContainer" customModule="AGEVideoLayout"> |
72 | 73 | <rect key="frame" x="0.0" y="44" width="414" height="233"/> |
73 | | - <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
| 74 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
74 | 75 | <constraints> |
75 | 76 | <constraint firstAttribute="width" secondItem="Dhe-dP-S21" secondAttribute="height" multiplier="16:9" id="zvH-0k-xq5"/> |
76 | 77 | </constraints> |
77 | 78 | </view> |
78 | 79 | </subviews> |
79 | | - <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
| 80 | + <viewLayoutGuide key="safeArea" id="sNP-3V-smz"/> |
| 81 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
80 | 82 | <constraints> |
81 | 83 | <constraint firstItem="sNP-3V-smz" firstAttribute="trailing" secondItem="Dhe-dP-S21" secondAttribute="trailing" id="JFK-11-DEk"/> |
82 | 84 | <constraint firstItem="Dhe-dP-S21" firstAttribute="top" secondItem="sNP-3V-smz" secondAttribute="top" id="cXZ-dI-sqt"/> |
83 | 85 | <constraint firstItem="Dhe-dP-S21" firstAttribute="leading" secondItem="sNP-3V-smz" secondAttribute="leading" id="mnA-US-hxx"/> |
84 | 86 | </constraints> |
85 | | - <viewLayoutGuide key="safeArea" id="sNP-3V-smz"/> |
86 | 87 | </view> |
87 | 88 | <navigationItem key="navigationItem" title="Join Channel" id="a4k-1t-KLv"/> |
88 | 89 | <connections> |
|
94 | 95 | <point key="canvasLocation" x="118.84057971014494" y="930.80357142857133"/> |
95 | 96 | </scene> |
96 | 97 | </scenes> |
| 98 | + <resources> |
| 99 | + <systemColor name="systemBackgroundColor"> |
| 100 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 101 | + </systemColor> |
| 102 | + </resources> |
97 | 103 | </document> |
0 commit comments