50 lines
3.3 KiB
Plaintext
50 lines
3.3 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
||
|
<device id="retina6_12" orientation="portrait" appearance="light"/>
|
||
|
<dependencies>
|
||
|
<deployment identifier="iOS"/>
|
||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
|
||
|
<capability name="Named colors" 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">
|
||
|
<layoutGuides>
|
||
|
<viewControllerLayoutGuide type="top" id="JHi-i3-ZNG"/>
|
||
|
<viewControllerLayoutGuide type="bottom" id="MsO-lx-VSm"/>
|
||
|
</layoutGuides>
|
||
|
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
||
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||
|
<subviews>
|
||
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="logo" translatesAutoresizingMaskIntoConstraints="NO" id="Uob-GB-ruJ">
|
||
|
<rect key="frame" x="96.666666666666686" y="326" width="200" height="200"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="width" constant="200" id="Y9d-CF-hg4" userLabel="width = 200"/>
|
||
|
<constraint firstAttribute="width" secondItem="Uob-GB-ruJ" secondAttribute="height" multiplier="1:1" id="xRc-7K-qk9"/>
|
||
|
</constraints>
|
||
|
</imageView>
|
||
|
</subviews>
|
||
|
<color key="backgroundColor" name="material/background/light"/>
|
||
|
<constraints>
|
||
|
<constraint firstItem="Uob-GB-ruJ" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="KYu-sX-Quz"/>
|
||
|
<constraint firstItem="Uob-GB-ruJ" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="uGF-LH-jOl"/>
|
||
|
</constraints>
|
||
|
</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="1003" height="1025"/>
|
||
|
<namedColor name="material/background/light">
|
||
|
<color red="0.92156862745098034" green="0.92156862745098034" blue="0.92156862745098034" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||
|
</namedColor>
|
||
|
</resources>
|
||
|
</document>
|