-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathLaunch.storyboard
64 lines (64 loc) · 3.96 KB
/
Launch.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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11542" systemVersion="16B2555" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="lK3-iq-dTg">
<device id="retina5_5" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="b1B-ec-UlR">
<objects>
<viewController id="daP-Cj-bEA" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="i34-Ju-p7P"/>
<viewControllerLayoutGuide type="bottom" id="Hao-Uf-S59"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="oOx-9k-lFQ">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="SMART" translatesAutoresizingMaskIntoConstraints="NO" id="h30-v4-K6O">
<rect key="frame" x="177" y="318" width="60" height="60"/>
<constraints>
<constraint firstAttribute="height" constant="60" id="89H-qd-4Eh"/>
<constraint firstAttribute="width" constant="60" id="SPm-kS-xHw"/>
</constraints>
</imageView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="centerY" secondItem="h30-v4-K6O" secondAttribute="centerY" constant="20" id="5aT-Wo-2HO"/>
<constraint firstAttribute="centerX" secondItem="h30-v4-K6O" secondAttribute="centerX" id="cHL-hf-dJY"/>
</constraints>
</view>
<navigationItem key="navigationItem" id="L9Y-NB-GhG"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="QWQ-dE-AE3" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1217" y="704"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="XHH-mE-wtk">
<objects>
<navigationController id="lK3-iq-dTg" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" id="fmx-yd-b4T">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
<segue destination="daP-Cj-bEA" kind="relationship" relationship="rootViewController" id="Fxh-A4-ukN"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="gKo-g9-sKC" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="478" y="704"/>
</scene>
</scenes>
<resources>
<image name="SMART" width="60" height="60"/>
</resources>
</document>