-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTemplate.storyboard
190 lines (190 loc) · 13.5 KB
/
Template.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="kaa-Xz-hRz">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Root View Controller-->
<scene sceneID="dCr-ba-ppi">
<objects>
<tableViewController storyboardIdentifier="List" id="bAr-A6-68q" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="ddp-Oq-G0e">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="ListItem" textLabel="bB9-rN-cX0" style="IBUITableViewCellStyleDefault" id="RWq-0g-C9L">
<rect key="frame" x="0.0" y="28" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="RWq-0g-C9L" id="ghw-0a-N4b">
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="bB9-rN-cX0">
<rect key="frame" x="16" y="0.0" width="343" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
<connections>
<segue destination="XZ6-yi-kh8" kind="show" identifier="ViewItem" id="kIa-st-lit"/>
</connections>
</tableViewCell>
</prototypes>
<connections>
<outlet property="dataSource" destination="bAr-A6-68q" id="sqe-gI-9Wq"/>
<outlet property="delegate" destination="bAr-A6-68q" id="jLZ-ll-BdN"/>
</connections>
</tableView>
<navigationItem key="navigationItem" title="Root View Controller" id="dEO-cK-Cef">
<barButtonItem key="leftBarButtonItem" title="Grid" id="dTo-Fc-GU0"/>
<barButtonItem key="rightBarButtonItem" systemItem="add" id="6gd-u8-xOS">
<connections>
<segue destination="iAe-ao-liH" kind="presentation" identifier="AddItem" id="rxC-Me-mhh"/>
</connections>
</barButtonItem>
</navigationItem>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="LJo-4H-C4c" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="31" y="1020"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="JAk-jC-rPX">
<objects>
<navigationController id="iAe-ao-liH" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="WXm-lX-gMq">
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
<segue destination="XZ6-yi-kh8" kind="relationship" relationship="rootViewController" id="kch-O9-1MA"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="tgd-ci-Qpy" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="942" y="1020"/>
</scene>
<!--View Controller-->
<scene sceneID="Cx5-sy-jCT">
<objects>
<viewController storyboardIdentifier="Item" id="XZ6-yi-kh8" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="zRv-96-kXF">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<viewLayoutGuide key="safeArea" id="32l-Zq-wEv"/>
</view>
<navigationItem key="navigationItem" id="d71-4f-j3U"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="xs0-L7-XAL" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="954" y="1791"/>
</scene>
<!--Tab Bar Controller-->
<scene sceneID="LQX-UD-XsB">
<objects>
<tabBarController storyboardIdentifier="TabBar" id="kaa-Xz-hRz" sceneMemberID="viewController">
<tabBar key="tabBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="7lX-24-uSH">
<rect key="frame" x="0.0" y="0.0" width="375" height="49"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</tabBar>
<connections>
<segue destination="fyS-6y-xvH" kind="relationship" relationship="viewControllers" id="gxJ-sz-htE"/>
<segue destination="D5U-0H-L4F" kind="relationship" relationship="viewControllers" id="bJu-HZ-Slc"/>
</connections>
</tabBarController>
<placeholder placeholderIdentifier="IBFirstResponder" id="KCc-C3-Dxi" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-1722" y="1020"/>
</scene>
<!--Collection View Controller-->
<scene sceneID="JlL-lX-wPf">
<objects>
<collectionViewController storyboardIdentifier="Grid" id="tRO-uS-4lG" sceneMemberID="viewController">
<collectionView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" id="bfH-MF-0cC">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="MaE-AY-UeL">
<size key="itemSize" width="50" height="50"/>
<size key="headerReferenceSize" width="0.0" height="0.0"/>
<size key="footerReferenceSize" width="0.0" height="0.0"/>
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
</collectionViewFlowLayout>
<cells>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="GridItem" id="y37-RC-WFe">
<rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
<rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
<autoresizingMask key="autoresizingMask"/>
</view>
<connections>
<segue destination="XZ6-yi-kh8" kind="show" identifier="ViewItem" id="Ouu-QV-fJG"/>
</connections>
</collectionViewCell>
</cells>
<connections>
<outlet property="dataSource" destination="tRO-uS-4lG" id="Dlo-l7-XyR"/>
<outlet property="delegate" destination="tRO-uS-4lG" id="X8q-ag-AMn"/>
</connections>
</collectionView>
<navigationItem key="navigationItem" id="02g-9P-BRG"/>
</collectionViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="C4x-gq-lSY" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="42" y="1791"/>
</scene>
<!--List-->
<scene sceneID="LDg-89-9QM">
<objects>
<navigationController storyboardIdentifier="ListNavigation" automaticallyAdjustsScrollViewInsets="NO" id="fyS-6y-xvH" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="List" id="bma-vo-A5o"/>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="Ead-Ts-bIP">
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="bAr-A6-68q" kind="relationship" relationship="rootViewController" id="3ii-5V-mGb"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="XQ5-5Q-90L" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-908" y="1019.640179910045"/>
</scene>
<!--Grid-->
<scene sceneID="JiF-5T-HhE">
<objects>
<navigationController storyboardIdentifier="GridNavigation" automaticallyAdjustsScrollViewInsets="NO" id="D5U-0H-L4F" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Grid" id="bFy-Cz-FYc"/>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="BPn-h3-7U1">
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="tRO-uS-4lG" kind="relationship" relationship="rootViewController" id="d7S-Rj-USL"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="BRv-t0-6pm" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-895" y="1791"/>
</scene>
</scenes>
<inferredMetricsTieBreakers>
<segue reference="Ouu-QV-fJG"/>
</inferredMetricsTieBreakers>
</document>