forked from hulop/NavCogIOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LaunchScreen.xib
43 lines (43 loc) · 3.21 KB
/
LaunchScreen.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
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9531" systemVersion="15C50" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
</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="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="logo" translatesAutoresizingMaskIntoConstraints="NO" id="Ico-wS-b1y">
<rect key="frame" x="109" y="148" width="263" height="100"/>
<constraints>
<constraint firstAttribute="height" constant="100" id="rcy-aJ-WSx"/>
<constraint firstAttribute="width" constant="263" id="wrV-hq-Vwz"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="- CALab" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UXA-cc-IOw">
<rect key="frame" x="315" y="256" width="57" height="18"/>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="UXA-cc-IOw" firstAttribute="leading" secondItem="Ico-wS-b1y" secondAttribute="trailing" constant="-57" id="2Oq-e9-syM"/>
<constraint firstItem="Ico-wS-b1y" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="148" id="RxO-Xt-Hdi"/>
<constraint firstItem="UXA-cc-IOw" firstAttribute="top" secondItem="Ico-wS-b1y" secondAttribute="bottom" constant="8" id="ZIf-Oa-E8x"/>
<constraint firstItem="Ico-wS-b1y" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="sFS-3X-RBb"/>
</constraints>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="548" y="455"/>
</view>
</objects>
<resources>
<image name="logo" width="761" height="355"/>
</resources>
</document>