-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.storyboard
162 lines (162 loc) · 11.5 KB
/
Main.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="49e-Tb-3d3">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Apple Maps-->
<scene sceneID="hNz-n2-bh7">
<objects>
<viewController title="Apple Maps" id="9pv-A4-QxB" customClass="AppleMapsViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Ia1-K6-d13"/>
<viewControllerLayoutGuide type="bottom" id="4ug-Mw-9AY"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="tsR-hK-woN">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<mapView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" mapType="standard" translatesAutoresizingMaskIntoConstraints="NO" id="dj5-Nx-YhW"/>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="dj5-Nx-YhW" firstAttribute="leading" secondItem="tsR-hK-woN" secondAttribute="leading" id="Pg7-ck-0gi"/>
<constraint firstAttribute="trailing" secondItem="dj5-Nx-YhW" secondAttribute="trailing" id="cd9-7x-Zk1"/>
<constraint firstItem="dj5-Nx-YhW" firstAttribute="bottom" secondItem="4ug-Mw-9AY" secondAttribute="top" id="esT-ap-Raq"/>
<constraint firstItem="dj5-Nx-YhW" firstAttribute="top" secondItem="Ia1-K6-d13" secondAttribute="bottom" id="q5e-d1-Tpu"/>
</constraints>
</view>
<tabBarItem key="tabBarItem" title="Apple Maps" image="First" id="acW-dT-cKf"/>
<navigationItem key="navigationItem" title="Apple Maps" id="gIQ-KV-cX6">
<barButtonItem key="backBarButtonItem" title=" " id="xJt-t5-d96"/>
<barButtonItem key="leftBarButtonItem" title="Center" id="c76-j4-uCe">
<color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</barButtonItem>
</navigationItem>
<connections>
<outlet property="centerBarButton" destination="c76-j4-uCe" id="NbZ-th-7ss"/>
<outlet property="mapView" destination="dj5-Nx-YhW" id="APV-Jp-B7f"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="W5J-7L-Pyd" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1592.8" y="-341.37931034482762"/>
</scene>
<!--Google Maps-->
<scene sceneID="wg7-f3-ORb">
<objects>
<viewController id="8rJ-Kc-sve" customClass="GoogleMapsViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="L7p-HK-0SC"/>
<viewControllerLayoutGuide type="bottom" id="Djb-ko-YwX"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="QS5-Rx-YEW">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FTD-yF-0Uq">
<frame key="frameInset" minY="64" width="600" height="487"/>
<subviews>
<view contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="iCV-B3-VDy" customClass="GMSMapView">
<frame key="frameInset" width="600" height="487"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</view>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="iCV-B3-VDy" firstAttribute="leading" secondItem="FTD-yF-0Uq" secondAttribute="leading" id="3oo-Fr-588"/>
<constraint firstAttribute="bottom" secondItem="iCV-B3-VDy" secondAttribute="bottom" id="EeF-xf-GsQ"/>
<constraint firstItem="iCV-B3-VDy" firstAttribute="top" secondItem="FTD-yF-0Uq" secondAttribute="top" id="Whf-GR-ypz"/>
<constraint firstAttribute="trailing" secondItem="iCV-B3-VDy" secondAttribute="trailing" id="zF0-Uz-4kk"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="FTD-yF-0Uq" firstAttribute="top" secondItem="L7p-HK-0SC" secondAttribute="bottom" id="7ug-HD-UNM"/>
<constraint firstItem="FTD-yF-0Uq" firstAttribute="leading" secondItem="QS5-Rx-YEW" secondAttribute="leading" id="8sO-Xy-BUu"/>
<constraint firstAttribute="trailing" secondItem="FTD-yF-0Uq" secondAttribute="trailing" id="Hse-J7-faV"/>
<constraint firstItem="FTD-yF-0Uq" firstAttribute="bottom" secondItem="Djb-ko-YwX" secondAttribute="top" id="NgX-2B-4VF"/>
</constraints>
</view>
<tabBarItem key="tabBarItem" title="Google Maps" image="Second" id="cPa-gy-q4n"/>
<navigationItem key="navigationItem" title="Google Maps" id="UP6-bs-udY">
<barButtonItem key="backBarButtonItem" title=" " id="ffo-vR-CEs"/>
</navigationItem>
<connections>
<outlet property="mapView" destination="iCV-B3-VDy" id="WxH-cH-17J"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="4Nw-L8-lE0" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1594" y="340"/>
</scene>
<!--Tab Bar Controller-->
<scene sceneID="yl2-sM-qoP">
<objects>
<tabBarController id="49e-Tb-3d3" sceneMemberID="viewController">
<nil key="simulatedBottomBarMetrics"/>
<tabBar key="tabBar" contentMode="scaleToFill" id="W28-zg-YXA">
<rect key="frame" x="0.0" y="551" width="600" height="49"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
</tabBar>
<connections>
<segue destination="iSt-dC-FgC" kind="relationship" relationship="viewControllers" id="DIU-DN-4nP"/>
<segue destination="Oj1-TM-fko" kind="relationship" relationship="viewControllers" id="50s-hl-Uw7"/>
</connections>
</tabBarController>
<placeholder placeholderIdentifier="IBFirstResponder" id="HuB-VB-40B" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="0.0" y="0.0"/>
</scene>
<!--Google Maps-->
<scene sceneID="3p5-MJ-wP4">
<objects>
<navigationController id="Oj1-TM-fko" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Google Maps" id="IqC-fj-ORN"/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="zJ2-l6-SDg">
<rect key="frame" x="0.0" y="20" width="600" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<color key="barTintColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<textAttributes key="titleTextAttributes">
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</textAttributes>
</navigationBar>
<connections>
<segue destination="8rJ-Kc-sve" kind="relationship" relationship="rootViewController" id="189"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="bhq-z7-BP7" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="886" y="340"/>
</scene>
<!--Apple Maps-->
<scene sceneID="mRe-qD-gIU">
<objects>
<navigationController id="iSt-dC-FgC" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Apple Maps" id="U2G-ka-Ghm"/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="AHi-iC-lyC">
<rect key="frame" x="0.0" y="20" width="600" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<color key="barTintColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<textAttributes key="titleTextAttributes">
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</textAttributes>
</navigationBar>
<connections>
<segue destination="9pv-A4-QxB" kind="relationship" relationship="rootViewController" id="Qx7-ry-Sb6"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="YA6-5P-lAV" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="874" y="-340"/>
</scene>
</scenes>
<resources>
<image name="First" width="30" height="30"/>
<image name="Second" width="30" height="30"/>
</resources>
</document>