forked from openhab/openhab-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainLaunchScreen.xib
34 lines (34 loc) · 2.42 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6254" systemVersion="14B25" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
<capability name="Constraints to layout margins" minToolsVersion="6.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" misplaced="YES" image="launchImage.png" translatesAutoresizingMaskIntoConstraints="NO" id="6mK-Cu-wT1">
<rect key="frame" x="-17" y="-15" width="503" height="495"/>
</imageView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="6mK-Cu-wT1" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="topMargin" constant="8" id="BMy-qv-pSU"/>
<constraint firstAttribute="trailingMargin" secondItem="6mK-Cu-wT1" secondAttribute="trailing" constant="8" id="GY3-9F-qwb"/>
<constraint firstItem="6mK-Cu-wT1" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leadingMargin" constant="8" id="MrW-zJ-Emh"/>
<constraint firstAttribute="bottomMargin" secondItem="6mK-Cu-wT1" secondAttribute="bottom" constant="8" id="VUj-pK-oIz"/>
</constraints>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="404" y="445"/>
</view>
</objects>
<resources>
<image name="launchImage.png" width="1679" height="1463"/>
</resources>
</document>