|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> |
| 3 | + <dependencies> |
| 4 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/> |
| 5 | + <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/> |
| 6 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 7 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 8 | + </dependencies> |
| 9 | + <scenes> |
| 10 | + <!--View Controller--> |
| 11 | + <scene sceneID="EHf-IW-A2E"> |
| 12 | + <objects> |
| 13 | + <viewController id="01J-lp-oVM" sceneMemberID="viewController"> |
| 14 | + <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> |
| 15 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 16 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 17 | + <subviews> |
| 18 | + <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="obG-Y5-kRd"> |
| 19 | + <rect key="frame" x="0.0" y="626.5" width="375" height="20.5"/> |
| 20 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 21 | + <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 22 | + <nil key="highlightedColor"/> |
| 23 | + </label> |
| 24 | + <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Example" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb"> |
| 25 | + <rect key="frame" x="0.0" y="202" width="375" height="43"/> |
| 26 | + <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/> |
| 27 | + <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 28 | + <nil key="highlightedColor"/> |
| 29 | + </label> |
| 30 | + </subviews> |
| 31 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 32 | + <constraints> |
| 33 | + <constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="obG-Y5-kRd" secondAttribute="centerX" id="5cz-MP-9tL"/> |
| 34 | + <constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="GJd-Yh-RWb" secondAttribute="centerX" id="Q3B-4B-g5h"/> |
| 35 | + <constraint firstItem="obG-Y5-kRd" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" constant="20" symbolic="YES" id="SfN-ll-jLj"/> |
| 36 | + <constraint firstAttribute="bottom" secondItem="obG-Y5-kRd" secondAttribute="bottom" constant="20" id="Y44-ml-fuU"/> |
| 37 | + <constraint firstItem="GJd-Yh-RWb" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="bottom" multiplier="1/3" constant="1" id="moa-c2-u7t"/> |
| 38 | + <constraint firstItem="GJd-Yh-RWb" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" constant="20" symbolic="YES" id="x7j-FC-K8j"/> |
| 39 | + </constraints> |
| 40 | + <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/> |
| 41 | + </view> |
| 42 | + </viewController> |
| 43 | + <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 44 | + </objects> |
| 45 | + <point key="canvasLocation" x="53" y="375"/> |
| 46 | + </scene> |
| 47 | + </scenes> |
| 48 | +</document> |
0 commit comments