-
Notifications
You must be signed in to change notification settings - Fork 167
/
Copy pathMain.storyboard
273 lines (273 loc) · 31.9 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
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="79U-h7-59M">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Item-->
<scene sceneID="bzE-R2-2tY">
<objects>
<navigationController definesPresentationContext="YES" id="79U-h7-59M" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Item" id="OHO-bX-f9c"/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="66i-Uc-wzS">
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
<segue destination="3JG-i5-oCA" kind="relationship" relationship="rootViewController" id="Kwd-xz-fIF"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="YIy-Jw-jpG" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-135" y="122.53521126760563"/>
</scene>
<!--Objective-C Demo-->
<scene sceneID="j2s-jE-blK">
<objects>
<tableViewController id="3JG-i5-oCA" customClass="RMViewController" sceneMemberID="viewController">
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" id="KEk-t9-6XL">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="1" green="0.40000000600000002" blue="0.40000000600000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<sections>
<tableViewSection id="l8W-OK-fwB">
<cells>
<tableViewCell contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="Znj-Be-3TM">
<rect key="frame" x="0.0" y="35" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" tableViewCell="Znj-Be-3TM" id="pvi-hn-gNH">
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="249" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" text="Show date selection view controller…" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vxn-Je-3lc">
<rect key="frame" x="16" y="11.5" width="343" height="21"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="vxn-Je-3lc" firstAttribute="top" secondItem="pvi-hn-gNH" secondAttribute="topMargin" constant="0.5" id="37J-5u-pmA"/>
<constraint firstAttribute="bottomMargin" secondItem="vxn-Je-3lc" secondAttribute="bottom" constant="0.5" id="CoP-ns-aYm"/>
<constraint firstAttribute="trailingMargin" secondItem="vxn-Je-3lc" secondAttribute="trailing" id="XuP-Ag-ddT"/>
<constraint firstItem="vxn-Je-3lc" firstAttribute="leading" secondItem="pvi-hn-gNH" secondAttribute="leadingMargin" id="gYl-0x-YrL"/>
</constraints>
</tableViewCellContentView>
<accessibility key="accessibilityConfiguration" label="ShowActionController">
<bool key="isElement" value="YES"/>
</accessibility>
</tableViewCell>
</cells>
</tableViewSection>
<tableViewSection headerTitle="Colors and Effects" footerTitle="" id="FGj-AS-vFT">
<cells>
<tableViewCell contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="lB4-G2-Uc2">
<rect key="frame" x="0.0" y="142" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" tableViewCell="lB4-G2-Uc2" id="hSS-0v-FlP">
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="249" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" text="Black Version" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="i84-qb-k74">
<rect key="frame" x="15" y="11.5" width="288" height="21"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="9Rf-KB-8Ci">
<rect key="frame" x="311" y="7" width="51" height="29.5"/>
<accessibility key="accessibilityConfiguration" label="BlackVersion"/>
</switch>
</subviews>
<constraints>
<constraint firstItem="9Rf-KB-8Ci" firstAttribute="leading" secondItem="i84-qb-k74" secondAttribute="trailing" constant="8" symbolic="YES" id="0PJ-wO-Bu5"/>
<constraint firstAttribute="bottomMargin" secondItem="i84-qb-k74" secondAttribute="bottom" constant="0.5" id="DuV-Of-Mh5"/>
<constraint firstAttribute="bottomMargin" relation="greaterThanOrEqual" secondItem="9Rf-KB-8Ci" secondAttribute="bottom" constant="-4" id="PxW-ky-E2N"/>
<constraint firstAttribute="trailing" secondItem="9Rf-KB-8Ci" secondAttribute="trailing" constant="15" id="crB-cn-4gD"/>
<constraint firstItem="9Rf-KB-8Ci" firstAttribute="top" relation="greaterThanOrEqual" secondItem="hSS-0v-FlP" secondAttribute="topMargin" constant="-4" id="eLL-j7-2pa"/>
<constraint firstItem="i84-qb-k74" firstAttribute="top" secondItem="hSS-0v-FlP" secondAttribute="topMargin" constant="0.5" id="frm-nk-XGw"/>
<constraint firstItem="i84-qb-k74" firstAttribute="leading" secondItem="hSS-0v-FlP" secondAttribute="leading" constant="15" id="v2R-13-SpX"/>
<constraint firstItem="9Rf-KB-8Ci" firstAttribute="centerY" secondItem="hSS-0v-FlP" secondAttribute="centerY" id="wEH-8S-8in"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
<tableViewSection headerTitle="" footerTitle="" id="l5P-Nu-DWZ">
<cells>
<tableViewCell contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="jyJ-f4-4o7">
<rect key="frame" x="0.0" y="221" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" tableViewCell="jyJ-f4-4o7" id="VPw-4E-02b">
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="249" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" text="Blur Effects (All)" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Cmv-6K-Lrn">
<rect key="frame" x="15" y="11.5" width="288" height="21"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Yom-Hn-7TA">
<rect key="frame" x="311" y="7" width="51" height="29.5"/>
<accessibility key="accessibilityConfiguration" label="BlurEffects"/>
</switch>
</subviews>
<constraints>
<constraint firstItem="Cmv-6K-Lrn" firstAttribute="top" secondItem="VPw-4E-02b" secondAttribute="topMargin" constant="0.5" id="JcF-9t-ZVL"/>
<constraint firstAttribute="bottomMargin" relation="greaterThanOrEqual" secondItem="Yom-Hn-7TA" secondAttribute="bottom" constant="-4" id="PDn-il-R0x"/>
<constraint firstItem="Yom-Hn-7TA" firstAttribute="centerY" secondItem="VPw-4E-02b" secondAttribute="centerY" id="UjI-mR-UgY"/>
<constraint firstAttribute="trailing" secondItem="Yom-Hn-7TA" secondAttribute="trailing" constant="15" id="Xpb-1W-tGe"/>
<constraint firstItem="Cmv-6K-Lrn" firstAttribute="leading" secondItem="VPw-4E-02b" secondAttribute="leading" constant="15" id="dRr-IR-Eqw"/>
<constraint firstItem="Yom-Hn-7TA" firstAttribute="top" relation="greaterThanOrEqual" secondItem="VPw-4E-02b" secondAttribute="topMargin" constant="-4" id="mYa-4m-5pj"/>
<constraint firstItem="Yom-Hn-7TA" firstAttribute="leading" secondItem="Cmv-6K-Lrn" secondAttribute="trailing" constant="8" symbolic="YES" id="qEJ-AF-ppx"/>
<constraint firstAttribute="bottomMargin" secondItem="Cmv-6K-Lrn" secondAttribute="bottom" constant="0.5" id="x3d-cG-dzz"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
<tableViewCell contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="9IF-G1-yPr">
<rect key="frame" x="0.0" y="265" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" tableViewCell="9IF-G1-yPr" id="FYn-Ua-4fd">
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="249" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" text="Blur Effects (Actions)" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YWZ-FV-kQb">
<rect key="frame" x="15" y="11.5" width="288" height="21"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="MQJ-GT-BvC">
<rect key="frame" x="311" y="7" width="51" height="29.5"/>
<accessibility key="accessibilityConfiguration" label="BouncingEffects"/>
</switch>
</subviews>
<constraints>
<constraint firstItem="MQJ-GT-BvC" firstAttribute="leading" secondItem="YWZ-FV-kQb" secondAttribute="trailing" constant="8" symbolic="YES" id="5aj-hH-AH7"/>
<constraint firstAttribute="bottomMargin" relation="greaterThanOrEqual" secondItem="MQJ-GT-BvC" secondAttribute="bottom" constant="-4" id="IO3-Mb-buh"/>
<constraint firstItem="YWZ-FV-kQb" firstAttribute="leading" secondItem="FYn-Ua-4fd" secondAttribute="leading" constant="15" id="M70-hS-TvF"/>
<constraint firstAttribute="trailing" secondItem="MQJ-GT-BvC" secondAttribute="trailing" constant="15" id="Xj8-Pj-dpM"/>
<constraint firstAttribute="bottomMargin" secondItem="YWZ-FV-kQb" secondAttribute="bottom" constant="0.5" id="fxD-qd-IBp"/>
<constraint firstItem="YWZ-FV-kQb" firstAttribute="top" secondItem="FYn-Ua-4fd" secondAttribute="topMargin" constant="0.5" id="gQp-1f-LZ2"/>
<constraint firstItem="MQJ-GT-BvC" firstAttribute="top" relation="greaterThanOrEqual" secondItem="FYn-Ua-4fd" secondAttribute="topMargin" constant="-4" id="h9K-Oo-dnl"/>
<constraint firstItem="MQJ-GT-BvC" firstAttribute="centerY" secondItem="FYn-Ua-4fd" secondAttribute="centerY" id="sYr-Na-lSP"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
<tableViewCell contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="FNW-ct-15y">
<rect key="frame" x="0.0" y="309" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" tableViewCell="FNW-ct-15y" id="7OR-zg-0Yw">
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="249" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" text="Motion Effects" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="emB-Vw-zmn">
<rect key="frame" x="15" y="11.5" width="288" height="21"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="evi-hX-PZ2">
<rect key="frame" x="311" y="7" width="51" height="29.5"/>
<accessibility key="accessibilityConfiguration" label="MotionEffects"/>
</switch>
</subviews>
<constraints>
<constraint firstAttribute="bottomMargin" secondItem="emB-Vw-zmn" secondAttribute="bottom" constant="0.5" id="4Oe-xu-Wpa"/>
<constraint firstItem="evi-hX-PZ2" firstAttribute="top" relation="greaterThanOrEqual" secondItem="7OR-zg-0Yw" secondAttribute="topMargin" constant="-4" id="5OY-52-yKt"/>
<constraint firstItem="emB-Vw-zmn" firstAttribute="leading" secondItem="7OR-zg-0Yw" secondAttribute="leading" constant="15" id="HH2-bI-fft"/>
<constraint firstItem="evi-hX-PZ2" firstAttribute="leading" secondItem="emB-Vw-zmn" secondAttribute="trailing" constant="8" symbolic="YES" id="R7U-It-lHY"/>
<constraint firstAttribute="bottomMargin" relation="greaterThanOrEqual" secondItem="evi-hX-PZ2" secondAttribute="bottom" constant="-4" id="V7J-aq-fdo"/>
<constraint firstItem="evi-hX-PZ2" firstAttribute="centerY" secondItem="7OR-zg-0Yw" secondAttribute="centerY" id="W5c-CR-HB4"/>
<constraint firstAttribute="trailing" secondItem="evi-hX-PZ2" secondAttribute="trailing" constant="15" id="qdR-TX-w0N"/>
<constraint firstItem="emB-Vw-zmn" firstAttribute="top" secondItem="7OR-zg-0Yw" secondAttribute="topMargin" constant="0.5" id="tLv-bw-3UZ"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
<tableViewCell contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="mKs-gy-2NX">
<rect key="frame" x="0.0" y="353" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" tableViewCell="mKs-gy-2NX" id="zqC-i4-fRk">
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="249" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" text="Bouncing Effects" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="w1l-Z0-oe2">
<rect key="frame" x="15" y="11.5" width="288" height="21"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5dW-ap-EE3">
<rect key="frame" x="311" y="7" width="51" height="29.5"/>
<accessibility key="accessibilityConfiguration" label="BouncingEffects"/>
</switch>
</subviews>
<constraints>
<constraint firstAttribute="bottomMargin" relation="greaterThanOrEqual" secondItem="5dW-ap-EE3" secondAttribute="bottom" constant="-4" id="3cJ-fW-BaM"/>
<constraint firstItem="w1l-Z0-oe2" firstAttribute="leading" secondItem="zqC-i4-fRk" secondAttribute="leading" constant="15" id="X4q-We-7vg"/>
<constraint firstItem="5dW-ap-EE3" firstAttribute="leading" secondItem="w1l-Z0-oe2" secondAttribute="trailing" constant="8" symbolic="YES" id="cb1-UD-5QR"/>
<constraint firstItem="w1l-Z0-oe2" firstAttribute="top" secondItem="zqC-i4-fRk" secondAttribute="topMargin" constant="0.5" id="fRG-4v-T1g"/>
<constraint firstItem="5dW-ap-EE3" firstAttribute="centerY" secondItem="zqC-i4-fRk" secondAttribute="centerY" id="fsD-wO-zzj"/>
<constraint firstAttribute="trailing" secondItem="5dW-ap-EE3" secondAttribute="trailing" constant="15" id="hrz-s7-sSA"/>
<constraint firstItem="5dW-ap-EE3" firstAttribute="top" relation="greaterThanOrEqual" secondItem="zqC-i4-fRk" secondAttribute="topMargin" constant="-4" id="qlW-BR-Rw8"/>
<constraint firstAttribute="bottomMargin" secondItem="w1l-Z0-oe2" secondAttribute="bottom" constant="0.5" id="qot-5g-zPe"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
<tableViewSection headerTitle="Advanced" id="Fgs-Px-hUB">
<cells>
<tableViewCell contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="cgV-Id-9kt">
<rect key="frame" x="0.0" y="452.5" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" tableViewCell="cgV-Id-9kt" id="QRL-Nn-EqV">
<rect key="frame" x="0.0" y="0.0" width="341" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="249" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" text="Push VC" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uW2-JD-zVK">
<rect key="frame" x="16" y="11.5" width="317" height="21"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="uW2-JD-zVK" firstAttribute="leading" secondItem="QRL-Nn-EqV" secondAttribute="leadingMargin" id="0ku-D7-8Nm"/>
<constraint firstAttribute="trailingMargin" secondItem="uW2-JD-zVK" secondAttribute="trailing" id="bgw-72-0BG"/>
<constraint firstAttribute="bottomMargin" secondItem="uW2-JD-zVK" secondAttribute="bottom" constant="0.5" id="fKT-91-t17"/>
<constraint firstItem="uW2-JD-zVK" firstAttribute="top" secondItem="QRL-Nn-EqV" secondAttribute="topMargin" constant="0.5" id="ky0-c8-K93"/>
</constraints>
</tableViewCellContentView>
<accessibility key="accessibilityConfiguration" label="ShowActionController">
<bool key="isElement" value="YES"/>
</accessibility>
<connections>
<segue destination="3JG-i5-oCA" kind="show" id="z2E-nc-VEd"/>
</connections>
</tableViewCell>
</cells>
</tableViewSection>
</sections>
</tableView>
<navigationItem key="navigationItem" title="Objective-C Demo" id="Svx-fC-JIK"/>
<connections>
<outlet property="blackSwitch" destination="9Rf-KB-8Ci" id="L5o-yJ-jf4"/>
<outlet property="blurActionSwitch" destination="MQJ-GT-BvC" id="xGy-5f-u4T"/>
<outlet property="blurSwitch" destination="Yom-Hn-7TA" id="xOo-en-cEy"/>
<outlet property="bouncingSwitch" destination="5dW-ap-EE3" id="UZA-ms-yeR"/>
<outlet property="motionSwitch" destination="evi-hX-PZ2" id="enj-xP-Otj"/>
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="9Lh-uK-Prv" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="849" y="122"/>
</scene>
</scenes>
</document>