-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStoryboard.storyboard
205 lines (205 loc) · 16.8 KB
/
Storyboard.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4514" systemVersion="13B3116" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="B03-lo-ppI">
<dependencies>
<deployment defaultVersion="1552" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3747"/>
</dependencies>
<scenes>
<!--Global Navigation Controller-->
<scene sceneID="evw-hv-vWL">
<objects>
<navigationController definesPresentationContext="YES" id="B03-lo-ppI" customClass="PAGlobalNavigationController" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" id="d8c-lZ-KKa">
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
<segue destination="ZeN-lk-DVf" kind="relationship" relationship="rootViewController" id="JD8-0p-3aB"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="H0j-5t-jWr" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="303" y="227"/>
</scene>
<!--Home View Controller - My Pray List-->
<scene sceneID="dxo-pr-dH7">
<objects>
<viewController id="ZeN-lk-DVf" customClass="PAHomeViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="cwx-AS-y58"/>
<viewControllerLayoutGuide type="bottom" id="aBE-OR-1UJ"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="hg6-Kg-gKv">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="fG9-FP-gzU">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<prototypes>
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" textLabel="qrO-NX-x9h" detailTextLabel="liz-zj-Asp" style="IBUITableViewCellStyleSubtitle" id="sFu-c1-xWM" customClass="PAPrayListTableViewCell">
<rect key="frame" x="0.0" y="86" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="sFu-c1-xWM" id="obf-Mm-Sc1">
<rect key="frame" x="0.0" y="0.0" width="287" height="43"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="left" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="qrO-NX-x9h">
<rect key="frame" x="15" y="3" width="34" height="22"/>
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="18"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="left" text="Subtitle" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="liz-zj-Asp">
<rect key="frame" x="15" y="25" width="43" height="15"/>
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="12"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
<connections>
<segue destination="uSI-az-SlN" kind="push" id="tRW-KH-lI2"/>
</connections>
</tableViewCell>
</prototypes>
<connections>
<outlet property="dataSource" destination="ZeN-lk-DVf" id="W7H-Ep-5v0"/>
<outlet property="delegate" destination="ZeN-lk-DVf" id="b2U-5F-y9o"/>
</connections>
</tableView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
<navigationItem key="navigationItem" title="My Pray List" id="ZcL-Jf-dYH">
<barButtonItem key="leftBarButtonItem" systemItem="organize" id="PZ5-yZ-ZJ4">
<connections>
<action selector="openMenu:" destination="ZeN-lk-DVf" id="IVg-lV-wy6"/>
</connections>
</barButtonItem>
<barButtonItem key="rightBarButtonItem" style="plain" systemItem="add" id="mdB-u6-0Oh">
<connections>
<segue destination="Qg4-TP-sTS" kind="push" identifier="addNewPrayer" id="pYd-Ws-TEY"/>
</connections>
</barButtonItem>
</navigationItem>
<connections>
<outlet property="prayListTableView" destination="fG9-FP-gzU" id="kf9-Dy-7EF"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="2Bf-Gs-Ai4" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="854" y="227"/>
</scene>
<!--Prayer Detail View Controller-->
<scene sceneID="XwP-3U-B0H">
<objects>
<viewController storyboardIdentifier="PAPrayerDetailViewController" id="uSI-az-SlN" customClass="PAPrayerDetailViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="1GX-Y5-LGt"/>
<viewControllerLayoutGuide type="bottom" id="1wf-rg-M6L"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="04D-qa-aMo">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" ambiguous="YES" misplaced="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="FEp-uH-bS2">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<connections>
<outlet property="dataSource" destination="uSI-az-SlN" id="n45-Tc-pxd"/>
<outlet property="delegate" destination="uSI-az-SlN" id="rNo-5k-yFS"/>
</connections>
</tableView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="FEp-uH-bS2" firstAttribute="top" secondItem="04D-qa-aMo" secondAttribute="top" id="2oo-x9-skd"/>
<constraint firstItem="1wf-rg-M6L" firstAttribute="top" secondItem="FEp-uH-bS2" secondAttribute="bottom" id="yWB-f6-4A3"/>
</constraints>
</view>
<navigationItem key="navigationItem" id="m2x-Sn-7bb"/>
<connections>
<outlet property="contentTableView" destination="FEp-uH-bS2" id="q9S-md-h9o"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Esu-Oh-qQd" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1275" y="228"/>
</scene>
<!--Add Prayer View Controller - New Prayer-->
<scene sceneID="x1r-aS-RIB">
<objects>
<viewController id="Qg4-TP-sTS" customClass="PAAddPrayerViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="23T-hS-FhZ"/>
<viewControllerLayoutGuide type="bottom" id="MCy-ut-dpL"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="2FQ-VN-5q6">
<rect key="frame" x="0.0" y="64" width="320" height="504"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="VZ2-zu-hDY">
<rect key="frame" x="20" y="14" width="106" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" title="group selection">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="groupButtonClicked:" destination="Qg4-TP-sTS" eventType="touchUpInside" id="9uO-Qt-GuR"/>
</connections>
</button>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ARU-dw-FOf">
<rect key="frame" x="20" y="52" width="280" height="1"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
</view>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="iWo-X1-qd8">
<rect key="frame" x="20" y="100" width="280" height="1"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
</view>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Title" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="RCh-Vx-6Xl">
<rect key="frame" x="20" y="61" width="280" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ntj-Ia-tYc">
<rect key="frame" x="20" y="109" width="280" height="181"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.</string>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
<extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
<navigationItem key="navigationItem" title="New Prayer" id="KoX-eF-udO">
<barButtonItem key="leftBarButtonItem" style="plain" systemItem="cancel" id="Qpv-lE-WLm">
<connections>
<action selector="cancelButtonClicked:" destination="Qg4-TP-sTS" id="Txp-hw-goV"/>
</connections>
</barButtonItem>
<barButtonItem key="rightBarButtonItem" title="Create" style="plain" id="HRs-uj-koT"/>
</navigationItem>
<connections>
<outlet property="groupButton" destination="VZ2-zu-hDY" id="8sf-8m-4TG"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="oos-uo-hm5" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1275" y="934"/>
</scene>
</scenes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
</document>