123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="4Ht-sK-31E">
- <device id="retina3_5" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <scenes>
- <!--View Controller-->
- <scene sceneID="hwJ-fo-U5B">
- <objects>
- <viewController id="4Ht-sK-31E" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="fUV-Cm-0Ob">
- <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Launch" translatesAutoresizingMaskIntoConstraints="NO" id="TaG-bU-mw5">
- <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" red="0.9552378654" green="0.65840983580000001" blue="0.28695866590000002" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <constraints>
- <constraint firstItem="TaG-bU-mw5" firstAttribute="leading" secondItem="Zv1-f0-1pc" secondAttribute="leading" id="b5d-W8-USh"/>
- <constraint firstAttribute="top" secondItem="TaG-bU-mw5" secondAttribute="top" id="svO-47-itw"/>
- <constraint firstItem="TaG-bU-mw5" firstAttribute="trailing" secondItem="Zv1-f0-1pc" secondAttribute="trailing" id="wqm-9c-hyR"/>
- <constraint firstAttribute="bottom" secondItem="TaG-bU-mw5" secondAttribute="bottom" id="x5X-e9-OLl"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="Zv1-f0-1pc"/>
- </view>
- <navigationItem key="navigationItem" id="HhM-mz-MzV"/>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="7cO-QZ-wP7" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="429.60000000000002" y="296.40179910044981"/>
- </scene>
- </scenes>
- <resources>
- <image name="Launch" width="768" height="1024"/>
- </resources>
- </document>
|