42 lines
2.7 KiB
Plaintext
42 lines
2.7 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
||
|
<device id="retina4_7" orientation="portrait">
|
||
|
<adaptation id="fullscreen"/>
|
||
|
</device>
|
||
|
<dependencies>
|
||
|
<deployment identifier="iOS"/>
|
||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
|
||
|
<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="EHf-IW-A2E">
|
||
|
<objects>
|
||
|
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
||
|
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
||
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||
|
<subviews>
|
||
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="logo" translatesAutoresizingMaskIntoConstraints="NO" id="OHJ-SJ-aQy">
|
||
|
<rect key="frame" x="87.5" y="233.5" width="200" height="200"/>
|
||
|
</imageView>
|
||
|
</subviews>
|
||
|
<color key="backgroundColor" red="0.31764705882352939" green="0.36470588235294116" blue="0.44313725490196076" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||
|
<constraints>
|
||
|
<constraint firstItem="OHJ-SJ-aQy" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="863-BE-Wxx"/>
|
||
|
<constraint firstItem="OHJ-SJ-aQy" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="v66-aa-68F"/>
|
||
|
</constraints>
|
||
|
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
|
||
|
</view>
|
||
|
</viewController>
|
||
|
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||
|
</objects>
|
||
|
<point key="canvasLocation" x="53" y="375"/>
|
||
|
</scene>
|
||
|
</scenes>
|
||
|
<resources>
|
||
|
<image name="logo" width="200" height="200"/>
|
||
|
</resources>
|
||
|
</document>
|