-
-
Notifications
You must be signed in to change notification settings - Fork 69
/
Launch Screen.storyboard
53 lines (53 loc) · 4.19 KB
/
Launch Screen.storyboard
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
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="ipad12_9" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
<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="Llm-lL-Icb"/>
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="1024" height="1366"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="SplashBackground" translatesAutoresizingMaskIntoConstraints="NO" id="007-lU-IQ4">
<rect key="frame" x="0.0" y="0.0" width="1024" height="1366"/>
</imageView>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="IOrgIcon" translatesAutoresizingMaskIntoConstraints="NO" id="ahC-si-bTn">
<rect key="frame" x="0.0" y="20" width="1024" height="1346"/>
<color key="backgroundColor" red="0.97254901960784312" green="0.97254901960784312" blue="0.97254901960784312" alpha="0.0" colorSpace="calibratedRGB"/>
</imageView>
</subviews>
<color key="backgroundColor" red="0.97254901960784312" green="0.97254901960784312" blue="0.97254901960784312" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="007-lU-IQ4" secondAttribute="trailing" id="481-xs-25U"/>
<constraint firstItem="ahC-si-bTn" firstAttribute="top" secondItem="Llm-lL-Icb" secondAttribute="bottom" id="AC3-iV-Wgh"/>
<constraint firstAttribute="trailing" secondItem="ahC-si-bTn" secondAttribute="trailing" id="F6X-UO-rr8"/>
<constraint firstAttribute="bottom" secondItem="007-lU-IQ4" secondAttribute="bottom" id="JZ6-31-Frf"/>
<constraint firstItem="xb3-aO-Qok" firstAttribute="top" secondItem="ahC-si-bTn" secondAttribute="bottom" id="KHz-le-q1a"/>
<constraint firstItem="007-lU-IQ4" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="Lhf-43-TKv"/>
<constraint firstItem="007-lU-IQ4" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="MM7-TD-skK"/>
<constraint firstItem="ahC-si-bTn" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="WNI-ln-As6"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="24" y="375"/>
</scene>
</scenes>
<resources>
<image name="IOrgIcon" width="1800" height="1800"/>
<image name="SplashBackground" width="64" height="64"/>
</resources>
</document>