13246
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
|
|
3 |
<device id="retina4_7" orientation="landscape">
|
|
4 |
<adaptation id="fullscreen"/>
|
|
5 |
</device>
|
|
6 |
<dependencies>
|
|
7 |
<deployment identifier="iOS"/>
|
|
8 |
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
|
|
9 |
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
10 |
</dependencies>
|
|
11 |
<objects>
|
|
12 |
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
|
13 |
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
14 |
<view contentMode="scaleToFill" id="iN0-l3-epB">
|
|
15 |
<rect key="frame" x="0.0" y="0.0" width="667" height="375"/>
|
|
16 |
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
17 |
<subviews>
|
|
18 |
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="background.png" translatesAutoresizingMaskIntoConstraints="NO" id="5c9-IM-Yih">
|
|
19 |
<rect key="frame" x="0.0" y="0.0" width="667" height="375"/>
|
|
20 |
</imageView>
|
|
21 |
</subviews>
|
|
22 |
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
23 |
<constraints>
|
|
24 |
<constraint firstItem="5c9-IM-Yih" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="1vc-8o-Ux5"/>
|
|
25 |
<constraint firstAttribute="trailing" secondItem="5c9-IM-Yih" secondAttribute="trailing" id="1yx-EN-iQi"/>
|
|
26 |
<constraint firstItem="5c9-IM-Yih" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="T5s-JS-oi9"/>
|
|
27 |
<constraint firstAttribute="bottom" secondItem="5c9-IM-Yih" secondAttribute="bottom" id="mHx-0u-9gx"/>
|
|
28 |
</constraints>
|
|
29 |
</view>
|
|
30 |
</objects>
|
|
31 |
<resources>
|
|
32 |
<image name="background.png" width="480" height="320"/>
|
|
33 |
</resources>
|
|
34 |
</document>
|