forked from openhab/openhab-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainLaunchScreen.xib
37 lines (37 loc) · 2.6 KB
/
MainLaunchScreen.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_0" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment version="4368" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launchImage.png" translatesAutoresizingMaskIntoConstraints="NO" id="6mK-Cu-wT1">
<rect key="frame" x="20" y="20" width="382.5" height="333.5"/>
</imageView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="6mK-Cu-wT1" secondAttribute="trailing" constant="20" id="RlS-jR-qFk"/>
<constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="6mK-Cu-wT1" secondAttribute="bottom" constant="20" id="SkV-vS-gMw"/>
<constraint firstItem="6mK-Cu-wT1" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" id="jHt-U0-uu3"/>
<constraint firstItem="6mK-Cu-wT1" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="20" id="qle-we-tRX"/>
</constraints>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="404" y="445"/>
</view>
</objects>
<resources>
<image name="launchImage.png" width="382.55697631835938" height="333.34176635742188"/>
</resources>
</document>