-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSplashScreen.storyboard
85 lines (85 loc) · 5.49 KB
/
SplashScreen.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23094" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="ipad12_9rounded" orientation="portrait" layout="fullscreen" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23084"/>
<capability name="System colors in document resources" minToolsVersion="11.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">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="uo1-ga-H9F"/>
<viewControllerLayoutGuide type="bottom" id="Sjh-Or-08q"/>
</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 clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="welcomeLogo" translatesAutoresizingMaskIntoConstraints="NO" id="sT8-B9-Wfi" userLabel="Logo">
<rect key="frame" x="362" y="283.5" width="300" height="683"/>
<constraints>
<constraint firstAttribute="width" constant="300" id="KhA-cj-p99"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="KhA-cj-p99"/>
</mask>
</variation>
<variation key="widthClass=regular">
<mask key="constraints">
<include reference="KhA-cj-p99"/>
</mask>
</variation>
</imageView>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="sT8-B9-Wfi" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="aRd-zN-Ayu"/>
<constraint firstItem="sT8-B9-Wfi" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" constant="-58" id="dcs-vi-a5t">
<variation key="heightClass=compact" constant="-32"/>
</constraint>
<constraint firstItem="sT8-B9-Wfi" firstAttribute="height" secondItem="Ze5-6b-2t3" secondAttribute="height" constant="-228" id="glL-nO-Nlr"/>
<constraint firstItem="sT8-B9-Wfi" firstAttribute="height" secondItem="Ze5-6b-2t3" secondAttribute="height" multiplier="0.5" id="haJ-Ad-xti"/>
<constraint firstItem="sT8-B9-Wfi" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="0.5" id="igy-km-Y48"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="igy-km-Y48"/>
<exclude reference="glL-nO-Nlr"/>
<exclude reference="haJ-Ad-xti"/>
</mask>
</variation>
<variation key="heightClass=compact">
<mask key="constraints">
<include reference="glL-nO-Nlr"/>
</mask>
</variation>
<variation key="heightClass=regular">
<mask key="constraints">
<include reference="haJ-Ad-xti"/>
</mask>
</variation>
<variation key="widthClass=compact">
<mask key="constraints">
<include reference="igy-km-Y48"/>
</mask>
</variation>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="52.671755725190835" y="374.64788732394368"/>
</scene>
</scenes>
<resources>
<image name="welcomeLogo" width="192" height="140"/>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>