|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" systemVersion="17A277" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 3 | + <device id="retina4_7" orientation="portrait"> |
| 4 | + <adaptation id="fullscreen"/> |
| 5 | + </device> |
3 | 6 | <dependencies> |
4 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/> |
| 7 | + <deployment identifier="iOS"/> |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/> |
5 | 9 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
6 | 10 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
7 | 11 | </dependencies> |
8 | 12 | <scenes> |
9 | 13 | <!--View Controller--> |
10 | 14 | <scene sceneID="tne-QT-ifu"> |
11 | 15 | <objects> |
12 | | - <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="" sceneMemberID="viewController"> |
| 16 | + <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController"> |
13 | 17 | <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
14 | 18 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
15 | 19 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 20 | + <subviews> |
| 21 | + <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="Sb3-SW-kcm"> |
| 22 | + <rect key="frame" x="20" y="60" width="335" height="0.0"/> |
| 23 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 24 | + <nil key="textColor"/> |
| 25 | + <nil key="highlightedColor"/> |
| 26 | + </label> |
| 27 | + </subviews> |
16 | 28 | <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 29 | + <constraints> |
| 30 | + <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="Sb3-SW-kcm" secondAttribute="trailing" constant="20" id="927-59-TjO"/> |
| 31 | + <constraint firstItem="Sb3-SW-kcm" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="20" id="E1C-Vq-uHx"/> |
| 32 | + <constraint firstItem="Sb3-SW-kcm" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="40" id="zzh-BJ-wmr"/> |
| 33 | + </constraints> |
17 | 34 | <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> |
18 | 35 | </view> |
| 36 | + <connections> |
| 37 | + <outlet property="label" destination="Sb3-SW-kcm" id="YET-3g-Wil"/> |
| 38 | + </connections> |
19 | 39 | </viewController> |
20 | 40 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
21 | 41 | </objects> |
| 42 | + <point key="canvasLocation" x="136.80000000000001" y="132.68365817091455"/> |
22 | 43 | </scene> |
23 | 44 | </scenes> |
24 | 45 | </document> |
0 commit comments