-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLaunchImage.storyboard
44 lines (44 loc) · 2.64 KB
/
LaunchImage.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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="edo-vT-wxG">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="Gcd-4f-MLj">
<objects>
<viewController id="996-Eq-RLN" sceneMemberID="viewController">
<imageView key="view" clipsSubviews="YES" clearsContextBeforeDrawing="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Background2" id="ZaY-bm-kFi">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask"/>
</imageView>
<navigationItem key="navigationItem" id="lPy-v1-AT0"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="fQE-Rr-KO6" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="165.59999999999999" y="338.42364532019707"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="wKj-jk-TxF">
<objects>
<navigationController id="edo-vT-wxG" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" id="16f-ys-pBS">
<rect key="frame" x="0.0" y="48" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
<segue destination="996-Eq-RLN" kind="relationship" relationship="rootViewController" id="NHH-hQ-Xn9"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="VhK-np-lCy" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-599" y="339"/>
</scene>
</scenes>
<resources>
<image name="Background2" width="250" height="250"/>
</resources>
</document>