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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
    <dependencies>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
        <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PoiVC">
            <connections>
                <outlet property="IndizioLabel" destination="MAu-QG-k0J" id="YgI-F0-5sg"/>
                <outlet property="coordinateLabel" destination="NJP-0t-Mn7" id="kkt-VF-8Av"/>
                <outlet property="coordinateValue" destination="Sc9-S0-Swb" id="DNv-24-iZz"/>
                <outlet property="coordinateView" destination="qOz-G1-3Me" id="dq8-Hp-EHP"/>
                <outlet property="indiziView" destination="oab-3w-cEf" id="Soi-43-IZs"/>
                <outlet property="indizioVal" destination="8g9-gm-sHs" id="SnT-Je-jB6"/>
                <outlet property="introView" destination="uov-nv-0Oc" id="gOK-yM-CfZ"/>
                <outlet property="menuview" destination="9va-Ky-TZf" id="2kO-jv-D15"/>
                <outlet property="poiDescription" destination="028-1V-c4t" id="Z3u-Wp-LCn"/>
                <outlet property="poiDuration" destination="DvQ-Xc-vHV" id="YPv-HN-srz"/>
                <outlet property="poiImage" destination="vjC-d1-JM0" id="hyU-lH-Ml9"/>
                <outlet property="poiTitle" destination="CS4-an-DVw" id="lGQ-oh-epB"/>
                <outlet property="radiusView" destination="ZoS-4Q-xGk" id="uOM-w0-xeD"/>
                <outlet property="stepOverButton" destination="YsD-Hh-mf6" id="gHk-TF-H8Z"/>
                <outlet property="testQuizButton" destination="yvo-zK-BK0" id="IyC-F6-xvB"/>
                <outlet property="view" destination="7M7-DP-JMi" id="cv5-V3-4pz"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="7M7-DP-JMi">
            <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="vjC-d1-JM0">
                    <rect key="frame" x="0.0" y="0.0" width="600" height="182"/>
                    <animations/>
                    <constraints>
                        <constraint firstAttribute="height" constant="182" id="h6w-Pj-heN"/>
                    </constraints>
                </imageView>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ifd-6N-a7t" userLabel="MapButton">
                    <rect key="frame" x="480" y="136" width="46" height="46"/>
                    <animations/>
                    <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="46" id="Mis-O2-beE"/>
                        <constraint firstAttribute="width" constant="46" id="tUm-nr-Sg0"/>
                    </constraints>
                    <state key="normal" image="2">
                        <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                    </state>
                    <connections>
                        <action selector="doOpenMap" destination="-1" eventType="touchUpInside" id="dgC-Ye-4AJ"/>
                    </connections>
                </button>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sOD-6V-hOg" userLabel="ZoomButton">
                    <rect key="frame" x="535" y="136" width="46" height="46"/>
                    <animations/>
                    <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="46" id="8if-fV-8Su"/>
                        <constraint firstAttribute="height" constant="46" id="C7W-T0-jed"/>
                    </constraints>
                    <state key="normal" image="1">
                        <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                    </state>
                    <connections>
                        <action selector="doEnlargePhoto" destination="-1" eventType="touchUpInside" id="Fxy-VO-bfB"/>
                    </connections>
                </button>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uov-nv-0Oc" userLabel="InfoView">
                    <rect key="frame" x="0.0" y="184" width="600" height="44"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="durata 00:00" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DvQ-Xc-vHV">
                            <rect key="frame" x="530" y="0.0" width="60" height="44"/>
                            <animations/>
                            <constraints>
                                <constraint firstAttribute="width" constant="60" id="6cB-cl-Emj"/>
                                <constraint firstAttribute="height" constant="21" id="OSs-ve-kHg"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="13"/>
                            <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
                            <nil key="highlightedColor"/>
                            <variation key="default">
                                <mask key="constraints">
                                    <exclude reference="OSs-ve-kHg"/>
                                </mask>
                            </variation>
                        </label>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Indizi" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MAu-QG-k0J" userLabel="coordLabel">
                            <rect key="frame" x="9" y="11" width="53" height="21"/>
                            <animations/>
                            <constraints>
                                <constraint firstAttribute="width" constant="53" id="Bou-Hk-uoT"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="13"/>
                            <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oab-3w-cEf" userLabel="indiziView">
                            <rect key="frame" x="64" y="5" width="34" height="34"/>
                            <subviews>
                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8g9-gm-sHs" userLabel="coordValue">
                                    <rect key="frame" x="0.0" y="0.0" width="34" height="34"/>
                                    <animations/>
                                    <constraints>
                                        <constraint firstAttribute="width" constant="34" id="grw-82-pfQ"/>
                                    </constraints>
                                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                    <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                    <nil key="highlightedColor"/>
                                </label>
                            </subviews>
                            <animations/>
                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                            <constraints>
                                <constraint firstAttribute="bottom" secondItem="8g9-gm-sHs" secondAttribute="bottom" id="2H5-Fq-5N1"/>
                                <constraint firstAttribute="width" constant="34" id="A0m-Xs-89Z"/>
                                <constraint firstItem="8g9-gm-sHs" firstAttribute="top" secondItem="oab-3w-cEf" secondAttribute="top" id="NVa-LC-SAF"/>
                                <constraint firstAttribute="height" constant="34" id="uUq-8b-8gj"/>
                            </constraints>
                        </view>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Coordinate" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NJP-0t-Mn7" userLabel="coordLabel">
                            <rect key="frame" x="111" y="11" width="87" height="21"/>
                            <animations/>
                            <constraints>
                                <constraint firstAttribute="width" constant="96" id="gob-qn-u1E"/>
                                <constraint firstAttribute="width" constant="87" id="hxM-El-5Wh"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="13"/>
                            <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
                            <nil key="highlightedColor"/>
                            <variation key="default">
                                <mask key="constraints">
                                    <exclude reference="gob-qn-u1E"/>
                                </mask>
                            </variation>
                        </label>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qOz-G1-3Me" userLabel="coordView">
                            <rect key="frame" x="201" y="5" width="34" height="34"/>
                            <subviews>
                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="D2" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Sc9-S0-Swb" userLabel="coordValue">
                                    <rect key="frame" x="0.0" y="0.0" width="34" height="34"/>
                                    <animations/>
                                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                    <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                    <nil key="highlightedColor"/>
                                </label>
                            </subviews>
                            <animations/>
                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                            <constraints>
                                <constraint firstAttribute="width" constant="34" id="8hf-Q9-uSb"/>
                                <constraint firstAttribute="width" constant="34" id="OfX-dE-Lzi"/>
                                <constraint firstAttribute="height" constant="34" id="TwE-GK-1jr"/>
                                <constraint firstAttribute="height" constant="34" id="Ush-PO-aFk"/>
                            </constraints>
                            <variation key="default">
                                <mask key="constraints">
                                    <exclude reference="8hf-Q9-uSb"/>
                                    <exclude reference="TwE-GK-1jr"/>
                                </mask>
                            </variation>
                        </view>
                    </subviews>
                    <animations/>
                    <color key="backgroundColor" white="0.0" alpha="0.5" colorSpace="calibratedWhite"/>
                    <constraints>
                        <constraint firstAttribute="bottom" secondItem="NJP-0t-Mn7" secondAttribute="bottom" constant="12" id="1cD-HL-mhi"/>
                        <constraint firstItem="qOz-G1-3Me" firstAttribute="leading" secondItem="NJP-0t-Mn7" secondAttribute="trailing" constant="3" id="4UP-eE-phU"/>
                        <constraint firstItem="NJP-0t-Mn7" firstAttribute="leading" secondItem="uov-nv-0Oc" secondAttribute="leading" constant="305" id="4UZ-qv-3cV"/>
                        <constraint firstItem="8g9-gm-sHs" firstAttribute="leading" secondItem="MAu-QG-k0J" secondAttribute="trailing" constant="2" id="EDb-um-OyE"/>
                        <constraint firstItem="NJP-0t-Mn7" firstAttribute="top" secondItem="uov-nv-0Oc" secondAttribute="top" constant="11" id="Gfs-Dg-WfS"/>
                        <constraint firstItem="qOz-G1-3Me" firstAttribute="top" secondItem="uov-nv-0Oc" secondAttribute="top" constant="5" id="M9F-RG-ZIa"/>
                        <constraint firstItem="DvQ-Xc-vHV" firstAttribute="trailing" secondItem="uov-nv-0Oc" secondAttribute="trailingMargin" constant="-2" id="MDt-G0-8sU"/>
                        <constraint firstItem="MAu-QG-k0J" firstAttribute="top" secondItem="uov-nv-0Oc" secondAttribute="top" constant="11" id="MQP-uV-ozY"/>
                        <constraint firstAttribute="bottom" secondItem="qOz-G1-3Me" secondAttribute="bottom" constant="5" id="Szo-v7-gLj"/>
                        <constraint firstAttribute="bottom" secondItem="DvQ-Xc-vHV" secondAttribute="bottom" id="T8F-rp-8e1"/>
                        <constraint firstItem="qOz-G1-3Me" firstAttribute="leading" secondItem="NJP-0t-Mn7" secondAttribute="trailing" constant="3" id="THx-zZ-rrd"/>
                        <constraint firstItem="NJP-0t-Mn7" firstAttribute="top" secondItem="uov-nv-0Oc" secondAttribute="top" constant="11" id="WvK-1h-V5S"/>
                        <constraint firstAttribute="bottom" secondItem="NJP-0t-Mn7" secondAttribute="bottom" constant="12" id="ZuH-dM-xq2"/>
                        <constraint firstItem="MAu-QG-k0J" firstAttribute="leading" secondItem="uov-nv-0Oc" secondAttribute="leading" constant="9" id="atZ-zJ-pNP"/>
                        <constraint firstItem="qOz-G1-3Me" firstAttribute="top" secondItem="uov-nv-0Oc" secondAttribute="top" constant="5" id="dFF-6g-V9p"/>
                        <constraint firstItem="8g9-gm-sHs" firstAttribute="centerY" secondItem="NJP-0t-Mn7" secondAttribute="centerY" constant="0.5" id="dit-vV-cOX"/>
                        <constraint firstAttribute="bottom" secondItem="MAu-QG-k0J" secondAttribute="bottom" constant="12" id="fAJ-X3-h9w"/>
                        <constraint firstItem="NJP-0t-Mn7" firstAttribute="leading" secondItem="8g9-gm-sHs" secondAttribute="trailing" constant="13" id="ga8-mg-2oS"/>
                        <constraint firstAttribute="bottom" secondItem="qOz-G1-3Me" secondAttribute="bottom" constant="5" id="nyx-66-nZt"/>
                        <constraint firstItem="DvQ-Xc-vHV" firstAttribute="leading" secondItem="NJP-0t-Mn7" secondAttribute="trailing" constant="41" id="pmp-sn-9bK"/>
                        <constraint firstItem="oab-3w-cEf" firstAttribute="leading" secondItem="MAu-QG-k0J" secondAttribute="trailing" constant="2" id="sXH-Po-Gyi"/>
                        <constraint firstItem="8g9-gm-sHs" firstAttribute="centerY" secondItem="MAu-QG-k0J" secondAttribute="centerY" constant="0.5" id="uH0-Lt-qXf"/>
                        <constraint firstAttribute="height" constant="44" id="uM0-bp-xze"/>
                        <constraint firstItem="DvQ-Xc-vHV" firstAttribute="top" secondItem="uov-nv-0Oc" secondAttribute="top" id="yZ6-wj-QGC"/>
                    </constraints>
                    <variation key="default">
                        <mask key="constraints">
                            <exclude reference="4UZ-qv-3cV"/>
                            <exclude reference="WvK-1h-V5S"/>
                            <exclude reference="ZuH-dM-xq2"/>
                            <exclude reference="M9F-RG-ZIa"/>
                            <exclude reference="Szo-v7-gLj"/>
                            <exclude reference="THx-zZ-rrd"/>
                            <exclude reference="pmp-sn-9bK"/>
                        </mask>
                    </variation>
                </view>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MFG-A4-G5h" userLabel="Container">
                    <rect key="frame" x="0.0" y="228" width="600" height="372"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CS4-an-DVw">
                            <rect key="frame" x="23" y="13" width="550" height="21"/>
                            <animations/>
                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                            <constraints>
                                <constraint firstAttribute="width" constant="404" id="T0O-9L-WIN"/>
                                <constraint firstAttribute="height" constant="21" id="ahD-br-YnO"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="17"/>
                            <color key="textColor" red="0.60392156860000001" green="0.0039215686269999999" blue="0.094117647060000004" alpha="1" colorSpace="calibratedRGB"/>
                            <nil key="highlightedColor"/>
                            <variation key="default">
                                <mask key="constraints">
                                    <exclude reference="T0O-9L-WIN"/>
                                </mask>
                            </variation>
                        </label>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PDW-IM-0Fl" userLabel="DescriptionView">
                            <rect key="frame" x="0.0" y="55" width="600" height="317"/>
                            <subviews>
                                <textView multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="028-1V-c4t" customClass="CustomTextView">
                                    <rect key="frame" x="18" y="-12" width="565" height="226"/>
                                    <animations/>
                                    <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
                                    <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
                                </textView>
                                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9va-Ky-TZf" userLabel="MenuItemsView">
                                    <rect key="frame" x="188" y="111" width="227" height="200"/>
                                    <subviews>
                                        <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ZoS-4Q-xGk" userLabel="RadiusView">
                                            <rect key="frame" x="30" y="42" width="168" height="168"/>
                                            <animations/>
                                            <color key="backgroundColor" white="0.66666666666666663" alpha="0.40000000000000002" colorSpace="calibratedWhite"/>
                                        </view>
                                        <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="T0Z-w0-LQd">
                                            <rect key="frame" x="6" y="83" width="54" height="54"/>
                                            <animations/>
                                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                            <state key="normal" title="Quiz" image="indizi">
                                                <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                                            </state>
                                            <connections>
                                                <action selector="doOpenHelp" destination="-1" eventType="touchUpInside" id="5pa-qr-zPw"/>
                                            </connections>
                                        </button>
                                        <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JqJ-v9-S1L" userLabel="Curiosity">
                                            <rect key="frame" x="85" y="20" width="54" height="54"/>
                                            <animations/>
                                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                            <state key="normal" title="Button" image="curiosity">
                                                <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
                                                <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                                            </state>
                                            <connections>
                                                <action selector="doOpenCuriosity" destination="-1" eventType="touchUpInside" id="wv4-mL-aSG"/>
                                            </connections>
                                        </button>
                                        <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="y42-7a-zLd">
                                            <rect key="frame" x="164" y="83" width="54" height="54"/>
                                            <animations/>
                                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                            <state key="normal" title="Button" image="listIndizi">
                                                <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
                                                <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                                            </state>
                                            <connections>
                                                <action selector="doOpenPoiList" destination="-1" eventType="touchUpInside" id="DDu-H6-pYh"/>
                                            </connections>
                                        </button>
                                    </subviews>
                                    <animations/>
                                    <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                    <constraints>
                                        <constraint firstAttribute="width" constant="227" id="0qt-6W-oFj"/>
                                        <constraint firstAttribute="height" constant="200" id="2Jh-Ly-hmQ"/>
                                    </constraints>
                                </view>
                            </subviews>
                            <animations/>
                            <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                            <constraints>
                                <constraint firstItem="9va-Ky-TZf" firstAttribute="leading" secondItem="PDW-IM-0Fl" secondAttribute="leading" constant="174" id="2Uz-ZD-F78"/>
                                <constraint firstAttribute="trailing" secondItem="028-1V-c4t" secondAttribute="trailing" constant="17" id="3Ar-XK-hdT"/>
                                <constraint firstAttribute="bottom" secondItem="028-1V-c4t" secondAttribute="bottom" constant="103" id="9W8-KR-JPm"/>
                                <constraint firstAttribute="bottom" secondItem="9va-Ky-TZf" secondAttribute="bottom" constant="6" id="E3b-no-ofO"/>
                                <constraint firstAttribute="trailing" secondItem="9va-Ky-TZf" secondAttribute="trailing" constant="174" id="GBD-wx-uhH"/>
                                <constraint firstItem="028-1V-c4t" firstAttribute="leading" secondItem="PDW-IM-0Fl" secondAttribute="leading" constant="18" id="LGY-rI-qmq"/>
                                <constraint firstItem="028-1V-c4t" firstAttribute="top" secondItem="PDW-IM-0Fl" secondAttribute="top" constant="-12" id="eNT-aq-wwe"/>
                                <constraint firstAttribute="centerX" secondItem="9va-Ky-TZf" secondAttribute="centerX" constant="-1.5" id="kXh-lH-TAY"/>
                            </constraints>
                            <variation key="default">
                                <mask key="constraints">
                                    <exclude reference="2Uz-ZD-F78"/>
                                    <exclude reference="GBD-wx-uhH"/>
                                </mask>
                            </variation>
                        </view>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YsD-Hh-mf6" userLabel="StepOverBtn">
                            <rect key="frame" x="0.0" y="308" width="300" height="64"/>
                            <animations/>
                            <color key="backgroundColor" red="0.1647058824" green="0.1450980392" blue="0.1450980392" alpha="1" colorSpace="calibratedRGB"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="64" id="KLG-1z-Yns"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="13"/>
                            <inset key="contentEdgeInsets" minX="-18" minY="0.0" maxX="0.0" maxY="0.0"/>
                            <inset key="titleEdgeInsets" minX="-46" minY="35" maxX="0.0" maxY="0.0"/>
                            <inset key="imageEdgeInsets" minX="41" minY="-22" maxX="13" maxY="0.0"/>
                            <state key="normal" title="Salta" image="7">
                                <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                            </state>
                            <connections>
                                <action selector="doStepOver" destination="-1" eventType="touchUpInside" id="8tV-UD-TqO"/>
                            </connections>
                        </button>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yvo-zK-BK0" userLabel="TestQuestionBtn">
                            <rect key="frame" x="300" y="308" width="300" height="64"/>
                            <animations/>
                            <color key="backgroundColor" red="0.1647058824" green="0.1450980392" blue="0.1450980392" alpha="1" colorSpace="calibratedRGB"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="64" id="yon-cn-gzk"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="13"/>
                            <inset key="contentEdgeInsets" minX="-18" minY="0.0" maxX="0.0" maxY="0.0"/>
                            <inset key="titleEdgeInsets" minX="10" minY="35" maxX="0.0" maxY="0.0"/>
                            <inset key="imageEdgeInsets" minX="70" minY="-22" maxX="-70" maxY="0.0"/>
                            <state key="normal" title="Domanda Prova" image="8">
                                <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                            </state>
                            <connections>
                                <action selector="doOpenQuiz" destination="-1" eventType="touchUpInside" id="eDw-Xj-hU7"/>
                            </connections>
                        </button>
                        <button opaque="NO" contentMode="scaleAspectFit" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="IG3-LJ-h8J" userLabel="MenuBtn">
                            <rect key="frame" x="258" y="266" width="84" height="84"/>
                            <animations/>
                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                            <constraints>
                                <constraint firstAttribute="width" constant="84" id="9j1-UE-zy1"/>
                                <constraint firstAttribute="height" constant="84" id="HUr-pU-vb2"/>
                            </constraints>
                            <state key="normal" title="Menu" image="6">
                                <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                            </state>
                            <connections>
                                <action selector="doOpenCloseMenu" destination="-1" eventType="touchUpInside" id="DX5-5I-15O"/>
                            </connections>
                        </button>
                    </subviews>
                    <animations/>
                    <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    <constraints>
                        <constraint firstAttribute="bottom" secondItem="yvo-zK-BK0" secondAttribute="bottom" id="0es-9G-mIh"/>
                        <constraint firstItem="PDW-IM-0Fl" firstAttribute="top" secondItem="MFG-A4-G5h" secondAttribute="top" constant="55" id="2zm-cm-wtY"/>
                        <constraint firstAttribute="bottom" secondItem="YsD-Hh-mf6" secondAttribute="bottom" id="6Ew-5y-RvU"/>
                        <constraint firstItem="yvo-zK-BK0" firstAttribute="leading" secondItem="IG3-LJ-h8J" secondAttribute="trailing" constant="-42" id="HkU-nm-Lk3"/>
                        <constraint firstAttribute="bottom" secondItem="PDW-IM-0Fl" secondAttribute="bottom" id="JG6-1W-UJY"/>
                        <constraint firstAttribute="trailing" secondItem="yvo-zK-BK0" secondAttribute="trailing" id="Spo-Ge-iVX"/>
                        <constraint firstItem="YsD-Hh-mf6" firstAttribute="leading" secondItem="MFG-A4-G5h" secondAttribute="leading" id="U6a-YS-4x4"/>
                        <constraint firstItem="CS4-an-DVw" firstAttribute="leading" secondItem="MFG-A4-G5h" secondAttribute="leading" constant="23" id="ULq-lK-ffl"/>
                        <constraint firstItem="IG3-LJ-h8J" firstAttribute="leading" secondItem="YsD-Hh-mf6" secondAttribute="trailing" constant="-42" id="aVN-gf-qCt"/>
                        <constraint firstItem="CS4-an-DVw" firstAttribute="top" secondItem="MFG-A4-G5h" secondAttribute="top" constant="13" id="hmA-7V-SYa"/>
                        <constraint firstAttribute="bottom" secondItem="IG3-LJ-h8J" secondAttribute="bottom" constant="22" id="k3p-55-OAb"/>
                        <constraint firstItem="PDW-IM-0Fl" firstAttribute="leading" secondItem="MFG-A4-G5h" secondAttribute="leading" id="n8R-Zg-2LQ"/>
                        <constraint firstAttribute="trailing" secondItem="PDW-IM-0Fl" secondAttribute="trailing" id="o37-ta-f0u"/>
                        <constraint firstAttribute="centerX" secondItem="IG3-LJ-h8J" secondAttribute="centerX" id="qEa-Yp-f6I"/>
                        <constraint firstAttribute="trailing" secondItem="CS4-an-DVw" secondAttribute="trailing" constant="27" id="sSA-py-Ikv"/>
                    </constraints>
                </view>
            </subviews>
            <animations/>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="uov-nv-0Oc" secondAttribute="trailing" id="5Ey-RN-Wua"/>
                <constraint firstItem="sOD-6V-hOg" firstAttribute="top" secondItem="7M7-DP-JMi" secondAttribute="top" constant="136" id="8O0-dD-YzR"/>
                <constraint firstAttribute="trailing" secondItem="Ifd-6N-a7t" secondAttribute="trailing" constant="74" id="AzO-X6-wBE"/>
                <constraint firstItem="MFG-A4-G5h" firstAttribute="leading" secondItem="7M7-DP-JMi" secondAttribute="leading" id="EQP-LK-aVf"/>
                <constraint firstItem="uov-nv-0Oc" firstAttribute="leading" secondItem="7M7-DP-JMi" secondAttribute="leading" id="Eqn-1b-ecq"/>
                <constraint firstAttribute="trailing" secondItem="vjC-d1-JM0" secondAttribute="trailing" id="NaD-oa-SWu"/>
                <constraint firstItem="MFG-A4-G5h" firstAttribute="top" secondItem="vjC-d1-JM0" secondAttribute="bottom" constant="46" id="TRX-Rl-ghn"/>
                <constraint firstAttribute="trailing" secondItem="MFG-A4-G5h" secondAttribute="trailing" id="ZKo-ch-K3T"/>
                <constraint firstItem="uov-nv-0Oc" firstAttribute="bottom" secondItem="vjC-d1-JM0" secondAttribute="bottom" constant="46" id="dhl-Ve-oMZ"/>
                <constraint firstAttribute="trailing" secondItem="sOD-6V-hOg" secondAttribute="trailing" constant="19" id="eWM-RN-9RG"/>
                <constraint firstItem="vjC-d1-JM0" firstAttribute="leading" secondItem="7M7-DP-JMi" secondAttribute="leading" id="ebl-kd-Zee"/>
                <constraint firstItem="Ifd-6N-a7t" firstAttribute="top" secondItem="7M7-DP-JMi" secondAttribute="top" constant="136" id="q5J-aF-OLd"/>
                <constraint firstItem="vjC-d1-JM0" firstAttribute="top" secondItem="7M7-DP-JMi" secondAttribute="top" id="wn8-Hl-jAL"/>
                <constraint firstAttribute="bottom" secondItem="MFG-A4-G5h" secondAttribute="bottom" id="yS2-BG-Cmu"/>
            </constraints>
            <nil key="simulatedStatusBarMetrics"/>
            <nil key="simulatedTopBarMetrics"/>
            <point key="canvasLocation" x="216" y="156"/>
        </view>
    </objects>
    <resources>
        <image name="1" width="80" height="79"/>
        <image name="2" width="92" height="82"/>
        <image name="6" width="219" height="219"/>
        <image name="7" width="43" height="24"/>
        <image name="8" width="32" height="37"/>
        <image name="curiosity" width="71" height="71"/>
        <image name="indizi" width="70" height="71"/>
        <image name="listIndizi" width="70" height="70"/>
    </resources>
</document>

Commits for Nextrek/iOS/SafariArte/trunk/SafariArte/Controllers/PoiVC/PoiVC.xib

Diff revisions: vs.
Revision Author Commited Message
990 Diff Diff FPompili picture FPompili Fri 13 Nov, 2015 10:20:44 +0000

fix vari

899 Diff Diff FPompili picture FPompili Wed 28 Oct, 2015 15:40:39 +0000

bug fix v 0.42

673 Diff Diff PBonamassa picture PBonamassa Fri 04 Sep, 2015 12:53:28 +0000

modified dimension font

668 Diff Diff PBonamassa picture PBonamassa Fri 04 Sep, 2015 10:52:23 +0000

fixed bug

654 Diff Diff FPompili picture FPompili Wed 02 Sep, 2015 13:26:46 +0000

bugs fixing

650 Diff Diff FPompili picture FPompili Wed 02 Sep, 2015 09:10:16 +0000

rimossa status bar

588 Diff Diff PBonamassa picture PBonamassa Thu 27 Aug, 2015 13:39:33 +0000

fixed bug

573 Diff Diff FAquili picture FAquili Wed 26 Aug, 2015 14:27:40 +0000

AGGIUNTO PARSER PER AVERE ETICHETTE PERCORSI UGUALI SIA UN PERCORSI GRATUITI CHE IN I MIEI PERCORSI

485 Diff Diff PBonamassa picture PBonamassa Thu 06 Aug, 2015 15:12:03 +0000

changed images menĂ¹ PoiVC, added localized string & fixed other problem

482 PBonamassa picture PBonamassa Thu 06 Aug, 2015 07:23:06 +0000

change text color alert – added alert to button stepOver in PoiVC – removed button StepOver in