-
Notifications
You must be signed in to change notification settings - Fork 1
/
Launch Screen.storyboard
50 lines (50 loc) · 4.3 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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina6_5" orientation="landscape" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<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">
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="896" height="414"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" insetsLayoutMarginsFromSafeArea="NO" image="LaunchImage-background.png" translatesAutoresizingMaskIntoConstraints="NO" id="5Jw-ih-5pi">
<rect key="frame" x="0.0" y="0.0" width="896" height="414"/>
</imageView>
<imageView autoresizesSubviews="NO" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchImage-foreground.png" translatesAutoresizingMaskIntoConstraints="NO" id="vr2-T4-GME">
<rect key="frame" x="10" y="10" width="876" height="394"/>
</imageView>
</subviews>
<color key="backgroundColor" systemColor="systemPinkColor" red="1" green="0.1764705882" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="5Jw-ih-5pi" firstAttribute="trailing" secondItem="vr2-T4-GME" secondAttribute="trailing" constant="10" id="DgH-MT-bcr"/>
<constraint firstItem="5Jw-ih-5pi" firstAttribute="bottom" secondItem="vr2-T4-GME" secondAttribute="bottom" constant="10" id="EJN-ZF-dfn"/>
<constraint firstItem="5Jw-ih-5pi" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="Oen-N4-Ulj"/>
<constraint firstItem="vr2-T4-GME" firstAttribute="top" secondItem="5Jw-ih-5pi" secondAttribute="top" constant="10" id="QEO-7u-Z63"/>
<constraint firstItem="vr2-T4-GME" firstAttribute="leading" secondItem="5Jw-ih-5pi" secondAttribute="leading" constant="10" id="cHr-SP-PMn"/>
<constraint firstItem="5Jw-ih-5pi" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="d67-m0-Y1Z"/>
<constraint firstAttribute="bottom" secondItem="5Jw-ih-5pi" secondAttribute="bottom" id="gdU-nZ-izJ"/>
<constraint firstAttribute="trailing" secondItem="5Jw-ih-5pi" secondAttribute="trailing" id="qPM-9O-bWV"/>
</constraints>
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
<resources>
<image name="LaunchImage-background.png" width="512" height="512"/>
<image name="LaunchImage-foreground.png" width="512" height="512"/>
</resources>
<color key="tintColor" red="0.94551736119999996" green="0.92163330320000003" blue="0.83110052349999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</document>