double-hit-balls/proj.ios/LaunchScreen.storyboard

46 lines
2.9 KiB
Plaintext
Raw Normal View History

2017-01-17 14:05:44 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16C68" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina5_5" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="G55-ta-yst">
<objects>
<viewController id="c1T-2p-CH2" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="UNt-Ao-m27"/>
<viewControllerLayoutGuide type="bottom" id="MBA-1n-hbW"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="m8M-iA-xT9">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Splash-landscape.png" translatesAutoresizingMaskIntoConstraints="NO" id="bIF-S4-uHb">
<rect key="frame" x="0.0" y="20" width="414" height="716"/>
</imageView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="bIF-S4-uHb" firstAttribute="top" secondItem="UNt-Ao-m27" secondAttribute="bottom" id="B1Y-lh-2VB"/>
<constraint firstItem="bIF-S4-uHb" firstAttribute="leading" secondItem="m8M-iA-xT9" secondAttribute="leading" id="XTa-pd-aNE"/>
<constraint firstAttribute="trailing" secondItem="bIF-S4-uHb" secondAttribute="trailing" id="fSt-6b-n1n"/>
<constraint firstItem="MBA-1n-hbW" firstAttribute="top" secondItem="bIF-S4-uHb" secondAttribute="bottom" id="xxv-CM-o3Y"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Ra6-vZ-gzs" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="34" y="167"/>
</scene>
</scenes>
<resources>
<image name="Splash-landscape.png" width="320" height="480"/>
</resources>
</document>