|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> |
| 3 | + <device id="retina6_12" orientation="portrait" appearance="light"/> |
| 4 | + <dependencies> |
| 5 | + <deployment identifier="iOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21679"/> |
| 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 | + <!--View Controller--> |
| 13 | + <scene sceneID="EHf-IW-A2E"> |
| 14 | + <objects> |
| 15 | + <viewController id="01J-lp-oVM" sceneMemberID="viewController"> |
| 16 | + <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> |
| 17 | + <rect key="frame" x="0.0" y="0.0" width="393" height="852"/> |
| 18 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 19 | + <subviews> |
| 20 | + <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"> |
| 21 | + <rect key="frame" x="0.0" y="832" width="393" height="0.0"/> |
| 22 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 23 | + <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 24 | + <nil key="highlightedColor"/> |
| 25 | + </label> |
| 26 | + </subviews> |
| 27 | + <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/> |
| 28 | + <color key="backgroundColor" systemColor="systemCyanColor"/> |
| 29 | + <constraints> |
| 30 | + <constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="obG-Y5-kRd" secondAttribute="centerX" id="5cz-MP-9tL"/> |
| 31 | + <constraint firstItem="obG-Y5-kRd" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" symbolic="YES" id="SfN-ll-jLj"/> |
| 32 | + <constraint firstAttribute="bottom" secondItem="obG-Y5-kRd" secondAttribute="bottom" constant="20" id="Y44-ml-fuU"/> |
| 33 | + </constraints> |
| 34 | + </view> |
| 35 | + </viewController> |
| 36 | + <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 37 | + </objects> |
| 38 | + <point key="canvasLocation" x="53" y="375"/> |
| 39 | + </scene> |
| 40 | + </scenes> |
| 41 | + <resources> |
| 42 | + <systemColor name="systemCyanColor"> |
| 43 | + <color red="0.19607843137254902" green="0.67843137254901964" blue="0.90196078431372551" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 44 | + </systemColor> |
| 45 | + </resources> |
| 46 | +</document> |
0 commit comments