|
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"> |
3 | | - <device id="retina6_1" orientation="portrait" appearance="light"/> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
| 3 | + <device id="retina3_5" 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="17125"/> |
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> |
|
13 | 14 | <objects> |
14 | 15 | <viewController storyboardIdentifier="EntryViewController" id="O0d-ef-mTa" customClass="PrecallTestEntry" customModule="APIExample" customModuleProvider="target" sceneMemberID="viewController"> |
15 | 16 | <view key="view" contentMode="scaleToFill" id="iRI-aA-06F"> |
16 | | - <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
| 17 | + <rect key="frame" x="0.0" y="0.0" width="320" height="480"/> |
17 | 18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
18 | 19 | <subviews> |
19 | 20 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Lastmile Network Pretest" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3PN-IA-Upy"> |
20 | | - <rect key="frame" x="20" y="64" width="202" height="20.5"/> |
| 21 | + <rect key="frame" x="20" y="20" width="201" height="20.5"/> |
21 | 22 | <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/> |
22 | 23 | <nil key="textColor"/> |
23 | 24 | <nil key="highlightedColor"/> |
24 | 25 | </label> |
25 | | - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="CVA-Q1-OGl"> |
26 | | - <rect key="frame" x="20" y="104.5" width="34" height="30"/> |
| 26 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="CVA-Q1-OGl"> |
| 27 | + <rect key="frame" x="20" y="60.5" width="34" height="30"/> |
27 | 28 | <state key="normal" title="Start"/> |
28 | 29 | <connections> |
29 | 30 | <action selector="doLastmileTestWithSender:" destination="O0d-ef-mTa" eventType="touchUpInside" id="k1D-tr-V3t"/> |
30 | 31 | </connections> |
31 | 32 | </button> |
32 | 33 | <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" style="medium" translatesAutoresizingMaskIntoConstraints="NO" id="Odz-6H-f51"> |
33 | | - <rect key="frame" x="230" y="64.5" width="20" height="20"/> |
| 34 | + <rect key="frame" x="229" y="20.5" width="20" height="20"/> |
34 | 35 | </activityIndicatorView> |
35 | 36 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Echo Pretest" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="e83-fp-COE"> |
36 | | - <rect key="frame" x="20" y="194.5" width="102" height="21"/> |
| 37 | + <rect key="frame" x="20" y="150.5" width="102" height="21"/> |
37 | 38 | <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/> |
38 | 39 | <nil key="textColor"/> |
39 | 40 | <nil key="highlightedColor"/> |
40 | 41 | </label> |
41 | | - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eol-rm-UUy"> |
42 | | - <rect key="frame" x="20" y="235.5" width="34" height="30"/> |
| 42 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eol-rm-UUy"> |
| 43 | + <rect key="frame" x="20" y="191.5" width="34" height="30"/> |
43 | 44 | <state key="normal" title="Start"/> |
44 | 45 | <connections> |
45 | 46 | <action selector="doEchoTestWithSender:" destination="O0d-ef-mTa" eventType="touchUpInside" id="9Lu-JC-BrL"/> |
46 | 47 | </connections> |
47 | 48 | </button> |
48 | 49 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LZ3-DO-CNP"> |
49 | | - <rect key="frame" x="20" y="154.5" width="0.0" height="0.0"/> |
| 50 | + <rect key="frame" x="20" y="110.5" width="0.0" height="0.0"/> |
50 | 51 | <fontDescription key="fontDescription" type="system" pointSize="14"/> |
51 | 52 | <nil key="textColor"/> |
52 | 53 | <nil key="highlightedColor"/> |
53 | 54 | </label> |
54 | 55 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Udp-zb-AZc"> |
55 | | - <rect key="frame" x="20" y="174.5" width="0.0" height="0.0"/> |
| 56 | + <rect key="frame" x="20" y="130.5" width="0.0" height="0.0"/> |
56 | 57 | <fontDescription key="fontDescription" type="system" pointSize="14"/> |
57 | 58 | <nil key="textColor"/> |
58 | 59 | <nil key="highlightedColor"/> |
59 | 60 | </label> |
60 | 61 | <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3R4-HR-irZ"> |
61 | | - <rect key="frame" x="0.0" y="44" width="414" height="818"/> |
| 62 | + <rect key="frame" x="0.0" y="0.0" width="320" height="480"/> |
62 | 63 | <subviews> |
63 | 64 | <view alpha="0.5" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QIO-fA-jG2"> |
64 | | - <rect key="frame" x="0.0" y="0.0" width="414" height="818"/> |
65 | | - <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
| 65 | + <rect key="frame" x="0.0" y="0.0" width="320" height="480"/> |
| 66 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
66 | 67 | </view> |
67 | 68 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="10" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="caY-D3-ysY"> |
68 | | - <rect key="frame" x="186" y="336" width="42" height="43"/> |
| 69 | + <rect key="frame" x="139" y="167" width="42" height="43"/> |
69 | 70 | <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/> |
70 | 71 | <nil key="textColor"/> |
71 | 72 | <nil key="highlightedColor"/> |
72 | 73 | </label> |
73 | 74 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Please say something.." lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tFL-Md-flt"> |
74 | | - <rect key="frame" x="120.5" y="399" width="173" height="20.5"/> |
| 75 | + <rect key="frame" x="74" y="230" width="172" height="20.5"/> |
75 | 76 | <fontDescription key="fontDescription" type="system" weight="light" pointSize="17"/> |
76 | 77 | <nil key="textColor"/> |
77 | 78 | <nil key="highlightedColor"/> |
|
90 | 91 | </constraints> |
91 | 92 | </view> |
92 | 93 | <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="faj-S3-G1d"> |
93 | | - <rect key="frame" x="0.0" y="44" width="414" height="818"/> |
| 94 | + <rect key="frame" x="0.0" y="0.0" width="320" height="480"/> |
94 | 95 | <subviews> |
95 | 96 | <view alpha="0.5" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="b5t-l6-bjQ"> |
96 | | - <rect key="frame" x="0.0" y="0.0" width="414" height="818"/> |
97 | | - <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
| 97 | + <rect key="frame" x="0.0" y="0.0" width="320" height="480"/> |
| 98 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
98 | 99 | </view> |
99 | 100 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="10" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4WV-kQ-0aJ"> |
100 | | - <rect key="frame" x="186" y="336" width="42" height="43"/> |
| 101 | + <rect key="frame" x="139" y="167" width="42" height="43"/> |
101 | 102 | <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/> |
102 | 103 | <nil key="textColor"/> |
103 | 104 | <nil key="highlightedColor"/> |
104 | 105 | </label> |
105 | 106 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Now you should hear what you said..." lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MdV-HB-V93"> |
106 | | - <rect key="frame" x="67.5" y="399" width="279.5" height="20.5"/> |
| 107 | + <rect key="frame" x="21" y="230" width="278.5" height="20.5"/> |
107 | 108 | <fontDescription key="fontDescription" type="system" weight="light" pointSize="17"/> |
108 | 109 | <nil key="textColor"/> |
109 | 110 | <nil key="highlightedColor"/> |
|
122 | 123 | </constraints> |
123 | 124 | </view> |
124 | 125 | </subviews> |
125 | | - <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
| 126 | + <viewLayoutGuide key="safeArea" id="wDs-Gr-g1S"/> |
| 127 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
126 | 128 | <constraints> |
127 | 129 | <constraint firstItem="Odz-6H-f51" firstAttribute="centerY" secondItem="3PN-IA-Upy" secondAttribute="centerY" id="0gm-rm-4Wk"/> |
128 | 130 | <constraint firstItem="3R4-HR-irZ" firstAttribute="top" secondItem="wDs-Gr-g1S" secondAttribute="top" id="5bj-mU-wBU"/> |
|
147 | 149 | <constraint firstItem="3PN-IA-Upy" firstAttribute="top" secondItem="wDs-Gr-g1S" secondAttribute="top" constant="20" id="vrN-m6-unb"/> |
148 | 150 | <constraint firstItem="LZ3-DO-CNP" firstAttribute="top" secondItem="CVA-Q1-OGl" secondAttribute="bottom" constant="20" id="zIU-Si-jbb"/> |
149 | 151 | </constraints> |
150 | | - <viewLayoutGuide key="safeArea" id="wDs-Gr-g1S"/> |
151 | 152 | </view> |
152 | 153 | <connections> |
153 | 154 | <outlet property="echoTestCountDownLabel" destination="caY-D3-ysY" id="FrL-cP-Dki"/> |
|
165 | 166 | <point key="canvasLocation" x="2244.927536231884" y="930.80357142857133"/> |
166 | 167 | </scene> |
167 | 168 | </scenes> |
| 169 | + <resources> |
| 170 | + <systemColor name="systemBackgroundColor"> |
| 171 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 172 | + </systemColor> |
| 173 | + </resources> |
168 | 174 | </document> |
0 commit comments