-
Notifications
You must be signed in to change notification settings - Fork 1
/
FirstRunTutorial.storyboard
executable file
·743 lines (743 loc) · 69.2 KB
/
FirstRunTutorial.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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="Rme-wi-QoM">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<customFonts key="customFonts">
<array key="Myriad Pro Regular.ttf">
<string>MyriadPro-Regular</string>
</array>
</customFonts>
<scenes>
<!--Username View Input-->
<scene sceneID="NNe-xa-Y9G">
<objects>
<viewController storyboardIdentifier="NameInput" useStoryboardIdentifierAsRestorationIdentifier="YES" id="Rme-wi-QoM" userLabel="Username View Input" customClass="NameInput" customModule="Collaborative_Reading_App_3" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="z5I-AV-Vgm"/>
<viewControllerLayoutGuide type="bottom" id="15h-eF-683"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="L2g-4u-OQr">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="What's Your Name?" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="y0p-2k-uGY">
<rect key="frame" x="53" y="225" width="270" height="34"/>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="34"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Enter name" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="cJf-N2-lAz">
<rect key="frame" x="53" y="288" width="269" height="30"/>
<color key="textColor" red="0.16078431372549018" green="0.6705882352941176" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
<textInputTraits key="textInputTraits"/>
</textField>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mz9-Pf-9PJ">
<rect key="frame" x="157" y="344" width="61" height="61"/>
<state key="normal" image="button"/>
<connections>
<action selector="goToNext:" destination="Rme-wi-QoM" eventType="touchUpInside" id="ccl-QX-9rc"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="y0p-2k-uGY" firstAttribute="centerY" secondItem="L2g-4u-OQr" secondAttribute="centerY" constant="-92" id="5Bj-sx-Blj"/>
<constraint firstItem="cJf-N2-lAz" firstAttribute="top" secondItem="y0p-2k-uGY" secondAttribute="bottom" constant="29.5" id="5ct-oS-1ep"/>
<constraint firstItem="cJf-N2-lAz" firstAttribute="leading" secondItem="L2g-4u-OQr" secondAttribute="leadingMargin" constant="37" id="CFB-qW-Xyu"/>
<constraint firstItem="mz9-Pf-9PJ" firstAttribute="top" secondItem="cJf-N2-lAz" secondAttribute="bottom" constant="26" id="QVU-aL-8Mo"/>
<constraint firstItem="y0p-2k-uGY" firstAttribute="centerX" secondItem="L2g-4u-OQr" secondAttribute="centerX" id="Rvs-ma-JAu"/>
<constraint firstItem="mz9-Pf-9PJ" firstAttribute="leading" secondItem="L2g-4u-OQr" secondAttribute="leadingMargin" constant="141" id="T5E-wf-iXW"/>
<constraint firstAttribute="trailingMargin" secondItem="mz9-Pf-9PJ" secondAttribute="trailing" constant="141" id="gUq-kJ-Gjf"/>
<constraint firstAttribute="trailingMargin" secondItem="cJf-N2-lAz" secondAttribute="trailing" constant="37" id="vTu-S5-cKA"/>
</constraints>
</view>
<navigationItem key="navigationItem" id="oP9-bH-8LL"/>
<connections>
<outlet property="nameInput" destination="cJf-N2-lAz" id="EIL-gW-WD3"/>
<outlet property="nextButton" destination="mz9-Pf-9PJ" id="aWf-yV-Kdh"/>
<segue destination="E83-Uk-But" kind="show" identifier="goToNext" id="RU6-fx-poI"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="86p-b8-NVp" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="586" y="-188"/>
</scene>
<!--Avatar Selection-->
<scene sceneID="Fn3-3u-ZGl">
<objects>
<viewController storyboardIdentifier="AvatarCollection" id="E83-Uk-But" customClass="AvatarSelection" customModule="Collaborative_Reading_App_3" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="AmJ-7Y-UUw"/>
<viewControllerLayoutGuide type="bottom" id="0Js-FM-ERw"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="0tg-yT-NTi">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="3Jz-Pv-WWm">
<rect key="frame" x="0.0" y="108" width="375" height="559"/>
<color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="559" id="Icq-gW-EaV"/>
</constraints>
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="9R4-za-pbL">
<size key="itemSize" width="100" height="100"/>
<size key="headerReferenceSize" width="0.0" height="0.0"/>
<size key="footerReferenceSize" width="0.0" height="0.0"/>
<inset key="sectionInset" minX="20" minY="20" maxX="20" maxY="20"/>
</collectionViewFlowLayout>
<cells>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="CustomCell" id="3sn-MI-1MJ" customClass="CustomCell" customModule="Collaborative_Reading_App_3" customModuleProvider="target">
<rect key="frame" x="20" y="20" width="100" height="100"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="x3h-e5-uAR">
<rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
</imageView>
</subviews>
</view>
<constraints>
<constraint firstItem="x3h-e5-uAR" firstAttribute="leading" secondItem="3sn-MI-1MJ" secondAttribute="leading" id="5Ii-Nd-hmZ"/>
<constraint firstAttribute="trailing" secondItem="x3h-e5-uAR" secondAttribute="trailing" id="JNh-bA-zaf"/>
<constraint firstItem="x3h-e5-uAR" firstAttribute="top" secondItem="3sn-MI-1MJ" secondAttribute="top" id="enT-qH-r8B"/>
<constraint firstAttribute="bottom" secondItem="x3h-e5-uAR" secondAttribute="bottom" id="tBt-Ib-lKF"/>
</constraints>
<connections>
<outlet property="myImage" destination="x3h-e5-uAR" id="GwQ-nB-s7S"/>
</connections>
</collectionViewCell>
</cells>
</collectionView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Hi, NAME " lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UUS-Ua-B82">
<rect key="frame" x="41" y="30" width="294" height="27"/>
<constraints>
<constraint firstAttribute="width" secondItem="UUS-Ua-B82" secondAttribute="height" multiplier="98:9" id="88p-Tf-GSk"/>
</constraints>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="27"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Eyz-rZ-WvB">
<rect key="frame" x="116" y="586" width="61" height="61"/>
<state key="normal" image="backButton"/>
<connections>
<segue destination="Rme-wi-QoM" kind="show" id="PpE-mP-7bi"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dkg-7n-xyH">
<rect key="frame" x="198" y="586" width="61" height="61"/>
<state key="normal" image="button"/>
<connections>
<segue destination="OzD-1b-aiw" kind="show" id="q1E-r7-neD"/>
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Please select your avatar (this can be changed later)" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="icz-qy-22b">
<rect key="frame" x="41" y="55" width="241" height="45"/>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="21"/>
<color key="textColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="0.16078431372549018" green="0.6705882352941176" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="UUS-Ua-B82" firstAttribute="top" secondItem="AmJ-7Y-UUw" secondAttribute="bottom" constant="10" id="4sB-X5-1b2"/>
<constraint firstItem="0Js-FM-ERw" firstAttribute="top" secondItem="Eyz-rZ-WvB" secondAttribute="bottom" constant="20" id="5jg-6K-P3l"/>
<constraint firstItem="icz-qy-22b" firstAttribute="top" secondItem="AmJ-7Y-UUw" secondAttribute="bottom" constant="35" id="Cm9-wH-dDx"/>
<constraint firstItem="icz-qy-22b" firstAttribute="leading" secondItem="0tg-yT-NTi" secondAttribute="leadingMargin" constant="25" id="Etq-3L-ehn"/>
<constraint firstAttribute="trailingMargin" secondItem="UUS-Ua-B82" secondAttribute="trailing" constant="24" id="GjU-AU-auH"/>
<constraint firstItem="3Jz-Pv-WWm" firstAttribute="top" secondItem="UUS-Ua-B82" secondAttribute="bottom" constant="51" id="QfS-mC-Ecl"/>
<constraint firstItem="3Jz-Pv-WWm" firstAttribute="top" secondItem="icz-qy-22b" secondAttribute="bottom" constant="8" id="S9H-oM-CWt"/>
<constraint firstItem="3Jz-Pv-WWm" firstAttribute="bottom" secondItem="0Js-FM-ERw" secondAttribute="top" id="T4I-IC-xht"/>
<constraint firstAttribute="trailing" secondItem="3Jz-Pv-WWm" secondAttribute="trailing" id="UjU-Aa-pdh"/>
<constraint firstAttribute="trailingMargin" secondItem="dkg-7n-xyH" secondAttribute="trailing" constant="100" id="VOa-In-yVt"/>
<constraint firstItem="UUS-Ua-B82" firstAttribute="leading" secondItem="0tg-yT-NTi" secondAttribute="leadingMargin" constant="25" id="dX6-Le-OiV"/>
<constraint firstItem="0Js-FM-ERw" firstAttribute="top" secondItem="dkg-7n-xyH" secondAttribute="bottom" constant="20" id="lcG-1l-vFi"/>
<constraint firstItem="Eyz-rZ-WvB" firstAttribute="leading" secondItem="0tg-yT-NTi" secondAttribute="leadingMargin" constant="100" id="lnZ-14-Ja8"/>
<constraint firstItem="3Jz-Pv-WWm" firstAttribute="leading" secondItem="0tg-yT-NTi" secondAttribute="leading" id="pbo-ME-L9p"/>
<constraint firstAttribute="trailingMargin" secondItem="icz-qy-22b" secondAttribute="trailing" constant="77" id="sOW-oL-7Or"/>
</constraints>
</view>
<connections>
<outlet property="NextButton" destination="dkg-7n-xyH" id="vty-pX-mAM"/>
<outlet property="collectionView" destination="3Jz-Pv-WWm" id="8LA-Nk-ta9"/>
<outlet property="namelbl" destination="UUS-Ua-B82" id="STl-Xr-UPC"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="zH0-eB-1sW" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1480.8" y="-188.45577211394306"/>
</scene>
<!--Ready to Start Reading-->
<scene sceneID="xNk-28-8iY">
<objects>
<viewController id="OzD-1b-aiw" userLabel="Ready to Start Reading" customClass="ReadToStartReadingViewController" customModule="Collaborative_Reading_App_3" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="E7Q-F4-DHC"/>
<viewControllerLayoutGuide type="bottom" id="C7k-jJ-p8o"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="MbJ-v6-cxa">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" reversesTitleShadowWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UMR-xO-chY">
<rect key="frame" x="34" y="276" width="150" height="53"/>
<constraints>
<constraint firstAttribute="width" constant="150" id="6I1-QH-MEN"/>
<constraint firstAttribute="height" constant="53" id="LER-ub-J5J"/>
</constraints>
<state key="normal" image="purpleButton"/>
<connections>
<action selector="YesToStartReadingPressed:" destination="OzD-1b-aiw" eventType="touchUpInside" id="tVS-05-75f"/>
<segue destination="8gG-cd-BU3" kind="show" id="sif-uP-jFU"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8iy-tu-G07">
<rect key="frame" x="196" y="276" width="150" height="53"/>
<constraints>
<constraint firstAttribute="width" constant="150" id="AfA-O8-1nn"/>
<constraint firstAttribute="height" constant="53" id="ssI-cC-ktq"/>
</constraints>
<state key="normal" image="purpleButton"/>
<connections>
<action selector="SkipPressed:" destination="OzD-1b-aiw" eventType="touchUpInside" id="Wah-C7-onn"/>
<segue destination="O1r-MS-cFb" kind="show" id="oAo-39-y6i"/>
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Do you want to go through the tutorial?" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8jN-Vg-bLc">
<rect key="frame" x="0.0" y="180" width="375" height="68"/>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="34"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="SKIP" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="19D-fa-6Rk">
<rect key="frame" x="247" y="290" width="47" height="26"/>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="26"/>
<color key="textColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="YES" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="24z-RS-Nae">
<rect key="frame" x="90" y="290" width="39.5" height="26"/>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="26"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="8jN-Vg-bLc" secondAttribute="trailing" id="6ae-Wa-bWz"/>
<constraint firstItem="8iy-tu-G07" firstAttribute="leading" secondItem="UMR-xO-chY" secondAttribute="trailing" constant="11.5" id="8ZB-Uc-sn4"/>
<constraint firstItem="24z-RS-Nae" firstAttribute="centerX" secondItem="MbJ-v6-cxa" secondAttribute="centerX" constant="-78.5" id="9u6-Ln-87L"/>
<constraint firstItem="24z-RS-Nae" firstAttribute="baseline" secondItem="19D-fa-6Rk" secondAttribute="baseline" id="Ifz-kW-EB2"/>
<constraint firstItem="8iy-tu-G07" firstAttribute="top" secondItem="UMR-xO-chY" secondAttribute="top" id="KI8-iF-IT0"/>
<constraint firstItem="8iy-tu-G07" firstAttribute="centerX" secondItem="19D-fa-6Rk" secondAttribute="centerX" id="POd-6W-RF6"/>
<constraint firstItem="8iy-tu-G07" firstAttribute="leading" secondItem="UMR-xO-chY" secondAttribute="trailing" constant="11.5" id="UcT-li-lG1"/>
<constraint firstItem="8jN-Vg-bLc" firstAttribute="top" secondItem="E7Q-F4-DHC" secondAttribute="bottom" constant="160" id="Zpn-2C-AM8"/>
<constraint firstItem="UMR-xO-chY" firstAttribute="centerX" secondItem="24z-RS-Nae" secondAttribute="centerX" id="tNY-qY-7yU"/>
<constraint firstItem="8iy-tu-G07" firstAttribute="top" secondItem="8jN-Vg-bLc" secondAttribute="bottom" constant="28" id="vIR-te-YS5"/>
<constraint firstItem="8jN-Vg-bLc" firstAttribute="leading" secondItem="MbJ-v6-cxa" secondAttribute="leading" id="x1R-BR-uOH"/>
<constraint firstItem="8iy-tu-G07" firstAttribute="centerY" secondItem="19D-fa-6Rk" secondAttribute="centerY" id="yvz-Qm-lQX"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="2Nm-8o-IpS" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2416.8000000000002" y="-188.45577211394306"/>
</scene>
<!--View Controller-->
<scene sceneID="gyz-aC-hN8">
<objects>
<viewController id="8gG-cd-BU3" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="h2a-Ty-RKp"/>
<viewControllerLayoutGuide type="bottom" id="Bxf-9P-mu3"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="ILK-MH-f0Q">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="On the next screen, enter the book info" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="W8t-9j-dEU">
<rect key="frame" x="0.0" y="79" width="375" height="276"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="34"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aQg-ew-N54">
<rect key="frame" x="85" y="433" width="204" height="53"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" image="Ok Button"/>
<connections>
<segue destination="DdY-y5-TEl" kind="show" id="QuW-5Z-Tlh"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="calibratedRGB"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="2wZ-6s-8KX" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="3221.5999999999999" y="-190.25487256371815"/>
</scene>
<!--Menu-->
<scene sceneID="DUH-Gg-Tw3">
<objects>
<viewControllerPlaceholder storyboardName="Menu" id="O1r-MS-cFb" sceneMemberID="viewController"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="K6k-AQ-B7R" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2405" y="289"/>
</scene>
<!--View Controller-->
<scene sceneID="HY1-R2-N8G">
<objects>
<viewController id="DdY-y5-TEl" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="0fF-Qo-BO4"/>
<viewControllerLayoutGuide type="bottom" id="GFZ-vi-uBy"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="N9C-PI-gF1">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Author Rectangle" translatesAutoresizingMaskIntoConstraints="NO" id="XT3-ge-eGf">
<rect key="frame" x="46" y="54" width="283" height="165"/>
<constraints>
<constraint firstAttribute="height" constant="165" id="tbL-pQ-5Ok"/>
</constraints>
</imageView>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Author Rectangle" translatesAutoresizingMaskIntoConstraints="NO" id="2Bb-O8-mhd">
<rect key="frame" x="46" y="230" width="283" height="165"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Number of pages" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Fat-WB-wLR">
<rect key="frame" x="87" y="263" width="199" height="17"/>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="Author Rectangle" translatesAutoresizingMaskIntoConstraints="NO" id="QTl-WY-JMs">
<rect key="frame" x="46" y="403" width="283" height="148"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Author name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EKs-Xp-o0g">
<rect key="frame" x="88" y="429" width="199" height="19"/>
<constraints>
<constraint firstAttribute="height" constant="19" id="uGb-aI-mAo"/>
</constraints>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Enter your book title" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hdy-wV-jPG">
<rect key="frame" x="87" y="82" width="199" height="19"/>
<constraints>
<constraint firstAttribute="height" constant="19" id="E2V-qY-ga7"/>
</constraints>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="qns-8R-GfK">
<rect key="frame" x="113" y="325" width="149" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="wN8-67-wgO"/>
</constraints>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="KdF-th-xsd">
<rect key="frame" x="113" y="152" width="149" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="XHP-oF-7en">
<rect key="frame" x="88" y="559" width="61" height="61"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" image="backButton"/>
<connections>
<segue destination="8gG-cd-BU3" kind="show" id="foQ-fE-cVm"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kA8-Ei-bjo">
<rect key="frame" x="172" y="531" width="115" height="116"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" image="button"/>
<connections>
<segue destination="Y5G-zM-XQa" kind="show" id="NBU-2a-TKI"/>
</connections>
</button>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="ZRo-v8-ZJl">
<rect key="frame" x="112" y="478" width="149" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
</subviews>
<color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="EKs-Xp-o0g" firstAttribute="leading" secondItem="N9C-PI-gF1" secondAttribute="leadingMargin" constant="72" id="0eH-9I-kEW"/>
<constraint firstItem="XT3-ge-eGf" firstAttribute="trailing" secondItem="2Bb-O8-mhd" secondAttribute="trailing" id="47R-SC-9hA"/>
<constraint firstItem="XT3-ge-eGf" firstAttribute="leading" secondItem="2Bb-O8-mhd" secondAttribute="leading" id="6HH-Me-ABn"/>
<constraint firstItem="qns-8R-GfK" firstAttribute="top" secondItem="N9C-PI-gF1" secondAttribute="top" constant="325" id="6ZN-zk-bZw"/>
<constraint firstItem="qns-8R-GfK" firstAttribute="leading" secondItem="KdF-th-xsd" secondAttribute="leading" id="6dB-qD-M26"/>
<constraint firstAttribute="bottom" secondItem="EKs-Xp-o0g" secondAttribute="bottom" constant="219" id="7Qc-qS-KFG"/>
<constraint firstItem="hdy-wV-jPG" firstAttribute="leading" secondItem="N9C-PI-gF1" secondAttribute="leadingMargin" constant="71" id="9Hh-Qm-kdK"/>
<constraint firstItem="2Bb-O8-mhd" firstAttribute="top" secondItem="XT3-ge-eGf" secondAttribute="bottom" constant="11" id="BUU-Sz-HEv"/>
<constraint firstItem="qns-8R-GfK" firstAttribute="top" secondItem="Fat-WB-wLR" secondAttribute="bottom" constant="45" id="DY7-s1-8rM"/>
<constraint firstItem="XT3-ge-eGf" firstAttribute="top" secondItem="0fF-Qo-BO4" secondAttribute="bottom" constant="34" id="Kb2-ar-qQ6"/>
<constraint firstItem="hdy-wV-jPG" firstAttribute="leading" secondItem="Fat-WB-wLR" secondAttribute="leading" id="QNn-6o-vag"/>
<constraint firstItem="EKs-Xp-o0g" firstAttribute="top" secondItem="2Bb-O8-mhd" secondAttribute="bottom" constant="34" id="ciQ-e1-ogO"/>
<constraint firstItem="2Bb-O8-mhd" firstAttribute="top" secondItem="KdF-th-xsd" secondAttribute="bottom" constant="48" id="dIZ-TV-bJE"/>
<constraint firstAttribute="trailingMargin" secondItem="hdy-wV-jPG" secondAttribute="trailing" constant="73" id="hCF-M7-LWd"/>
<constraint firstItem="XT3-ge-eGf" firstAttribute="leading" secondItem="N9C-PI-gF1" secondAttribute="leadingMargin" constant="30" id="iPY-xC-soD"/>
<constraint firstItem="XT3-ge-eGf" firstAttribute="centerX" secondItem="qns-8R-GfK" secondAttribute="centerX" id="idp-nO-s8M"/>
<constraint firstItem="XT3-ge-eGf" firstAttribute="centerX" secondItem="EKs-Xp-o0g" secondAttribute="centerX" id="nLt-2a-HWL"/>
<constraint firstItem="XT3-ge-eGf" firstAttribute="centerX" secondItem="N9C-PI-gF1" secondAttribute="centerX" id="rgA-5q-nn1"/>
<constraint firstItem="XT3-ge-eGf" firstAttribute="centerX" secondItem="KdF-th-xsd" secondAttribute="centerX" id="tty-Zn-EQ2"/>
<constraint firstItem="hdy-wV-jPG" firstAttribute="trailing" secondItem="Fat-WB-wLR" secondAttribute="trailing" id="vHj-va-tPm"/>
<constraint firstItem="KdF-th-xsd" firstAttribute="top" secondItem="hdy-wV-jPG" secondAttribute="bottom" constant="51" id="yZy-ky-Edj"/>
<constraint firstItem="qns-8R-GfK" firstAttribute="leading" secondItem="N9C-PI-gF1" secondAttribute="leadingMargin" constant="97" id="ygt-2z-Vl0"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="hVB-Ct-3Z6" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="4041" y="-188"/>
</scene>
<!--View Controller-->
<scene sceneID="ifj-4y-XvE">
<objects>
<viewController id="Y5G-zM-XQa" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="mQB-Be-xL3"/>
<viewControllerLayoutGuide type="bottom" id="8Gg-7k-90V"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="cR2-Zq-two">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="Camera" translatesAutoresizingMaskIntoConstraints="NO" id="Rpe-df-BUT">
<rect key="frame" x="51" y="243" width="273" height="181"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Take a photo of the cover" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4wK-mr-Wf1">
<rect key="frame" x="109" y="97" width="157" height="79"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="26"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="x6g-aW-ReM">
<rect key="frame" x="97" y="570" width="61" height="61"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" image="backButton"/>
<connections>
<segue destination="DdY-y5-TEl" kind="show" id="rqz-mY-LD2"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6jE-Ak-SyK">
<rect key="frame" x="188" y="570" width="115" height="61"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" image="button"/>
<connections>
<segue destination="d2H-sN-whW" kind="show" id="juA-5b-yKI"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="calibratedRGB"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="rS5-Xf-RL7" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="5017" y="-188"/>
</scene>
<!--Camera Use-->
<scene sceneID="Arx-zi-Q9L">
<objects>
<viewController id="d2H-sN-whW" customClass="CameraUse" customModule="Collaborative_Reading_App_3" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="MaW-Qf-6gI"/>
<viewControllerLayoutGuide type="bottom" id="DfR-tr-2Gx"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="CfL-EF-z4R">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="e6T-FL-fWc">
<rect key="frame" x="42" y="87" width="291" height="190"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</imageView>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Z7P-dO-2dK">
<rect key="frame" x="139" y="489" width="97" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" title="Choose Photo"/>
<connections>
<action selector="shootPhoto:" destination="d2H-sN-whW" eventType="touchUpInside" id="BTJ-c1-hOx"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="g8L-nE-FHc">
<rect key="frame" x="220" y="567" width="61" height="61"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" image="button"/>
<connections>
<segue destination="8jA-St-YYc" kind="show" id="bWI-iV-Igm"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="W2K-1I-onJ">
<rect key="frame" x="102" y="567" width="61" height="61"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" image="backButton"/>
<connections>
<segue destination="Y5G-zM-XQa" kind="show" id="E9e-OP-XwS"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="calibratedRGB"/>
</view>
<connections>
<outlet property="myImageView" destination="e6T-FL-fWc" id="ida-dG-wvZ"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="VUq-HQ-07L" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="5852" y="-188"/>
</scene>
<!--View Controller-->
<scene sceneID="FwF-UO-JCX">
<objects>
<viewController id="8jA-St-YYc" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="P4t-H5-0kn"/>
<viewControllerLayoutGuide type="bottom" id="tRY-NK-aOr"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="abk-Zn-3Jj">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="On the next screen, please have your parent sign." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RpP-ES-7ie">
<rect key="frame" x="0.0" y="120" width="375" height="235"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="26"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FZ1-SC-U5U">
<rect key="frame" x="112" y="465" width="150" height="53"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" image="Ok Button"/>
<connections>
<segue destination="Upe-9q-zuT" kind="show" id="smz-J6-2VJ"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="calibratedRGB"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="vH9-jB-74r" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="6730" y="-188"/>
</scene>
<!--Tutorial End Screen-->
<scene sceneID="h7t-9l-4gm">
<objects>
<viewController id="Bak-tj-d9P" customClass="TutorialEndScreen" customModule="Collaborative_Reading_App_3" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="upX-yg-GnC"/>
<viewControllerLayoutGuide type="bottom" id="lQf-yz-lfW"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="EC2-rf-hEo">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" alpha="0.5" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Tutorial Second Last" translatesAutoresizingMaskIntoConstraints="NO" id="PCR-p2-7Qj">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<gestureRecognizers/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Double Tap or Swipe Right to access menu Try it now!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SwC-bX-ODQ">
<rect key="frame" x="46" y="175" width="282" height="138"/>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="20"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="PCR-p2-7Qj" secondAttribute="trailing" id="8jr-Jf-RoD"/>
<constraint firstItem="lQf-yz-lfW" firstAttribute="top" secondItem="PCR-p2-7Qj" secondAttribute="bottom" id="Bad-eV-AIY"/>
<constraint firstItem="SwC-bX-ODQ" firstAttribute="leading" secondItem="EC2-rf-hEo" secondAttribute="leadingMargin" constant="30" id="C4N-SH-xhb"/>
<constraint firstItem="PCR-p2-7Qj" firstAttribute="top" secondItem="EC2-rf-hEo" secondAttribute="top" id="Ctq-D4-H0z"/>
<constraint firstItem="SwC-bX-ODQ" firstAttribute="top" secondItem="upX-yg-GnC" secondAttribute="bottom" constant="155" id="GaT-Yy-kKs"/>
<constraint firstAttribute="trailingMargin" secondItem="SwC-bX-ODQ" secondAttribute="trailing" constant="31" id="cGp-vM-ckb"/>
<constraint firstItem="lQf-yz-lfW" firstAttribute="top" secondItem="SwC-bX-ODQ" secondAttribute="bottom" constant="354" id="crg-2G-3PT"/>
<constraint firstItem="PCR-p2-7Qj" firstAttribute="leading" secondItem="EC2-rf-hEo" secondAttribute="leading" id="dRq-Wc-9B5"/>
</constraints>
</view>
<connections>
<outlet property="menuImage" destination="PCR-p2-7Qj" id="w7p-Bw-Zns"/>
<segue destination="p4k-5Q-AF6" kind="show" identifier="swipeSegue" id="fud-5Y-KjW"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="eze-fy-Grs" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="8567" y="-188"/>
</scene>
<!--Turorial Final Screen-->
<scene sceneID="bNH-wK-SfS">
<objects>
<viewController storyboardIdentifier="tutorialFinalScreen" id="p4k-5Q-AF6" customClass="TurorialFinalScreen" customModule="Collaborative_Reading_App_3" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="oBB-6f-nfd"/>
<viewControllerLayoutGuide type="bottom" id="HXY-7l-uk8"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Qjy-x1-MId">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" alpha="0.5" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Tutorial Last Screen" translatesAutoresizingMaskIntoConstraints="NO" id="Ct9-oi-Stw">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Great! You have completed the tutorial!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wQK-UX-fqd">
<rect key="frame" x="64" y="177" width="246" height="142"/>
<fontDescription key="fontDescription" name="MyriadPro-Regular" family="Myriad Pro" pointSize="21"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qFC-98-4aW">
<rect key="frame" x="112" y="396" width="150" height="53"/>
<state key="normal" image="Ok Button"/>
<connections>
<segue destination="zbD-XZ-HmE" kind="show" id="tv5-sH-TrN"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="Ct9-oi-Stw" firstAttribute="top" secondItem="Qjy-x1-MId" secondAttribute="top" id="2EV-OG-mJq"/>
<constraint firstItem="qFC-98-4aW" firstAttribute="leading" secondItem="Qjy-x1-MId" secondAttribute="leadingMargin" constant="96" id="3U8-Zz-5Yd"/>
<constraint firstItem="qFC-98-4aW" firstAttribute="top" secondItem="wQK-UX-fqd" secondAttribute="bottom" constant="77" id="4n5-z4-0xa"/>
<constraint firstItem="HXY-7l-uk8" firstAttribute="top" secondItem="qFC-98-4aW" secondAttribute="bottom" constant="218" id="5Pn-UF-Z2b"/>
<constraint firstItem="HXY-7l-uk8" firstAttribute="top" secondItem="Ct9-oi-Stw" secondAttribute="bottom" id="BLl-fg-SKE"/>
<constraint firstAttribute="trailing" secondItem="Ct9-oi-Stw" secondAttribute="trailing" id="EyK-33-D51"/>
<constraint firstItem="qFC-98-4aW" firstAttribute="top" secondItem="wQK-UX-fqd" secondAttribute="bottom" constant="77" id="SqZ-BV-NNF"/>
<constraint firstItem="wQK-UX-fqd" firstAttribute="leading" secondItem="Qjy-x1-MId" secondAttribute="leadingMargin" constant="48" id="ViO-bv-qxn"/>
<constraint firstItem="Ct9-oi-Stw" firstAttribute="leading" secondItem="Qjy-x1-MId" secondAttribute="leading" id="a3h-lc-nDi"/>
<constraint firstAttribute="trailingMargin" secondItem="wQK-UX-fqd" secondAttribute="trailing" constant="49" id="csr-ja-xwa"/>
<constraint firstItem="wQK-UX-fqd" firstAttribute="top" secondItem="oBB-6f-nfd" secondAttribute="bottom" constant="157" id="ub3-y7-Rtv"/>
<constraint firstAttribute="trailingMargin" secondItem="qFC-98-4aW" secondAttribute="trailing" constant="97" id="xOK-W0-UIP"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="HdV-Ui-ZK8" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="9433" y="-188"/>
</scene>
<!--Menu-->
<scene sceneID="mRX-vi-HQo">
<objects>
<viewControllerPlaceholder storyboardName="Menu" id="zbD-XZ-HmE" sceneMemberID="viewController"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="Vdn-AI-KZI" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="9976" y="-190"/>
</scene>
<!--Signature Pad-->
<scene sceneID="Jex-na-rC1">
<objects>
<viewController id="Upe-9q-zuT" customClass="SignaturePad" customModule="Collaborative_Reading_App_3" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="ZD2-2v-OX2"/>
<viewControllerLayoutGuide type="bottom" id="pB6-mB-mxX"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Zic-5d-Z6u">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OEE-Ij-eYg">
<rect key="frame" x="98" y="602" width="61" height="61"/>
<state key="normal" image="backButton"/>
<connections>
<segue destination="8jA-St-YYc" kind="show" id="gZ4-8A-HEV"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lqt-NR-e0s">
<rect key="frame" x="206" y="602" width="61" height="61"/>
<state key="normal" image="button"/>
<connections>
<segue destination="Bak-tj-d9P" kind="show" id="oLv-tH-STy"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kMC-Ob-bQu">
<rect key="frame" x="309" y="20" width="46" height="30"/>
<state key="normal" title="SAVE"/>
<connections>
<action selector="saveButton:" destination="Upe-9q-zuT" eventType="touchUpInside" id="O3L-kv-tKY"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="T3g-DB-HDP">
<rect key="frame" x="16" y="20" width="46" height="30"/>
<state key="normal" title="RESET"/>
<connections>
<action selector="resetButton:" destination="Upe-9q-zuT" eventType="touchUpInside" id="bGt-zJ-tEI"/>
</connections>
</button>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="a2g-K0-M0I">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
</imageView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="a2g-K0-M0I" firstAttribute="leading" secondItem="Zic-5d-Z6u" secondAttribute="leading" id="3gA-Df-8Uk"/>
<constraint firstItem="pB6-mB-mxX" firstAttribute="top" secondItem="OEE-Ij-eYg" secondAttribute="bottom" constant="4" id="8dt-ki-AQ6"/>
<constraint firstItem="pB6-mB-mxX" firstAttribute="top" secondItem="a2g-K0-M0I" secondAttribute="bottom" id="9QD-FI-3Tq"/>
<constraint firstItem="kMC-Ob-bQu" firstAttribute="top" secondItem="ZD2-2v-OX2" secondAttribute="bottom" id="H2y-i0-i6K"/>
<constraint firstItem="pB6-mB-mxX" firstAttribute="top" secondItem="lqt-NR-e0s" secondAttribute="bottom" constant="4" id="MC9-Gw-tbw"/>
<constraint firstAttribute="trailingMargin" secondItem="lqt-NR-e0s" secondAttribute="trailing" constant="92" id="MUQ-MM-9S1"/>
<constraint firstItem="T3g-DB-HDP" firstAttribute="leading" secondItem="Zic-5d-Z6u" secondAttribute="leadingMargin" id="Mkn-G2-5CY"/>
<constraint firstItem="OEE-Ij-eYg" firstAttribute="leading" secondItem="Zic-5d-Z6u" secondAttribute="leadingMargin" constant="82" id="asM-sY-2MR"/>
<constraint firstItem="T3g-DB-HDP" firstAttribute="top" secondItem="ZD2-2v-OX2" secondAttribute="bottom" id="bhp-7D-i5o"/>
<constraint firstAttribute="trailing" secondItem="a2g-K0-M0I" secondAttribute="trailing" id="wde-hM-sJq"/>
<constraint firstItem="a2g-K0-M0I" firstAttribute="top" secondItem="Zic-5d-Z6u" secondAttribute="top" id="xzR-n2-7U6"/>
<constraint firstAttribute="trailingMargin" secondItem="kMC-Ob-bQu" secondAttribute="trailing" constant="4" id="z1j-QJ-2o6"/>
</constraints>
</view>
<connections>
<outlet property="imageView" destination="a2g-K0-M0I" id="Y9d-sl-kf8"/>
<outlet property="nextButton" destination="lqt-NR-e0s" id="TKd-T5-7Vd"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="VrN-nX-XcN" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="7604" y="-188"/>
</scene>
</scenes>
<resources>
<image name="Author Rectangle" width="254" height="110"/>
<image name="Camera" width="224" height="157"/>
<image name="Ok Button" width="150" height="53"/>
<image name="Tutorial Last Screen" width="562" height="1004"/>
<image name="Tutorial Second Last" width="566" height="1004"/>
<image name="backButton" width="61" height="61"/>
<image name="button" width="61" height="61"/>
<image name="purpleButton" width="150" height="53"/>
</resources>
<inferredMetricsTieBreakers>
<segue reference="gZ4-8A-HEV"/>
<segue reference="E9e-OP-XwS"/>
<segue reference="rqz-mY-LD2"/>
<segue reference="foQ-fE-cVm"/>
</inferredMetricsTieBreakers>
</document>