Subversion Repository Public Repository

Nextrek

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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14865.1" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
    <device id="retina6_1" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14819.2"/>
        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <scenes>
        <!--View Controller-->
        <scene sceneID="tne-QT-ifu">
            <objects>
                <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LA BALLATA DEI MOSTRI" translatesAutoresizingMaskIntoConstraints="NO" id="bO3-kU-hGL">
                                <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                            </imageView>
                            <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="AGs-Lr-fHP">
                                <rect key="frame" x="166" y="760" width="83" height="41"/>
                                <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                                <state key="normal" image="btn_gray"/>
                                <connections>
                                    <segue destination="0Tt-AO-lDa" kind="presentation" modalPresentationStyle="fullScreen" id="s9s-72-TWS"/>
                                </connections>
                            </button>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Menu" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9KX-oD-o0N">
                                <rect key="frame" x="166" y="760" width="83" height="41"/>
                                <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                                <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                <nil key="textColor"/>
                                <nil key="highlightedColor"/>
                            </label>
                        </subviews>
                        <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstAttribute="bottom" secondItem="bO3-kU-hGL" secondAttribute="bottom" id="Cgs-Sd-6h2"/>
                            <constraint firstItem="bO3-kU-hGL" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="ckj-TF-qd8"/>
                            <constraint firstAttribute="trailing" secondItem="bO3-kU-hGL" secondAttribute="trailing" id="dZy-xc-9uz"/>
                            <constraint firstItem="bO3-kU-hGL" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="wi1-ui-qFq"/>
                        </constraints>
                        <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
                    </view>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="137.68115942028987" y="99.776785714285708"/>
        </scene>
        <!--TCVC-->
        <scene sceneID="hQp-ei-LBd">
            <objects>
                <viewController storyboardIdentifier="TCVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="BAz-Nn-wqo" customClass="TCVC" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="M4S-WY-3Io">
                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PXO-ab-V4d">
                                <rect key="frame" x="0.0" y="44" width="414" height="44"/>
                                <items>
                                    <navigationItem title="TERMINI E CONDIZIONI" id="uWh-61-ESR">
                                        <barButtonItem key="leftBarButtonItem" style="plain" id="UZQ-cK-c7a">
                                            <button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="iTJ-zp-nC6">
                                                <rect key="frame" x="20" y="0.0" width="44" height="44"/>
                                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                                <state key="normal" image="btn_back"/>
                                                <connections>
                                                    <action selector="Close:" destination="BAz-Nn-wqo" eventType="touchUpInside" id="Fll-yh-EtZ"/>
                                                </connections>
                                            </button>
                                        </barButtonItem>
                                    </navigationItem>
                                </items>
                            </navigationBar>
                            <wkWebView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="26W-7d-fd7">
                                <rect key="frame" x="0.0" y="88" width="414" height="808"/>
                                <color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                <wkWebViewConfiguration key="configuration">
                                    <audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
                                    <wkPreferences key="preferences"/>
                                </wkWebViewConfiguration>
                            </wkWebView>
                        </subviews>
                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                        <constraints>
                            <constraint firstAttribute="bottom" secondItem="26W-7d-fd7" secondAttribute="bottom" id="DN3-C3-pa7"/>
                            <constraint firstItem="PXO-ab-V4d" firstAttribute="leading" secondItem="rs2-Cr-xcv" secondAttribute="leading" id="UKj-pl-lWR"/>
                            <constraint firstItem="26W-7d-fd7" firstAttribute="top" secondItem="PXO-ab-V4d" secondAttribute="bottom" id="biF-rB-kUZ"/>
                            <constraint firstItem="26W-7d-fd7" firstAttribute="leading" secondItem="rs2-Cr-xcv" secondAttribute="leading" id="buZ-SU-iEe"/>
                            <constraint firstItem="26W-7d-fd7" firstAttribute="top" secondItem="PXO-ab-V4d" secondAttribute="bottom" id="mJC-Hw-csG"/>
                            <constraint firstItem="26W-7d-fd7" firstAttribute="trailing" secondItem="rs2-Cr-xcv" secondAttribute="trailing" id="r1n-hA-nEL"/>
                            <constraint firstItem="PXO-ab-V4d" firstAttribute="top" secondItem="rs2-Cr-xcv" secondAttribute="top" id="tGq-my-QPk"/>
                            <constraint firstItem="PXO-ab-V4d" firstAttribute="trailing" secondItem="rs2-Cr-xcv" secondAttribute="trailing" id="zrG-YX-Pu5"/>
                        </constraints>
                        <viewLayoutGuide key="safeArea" id="rs2-Cr-xcv"/>
                    </view>
                    <connections>
                        <outlet property="contentWebView" destination="26W-7d-fd7" id="SkO-aq-Wgj"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="kYP-vc-X4i" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="992.75362318840587" y="-645.53571428571422"/>
        </scene>
        <!--MenuVC-->
        <scene sceneID="Tcg-2H-49Z">
            <objects>
                <viewController id="0Tt-AO-lDa" customClass="MenuVC" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="VNH-aq-H7u">
                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bkg" translatesAutoresizingMaskIntoConstraints="NO" id="BZ9-wp-XG4">
                                <rect key="frame" x="0.0" y="44" width="414" height="852"/>
                            </imageView>
                            <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="xHG-3n-rhP">
                                <rect key="frame" x="16" y="128" width="382" height="724"/>
                                <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                <prototypes>
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="MenuCell" id="FsB-5R-5fc" customClass="MenuCell">
                                        <rect key="frame" x="0.0" y="28" width="382" height="43.5"/>
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="FsB-5R-5fc" id="S2Y-kV-Qlt" customClass="MenuCell">
                                            <rect key="frame" x="0.0" y="0.0" width="382" height="43.5"/>
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GWY-fW-rXc">
                                                    <rect key="frame" x="0.0" y="0.0" width="382" height="44"/>
                                                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
                                                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                                    <nil key="textColor"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
                                            </subviews>
                                        </tableViewCellContentView>
                                        <connections>
                                            <outlet property="cellLabel" destination="GWY-fW-rXc" id="dax-Bk-iGI"/>
                                        </connections>
                                    </tableViewCell>
                                </prototypes>
                                <connections>
                                    <outlet property="dataSource" destination="0Tt-AO-lDa" id="qMC-HQ-IKe"/>
                                    <outlet property="delegate" destination="0Tt-AO-lDa" id="y8p-IL-aOd"/>
                                </connections>
                            </tableView>
                            <navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JzP-WG-BIm">
                                <rect key="frame" x="0.0" y="44" width="414" height="44"/>
                                <items>
                                    <navigationItem title="MENU" id="NyY-M6-9JT">
                                        <barButtonItem key="leftBarButtonItem" title="Item" image="btn_tc" style="plain" id="be3-LL-QWZ">
                                            <button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="OjI-ex-XYy">
                                                <rect key="frame" x="20" y="0.0" width="110" height="44"/>
                                                <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                                                <state key="normal" image="btn_tc"/>
                                                <connections>
                                                    <action selector="doTCVCButton" destination="0Tt-AO-lDa" eventType="touchUpInside" id="zzr-KY-9Qv"/>
                                                </connections>
                                            </button>
                                        </barButtonItem>
                                        <rightBarButtonItems>
                                            <barButtonItem title="Item" style="plain" id="PC6-Mc-mMk">
                                                <button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="infoLight" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" id="hFv-dl-rhd">
                                                    <rect key="frame" x="369" y="10" width="25" height="24"/>
                                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                                    <connections>
                                                        <action selector="doInfoButton" destination="0Tt-AO-lDa" eventType="touchUpInside" id="UgP-Ja-xa7"/>
                                                    </connections>
                                                </button>
                                            </barButtonItem>
                                            <barButtonItem style="plain" id="4GC-dm-FcM">
                                                <button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="okg-cE-Z0C">
                                                    <rect key="frame" x="264" y="0.0" width="97" height="44"/>
                                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                                    <state key="normal" image="backToBook"/>
                                                    <connections>
                                                        <action selector="doBackToChapter" destination="0Tt-AO-lDa" eventType="touchUpInside" id="wOU-IC-IJh"/>
                                                    </connections>
                                                </button>
                                            </barButtonItem>
                                        </rightBarButtonItems>
                                    </navigationItem>
                                </items>
                            </navigationBar>
                        </subviews>
                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                        <constraints>
                            <constraint firstItem="xHG-3n-rhP" firstAttribute="leading" secondItem="ssQ-im-gea" secondAttribute="leading" constant="16" id="4dl-qR-idW"/>
                            <constraint firstItem="BZ9-wp-XG4" firstAttribute="trailing" secondItem="ssQ-im-gea" secondAttribute="trailing" id="8pv-j3-B1U"/>
                            <constraint firstAttribute="trailing" secondItem="JzP-WG-BIm" secondAttribute="trailing" id="KQF-5a-6Bm"/>
                            <constraint firstAttribute="bottom" secondItem="BZ9-wp-XG4" secondAttribute="bottom" id="Po3-Zm-DmY"/>
                            <constraint firstItem="xHG-3n-rhP" firstAttribute="top" secondItem="JzP-WG-BIm" secondAttribute="bottom" constant="40" id="R9g-hK-QFL"/>
                            <constraint firstItem="ssQ-im-gea" firstAttribute="trailing" secondItem="xHG-3n-rhP" secondAttribute="trailing" constant="16" id="SUn-2z-FEI"/>
                            <constraint firstItem="ssQ-im-gea" firstAttribute="bottom" secondItem="xHG-3n-rhP" secondAttribute="bottom" constant="10" id="UvC-ca-KXr"/>
                            <constraint firstItem="JzP-WG-BIm" firstAttribute="top" secondItem="ssQ-im-gea" secondAttribute="top" id="hbv-zX-FmW"/>
                            <constraint firstItem="BZ9-wp-XG4" firstAttribute="leading" secondItem="ssQ-im-gea" secondAttribute="leading" id="l9B-62-oPX"/>
                            <constraint firstItem="JzP-WG-BIm" firstAttribute="leading" secondItem="VNH-aq-H7u" secondAttribute="leading" id="lFN-41-ImE"/>
                            <constraint firstItem="BZ9-wp-XG4" firstAttribute="top" secondItem="ssQ-im-gea" secondAttribute="top" id="uj4-iM-G6Q"/>
                        </constraints>
                        <viewLayoutGuide key="safeArea" id="ssQ-im-gea"/>
                    </view>
                    <connections>
                        <outlet property="backToChapterBtn" destination="okg-cE-Z0C" id="XJ3-DM-JRL"/>
                        <outlet property="tableView" destination="xHG-3n-rhP" id="Xfs-bh-MqK"/>
                        <segue destination="Ptw-5I-nNL" kind="presentation" identifier="showIndexVC" modalPresentationStyle="fullScreen" id="c0P-Us-1cd"/>
                        <segue destination="u6C-Cu-z6h" kind="presentation" id="30F-kF-dda"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="XCB-vt-Tdd" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="992.75362318840587" y="99.776785714285708"/>
        </scene>
        <!--IndiceVC-->
        <scene sceneID="Aal-hZ-RgK">
            <objects>
                <viewController storyboardIdentifier="IndiceVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="Ptw-5I-nNL" customClass="IndiceVC" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="eeW-T1-vQu">
                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bkg" translatesAutoresizingMaskIntoConstraints="NO" id="emO-sf-FF2">
                                <rect key="frame" x="0.0" y="44" width="414" height="852"/>
                            </imageView>
                            <navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="XUu-Yq-JPo">
                                <rect key="frame" x="0.0" y="44" width="414" height="44"/>
                                <items>
                                    <navigationItem title="I MOSTRI" id="v8q-OS-QtC">
                                        <barButtonItem key="leftBarButtonItem" style="plain" id="5hz-h0-e06">
                                            <button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="ATi-nr-yda">
                                                <rect key="frame" x="20" y="0.0" width="44" height="44"/>
                                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                                <state key="normal" image="btn_back"/>
                                                <connections>
                                                    <action selector="Close:" destination="Ptw-5I-nNL" eventType="touchUpInside" id="WXX-px-BWS"/>
                                                </connections>
                                            </button>
                                        </barButtonItem>
                                        <barButtonItem key="rightBarButtonItem" style="plain" id="6Oh-fF-YtZ">
                                            <button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="MgN-ll-FcC">
                                                <rect key="frame" x="308" y="0.0" width="86" height="44"/>
                                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                                <state key="normal" image="backToBook"/>
                                                <connections>
                                                    <action selector="doBackToChapter" destination="Ptw-5I-nNL" eventType="touchUpInside" id="e0w-AJ-fEu"/>
                                                </connections>
                                            </button>
                                        </barButtonItem>
                                    </navigationItem>
                                </items>
                            </navigationBar>
                            <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="QBl-dD-bpH">
                                <rect key="frame" x="16" y="118" width="382" height="738"/>
                                <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
                                <prototypes>
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="IndiceCell" id="oFZ-Iu-u6O" customClass="IndiceCell">
                                        <rect key="frame" x="0.0" y="28" width="382" height="43.5"/>
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="oFZ-Iu-u6O" id="RHu-tr-8wp">
                                            <rect key="frame" x="0.0" y="0.0" width="382" height="43.5"/>
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oDF-uR-YDJ">
                                                    <rect key="frame" x="0.0" y="0.0" width="382" height="44"/>
                                                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
                                                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                                    <nil key="textColor"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
                                            </subviews>
                                        </tableViewCellContentView>
                                        <connections>
                                            <outlet property="cellLabel" destination="oDF-uR-YDJ" id="SXv-Uh-M7C"/>
                                        </connections>
                                    </tableViewCell>
                                </prototypes>
                                <connections>
                                    <outlet property="dataSource" destination="Ptw-5I-nNL" id="h0x-xI-PS6"/>
                                    <outlet property="delegate" destination="Ptw-5I-nNL" id="tFO-ua-hsr"/>
                                </connections>
                            </tableView>
                        </subviews>
                        <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
                        <constraints>
                            <constraint firstAttribute="bottom" secondItem="emO-sf-FF2" secondAttribute="bottom" id="5Gt-qG-E5R"/>
                            <constraint firstItem="XUu-Yq-JPo" firstAttribute="leading" secondItem="YvX-1Q-Sdq" secondAttribute="leading" id="8Gr-X4-4EG"/>
                            <constraint firstItem="QBl-dD-bpH" firstAttribute="top" secondItem="XUu-Yq-JPo" secondAttribute="bottom" constant="30" id="GNB-mu-cvX"/>
                            <constraint firstAttribute="bottom" secondItem="QBl-dD-bpH" secondAttribute="bottom" constant="40" id="I0T-q4-tyV"/>
                            <constraint firstItem="emO-sf-FF2" firstAttribute="leading" secondItem="YvX-1Q-Sdq" secondAttribute="leading" id="Irl-m1-Vsi"/>
                            <constraint firstItem="emO-sf-FF2" firstAttribute="top" secondItem="YvX-1Q-Sdq" secondAttribute="top" id="NOa-Kw-Nys"/>
                            <constraint firstItem="XUu-Yq-JPo" firstAttribute="top" secondItem="YvX-1Q-Sdq" secondAttribute="top" id="V5J-O1-kAd"/>
                            <constraint firstItem="YvX-1Q-Sdq" firstAttribute="trailing" secondItem="QBl-dD-bpH" secondAttribute="trailing" constant="16" id="Vpk-lE-ZzD"/>
                            <constraint firstItem="QBl-dD-bpH" firstAttribute="leading" secondItem="YvX-1Q-Sdq" secondAttribute="leading" constant="16" id="Y1c-5w-bei"/>
                            <constraint firstItem="XUu-Yq-JPo" firstAttribute="trailing" secondItem="YvX-1Q-Sdq" secondAttribute="trailing" id="djv-WF-Ppg"/>
                            <constraint firstItem="emO-sf-FF2" firstAttribute="trailing" secondItem="YvX-1Q-Sdq" secondAttribute="trailing" id="kyP-Pp-hzn"/>
                            <constraint firstItem="QBl-dD-bpH" firstAttribute="top" secondItem="XUu-Yq-JPo" secondAttribute="bottom" constant="30" id="yzD-30-ZK0"/>
                        </constraints>
                        <viewLayoutGuide key="safeArea" id="YvX-1Q-Sdq"/>
                    </view>
                    <navigationItem key="navigationItem" id="Gzr-34-BP5"/>
                    <connections>
                        <outlet property="backToChapterBtn" destination="MgN-ll-FcC" id="ate-yi-xG1"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="dQ1-hX-qle" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="2617" y="-1067"/>
        </scene>
        <!--PersonaggiVC-->
        <scene sceneID="Mck-dq-XfQ">
            <objects>
                <viewController id="u6C-Cu-z6h" customClass="PersonaggiVC" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="HAq-4X-14j">
                        <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bkg" translatesAutoresizingMaskIntoConstraints="NO" id="fP7-jt-Ydx">
                                <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
                            </imageView>
                            <navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2Rw-fh-nht">
                                <rect key="frame" x="0.0" y="0.0" width="414" height="56"/>
                                <items>
                                    <navigationItem id="E1F-Zg-Dcr">
                                        <nil key="title"/>
                                        <barButtonItem key="leftBarButtonItem" style="plain" id="5Jf-82-yhd">
                                            <button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="bNA-Ba-aln">
                                                <rect key="frame" x="20" y="6" width="44" height="44"/>
                                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                                <state key="normal" image="btn_back"/>
                                                <connections>
                                                    <action selector="doBack" destination="u6C-Cu-z6h" eventType="touchUpInside" id="mrm-AD-hf1"/>
                                                </connections>
                                            </button>
                                        </barButtonItem>
                                        <button key="titleView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="1Jh-TC-5MA">
                                            <rect key="frame" x="123" y="6" width="168" height="44"/>
                                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                            <state key="normal" title="Ascolta" backgroundImage="btn_gray">
                                                <color key="titleColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                            </state>
                                        </button>
                                        <barButtonItem key="rightBarButtonItem" style="plain" id="kgG-r0-RCb">
                                            <button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="KPb-zX-89V">
                                                <rect key="frame" x="308" y="6" width="86" height="44"/>
                                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                                <state key="normal" image="backToBook"/>
                                                <connections>
                                                    <action selector="doBackToChapter" destination="u6C-Cu-z6h" eventType="touchUpInside" id="yD2-0w-gCB"/>
                                                </connections>
                                            </button>
                                        </barButtonItem>
                                    </navigationItem>
                                </items>
                            </navigationBar>
                            <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="yBu-tK-cKn">
                                <rect key="frame" x="0.0" y="56" width="414" height="786"/>
                                <viewLayoutGuide key="contentLayoutGuide" id="GaQ-nG-XkQ"/>
                                <viewLayoutGuide key="frameLayoutGuide" id="pDs-Ud-O5R"/>
                            </scrollView>
                        </subviews>
                        <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
                        <constraints>
                            <constraint firstItem="yBu-tK-cKn" firstAttribute="top" secondItem="2Rw-fh-nht" secondAttribute="bottom" id="4Bg-Wk-YYz"/>
                            <constraint firstItem="yBu-tK-cKn" firstAttribute="leading" secondItem="WvE-Od-ozI" secondAttribute="leading" id="9UL-Ff-4hR"/>
                            <constraint firstItem="yBu-tK-cKn" firstAttribute="trailing" secondItem="WvE-Od-ozI" secondAttribute="trailing" id="BMi-fW-h6s"/>
                            <constraint firstAttribute="bottom" secondItem="yBu-tK-cKn" secondAttribute="bottom" id="LdL-14-OGc"/>
                            <constraint firstItem="2Rw-fh-nht" firstAttribute="top" secondItem="WvE-Od-ozI" secondAttribute="top" id="Len-De-HEj"/>
                            <constraint firstAttribute="bottom" secondItem="fP7-jt-Ydx" secondAttribute="bottom" id="SfU-yU-TbA"/>
                            <constraint firstItem="fP7-jt-Ydx" firstAttribute="leading" secondItem="WvE-Od-ozI" secondAttribute="leading" id="Y6R-vr-vIn"/>
                            <constraint firstItem="2Rw-fh-nht" firstAttribute="leading" secondItem="WvE-Od-ozI" secondAttribute="leading" id="Zhu-oA-qLb"/>
                            <constraint firstItem="2Rw-fh-nht" firstAttribute="trailing" secondItem="WvE-Od-ozI" secondAttribute="trailing" id="jwg-qj-jta"/>
                            <constraint firstItem="yBu-tK-cKn" firstAttribute="top" secondItem="2Rw-fh-nht" secondAttribute="bottom" id="lhO-LS-6ee"/>
                            <constraint firstItem="fP7-jt-Ydx" firstAttribute="top" secondItem="WvE-Od-ozI" secondAttribute="top" id="wM1-cg-xr7"/>
                            <constraint firstItem="fP7-jt-Ydx" firstAttribute="trailing" secondItem="WvE-Od-ozI" secondAttribute="trailing" id="yKA-OZ-LLo"/>
                        </constraints>
                        <viewLayoutGuide key="safeArea" id="WvE-Od-ozI"/>
                    </view>
                    <navigationItem key="navigationItem" id="ca9-ND-ddf"/>
                    <connections>
                        <outlet property="backToChapterBtn" destination="KPb-zX-89V" id="usO-QI-5z8"/>
                        <outlet property="pageScrollView" destination="yBu-tK-cKn" id="kVb-UV-14W"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="VNc-1U-pQk" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="2615.9420289855075" y="-290.625"/>
        </scene>
        <!--InfoVC-->
        <scene sceneID="ZHt-TJ-kLo">
            <objects>
                <viewController storyboardIdentifier="InfoVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="62h-jd-9yJ" customClass="InfoVC" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="hQB-9I-LT3">
                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bkg" translatesAutoresizingMaskIntoConstraints="NO" id="pA8-Eu-j2F">
                                <rect key="frame" x="0.0" y="44" width="414" height="852"/>
                            </imageView>
                            <navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rDs-0v-fYO">
                                <rect key="frame" x="0.0" y="44" width="414" height="44"/>
                                <items>
                                    <navigationItem title="INFO" id="4oN-gR-MoJ">
                                        <barButtonItem key="leftBarButtonItem" style="plain" id="wrB-nv-n6g">
                                            <button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="162-FX-cQn">
                                                <rect key="frame" x="20" y="0.0" width="44" height="44"/>
                                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                                <state key="normal" image="btn_back"/>
                                                <connections>
                                                    <action selector="Close:" destination="62h-jd-9yJ" eventType="touchUpInside" id="8ql-bo-p7F"/>
                                                </connections>
                                            </button>
                                        </barButtonItem>
                                    </navigationItem>
                                </items>
                            </navigationBar>
                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="NextLogo" translatesAutoresizingMaskIntoConstraints="NO" id="Iir-Pk-SvX">
                                <rect key="frame" x="5" y="121" width="404" height="250"/>
                            </imageView>
                            <wkWebView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Das-EK-ZDP">
                                <rect key="frame" x="5" y="571" width="404" height="295"/>
                                <color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                <wkWebViewConfiguration key="configuration">
                                    <audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
                                    <wkPreferences key="preferences"/>
                                </wkWebViewConfiguration>
                            </wkWebView>
                            <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="xHh-lC-BhI">
                                <rect key="frame" x="5" y="391" width="404" height="170"/>
                                <color key="backgroundColor" red="0.89803921568627454" green="0.89803921568627454" blue="0.89803921568627454" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="170" id="3KV-Tg-Agf"/>
                                </constraints>
                                <string key="text">I Mostri sono stati scritti da Laura Pellegrini. 
Illustrazioni di Valentina Crisante. 
Letto e interpretato da Valentina Greco e Vania Castelfranchi. 
Musiche: Mangiamani - Muligno - Onno - Namastea sono di Francesca Pellegrini (Pianoforte); 
Musiche: Pasita e Parure sono di Lucia Dorelli  (Violino) - rielaborazione tema folk Irlandese. 
Musiche: Ballata dei Mostri - Strambuto - Gnorgnia - Mostro senza Nome e Tarasso sono di Agostino Pecorario. 
Tecnico del suono: Simone Colaiacomo</string>
                                <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
                            </textView>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ltj-9m-DaH">
                                <rect key="frame" x="361" y="93" width="48" height="17"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="17" id="e1M-kh-a9r"/>
                                    <constraint firstAttribute="width" constant="48" id="er3-gB-66J"/>
                                </constraints>
                                <fontDescription key="fontDescription" name="Rockwell-Regular" family="Rockwell" pointSize="17"/>
                                <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                <nil key="highlightedColor"/>
                            </label>
                        </subviews>
                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                        <constraints>
                            <constraint firstItem="Das-EK-ZDP" firstAttribute="top" secondItem="xHh-lC-BhI" secondAttribute="bottom" constant="10" id="1qm-gK-Iut"/>
                            <constraint firstAttribute="bottom" secondItem="pA8-Eu-j2F" secondAttribute="bottom" id="4jN-6J-XBX"/>
                            <constraint firstItem="pA8-Eu-j2F" firstAttribute="top" secondItem="1ux-A1-BEQ" secondAttribute="top" id="8Ld-E4-bSV"/>
                            <constraint firstItem="Iir-Pk-SvX" firstAttribute="top" secondItem="rDs-0v-fYO" secondAttribute="bottom" constant="33" id="CL9-9X-oaI"/>
                            <constraint firstItem="pA8-Eu-j2F" firstAttribute="leading" secondItem="hQB-9I-LT3" secondAttribute="leading" id="Dln-st-gZX"/>
                            <constraint firstItem="ltj-9m-DaH" firstAttribute="top" secondItem="rDs-0v-fYO" secondAttribute="bottom" constant="5" id="H80-Wk-bfW"/>
                            <constraint firstItem="1ux-A1-BEQ" firstAttribute="trailing" secondItem="xHh-lC-BhI" secondAttribute="trailing" constant="5" id="Ios-Os-kQa"/>
                            <constraint firstItem="xHh-lC-BhI" firstAttribute="top" secondItem="Iir-Pk-SvX" secondAttribute="bottom" constant="20" id="PdD-vX-JgG"/>
                            <constraint firstItem="1ux-A1-BEQ" firstAttribute="trailing" secondItem="Das-EK-ZDP" secondAttribute="trailing" constant="5" id="TSU-BS-N9U"/>
                            <constraint firstAttribute="trailing" secondItem="ltj-9m-DaH" secondAttribute="trailing" constant="5" id="V2z-aH-nOf"/>
                            <constraint firstItem="rDs-0v-fYO" firstAttribute="trailing" secondItem="1ux-A1-BEQ" secondAttribute="trailing" id="Vcm-de-f96"/>
                            <constraint firstAttribute="trailing" secondItem="pA8-Eu-j2F" secondAttribute="trailing" id="YHv-7W-qIV"/>
                            <constraint firstItem="1ux-A1-BEQ" firstAttribute="trailing" secondItem="Iir-Pk-SvX" secondAttribute="trailing" constant="5" id="Z1o-Vk-SvW"/>
                            <constraint firstItem="rDs-0v-fYO" firstAttribute="top" secondItem="1ux-A1-BEQ" secondAttribute="top" id="bu1-ge-ySq"/>
                            <constraint firstItem="Iir-Pk-SvX" firstAttribute="leading" secondItem="1ux-A1-BEQ" secondAttribute="leading" constant="5" id="e45-hO-gCh"/>
                            <constraint firstItem="Das-EK-ZDP" firstAttribute="top" secondItem="xHh-lC-BhI" secondAttribute="bottom" constant="10" id="gOv-tv-NcC"/>
                            <constraint firstItem="xHh-lC-BhI" firstAttribute="top" secondItem="Iir-Pk-SvX" secondAttribute="bottom" constant="20" id="gdX-XL-Ich"/>
                            <constraint firstItem="Das-EK-ZDP" firstAttribute="leading" secondItem="1ux-A1-BEQ" secondAttribute="leading" constant="5" id="mhz-vn-1fu"/>
                            <constraint firstItem="rDs-0v-fYO" firstAttribute="leading" secondItem="1ux-A1-BEQ" secondAttribute="leading" id="owS-8I-vov"/>
                            <constraint firstAttribute="bottom" secondItem="Das-EK-ZDP" secondAttribute="bottom" constant="30" id="qRX-bE-rpQ"/>
                            <constraint firstItem="xHh-lC-BhI" firstAttribute="leading" secondItem="1ux-A1-BEQ" secondAttribute="leading" constant="5" id="u2g-dH-MSU"/>
                            <constraint firstItem="Iir-Pk-SvX" firstAttribute="top" secondItem="ltj-9m-DaH" secondAttribute="bottom" constant="11" id="z7q-JE-dF2"/>
                        </constraints>
                        <viewLayoutGuide key="safeArea" id="1ux-A1-BEQ"/>
                    </view>
                    <connections>
                        <outlet property="creativeWebView" destination="Das-EK-ZDP" id="lvz-yB-rRr"/>
                        <outlet property="version" destination="ltj-9m-DaH" id="wea-UR-KrE"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="OdH-RT-9c0" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="997.10144927536237" y="878.57142857142856"/>
        </scene>
    </scenes>
    <resources>
        <image name="LA BALLATA DEI MOSTRI" width="159.5" height="320"/>
        <image name="NextLogo" width="320" height="250"/>
        <image name="backToBook" width="43" height="46"/>
        <image name="bkg" width="320" height="480"/>
        <image name="btn_back" width="22" height="26"/>
        <image name="btn_gray" width="84" height="40"/>
        <image name="btn_tc" width="55" height="26"/>
    </resources>
</document>

Commits for Nextrek/iOS/Emmanuele Rossi/REWORKMostri/NewMostri/Base.lproj/Main.storyboard

Diff revisions: vs.
Revision Author Commited Message
1145 Diff Diff DBraccini picture DBraccini Thu 05 Sep, 2019 15:28:59 +0000

tentativo aggiunta pagina Personaggi

1144 Diff Diff DBraccini picture DBraccini Wed 04 Sep, 2019 15:58:42 +0000

fix storyboard

1143 Diff Diff DBraccini picture DBraccini Wed 04 Sep, 2019 15:17:13 +0000

fix navbar mostri

1141 Diff Diff LDademo picture LDademo Wed 04 Sep, 2019 14:30:11 +0000

indice work in progress

1140 Diff Diff DBraccini picture DBraccini Wed 04 Sep, 2019 13:55:52 +0000

add indiceCV and indiceCell

1139 Diff Diff DBraccini picture DBraccini Wed 04 Sep, 2019 11:02:03 +0000

commit with new xcode version

1138 Diff Diff LDademo picture LDademo Wed 04 Sep, 2019 09:37:31 +0000

Info back ok

1136 Diff Diff LDademo picture LDademo Tue 03 Sep, 2019 15:59:54 +0000

InfoVC reference ready

1134 LDademo picture LDademo Tue 03 Sep, 2019 15:00:07 +0000

Rework dell’audiolibro “Mostri” di Emmanuele Rossi
- D’Ademo
- Braccini