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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="15A284" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
    <dependencies>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SignInVC">
            <connections>
                <outlet property="confirmPasswordField" destination="d8o-Dd-qmZ" id="Gsd-UI-Fhi"/>
                <outlet property="emailField" destination="Xmc-Ma-o8E" id="HcA-Wu-58G"/>
                <outlet property="nameField" destination="UJ9-Eg-ScT" id="1ww-JL-9MO"/>
                <outlet property="passwordField" destination="iMP-nQ-RsQ" id="hTj-qd-oOz"/>
                <outlet property="sexField" destination="Mhc-S0-vQN" id="uGI-MO-Vx3"/>
                <outlet property="sexLabel" destination="8Y3-BI-BgO" id="8jj-vo-tAu"/>
                <outlet property="signInBtn" destination="w1C-eK-rdP" id="1Y5-mt-GIm"/>
                <outlet property="tapRecognizer" destination="GjB-oh-WK2" id="aSx-JE-yVq"/>
                <outlet property="termsBtn" destination="YQD-Qb-ty4" id="0Oq-IQ-pTA"/>
                <outlet property="termsLabel" destination="Axn-eA-WiN" id="uFt-ti-SsI"/>
                <outlet property="termsLabelText" destination="Cqf-gS-752" id="u2N-gC-Foa"/>
                <outlet property="view" destination="hAY-b4-iFw" id="n2a-to-55a"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view contentMode="scaleToFill" id="hAY-b4-iFw">
            <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="background" translatesAutoresizingMaskIntoConstraints="NO" id="fad-Gk-R8G">
                    <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
                    <animations/>
                    <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                    <gestureRecognizers/>
                </imageView>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8Y3-BI-BgO">
                    <rect key="frame" x="34" y="231" width="89" height="21"/>
                    <animations/>
                    <constraints>
                        <constraint firstAttribute="height" constant="21" id="EWz-PE-gei"/>
                        <constraint firstAttribute="width" constant="89" id="d5f-CY-HQO"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
                    <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    <nil key="highlightedColor"/>
                </label>
                <segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="0" translatesAutoresizingMaskIntoConstraints="NO" id="Mhc-S0-vQN">
                    <rect key="frame" x="170" y="228" width="129" height="29"/>
                    <animations/>
                    <constraints>
                        <constraint firstAttribute="height" constant="28" id="4yA-ll-wuR"/>
                    </constraints>
                    <segments>
                        <segment title="First"/>
                        <segment title="Second"/>
                    </segments>
                    <color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    <connections>
                        <action selector="decodeSexButton:" destination="-1" eventType="valueChanged" id="rTS-Ef-Y4n"/>
                    </connections>
                </segmentedControl>
                <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Axn-eA-WiN">
                    <rect key="frame" x="61" y="274" width="227" height="21"/>
                    <animations/>
                    <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                    <color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="21" id="v3E-WO-ffo"/>
                    </constraints>
                    <fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="12"/>
                    <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    <nil key="highlightedColor"/>
                </label>
                <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" text="Accetto i termini contrattuali e di privacy" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Cqf-gS-752">
                    <rect key="frame" x="61" y="269" width="238" height="36"/>
                    <animations/>
                    <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                    <color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="36" id="KJR-VG-TQN"/>
                    </constraints>
                    <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    <fontDescription key="fontDescription" type="system" pointSize="12"/>
                    <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
                </textView>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YQD-Qb-ty4">
                    <rect key="frame" x="33" y="274" width="20" height="22"/>
                    <animations/>
                    <constraints>
                        <constraint firstAttribute="height" constant="22" id="wip-ag-tVH"/>
                        <constraint firstAttribute="width" constant="20" id="ydk-LN-Bkd"/>
                    </constraints>
                    <state key="normal" image="check-off">
                        <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                    </state>
                    <connections>
                        <action selector="doAcceptTerms" destination="-1" eventType="touchUpInside" id="Nif-1e-5pt"/>
                    </connections>
                </button>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Q6C-v0-cwa">
                    <rect key="frame" x="22" y="93" width="277" height="30"/>
                    <subviews>
                        <textField opaque="NO" clipsSubviews="YES" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="E-mail" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Xmc-Ma-o8E">
                            <rect key="frame" x="35" y="0.0" width="242" height="30"/>
                            <animations/>
                            <constraints>
                                <constraint firstAttribute="height" constant="30" id="e8w-Lh-WH5"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
                            <textInputTraits key="textInputTraits"/>
                            <connections>
                                <outlet property="delegate" destination="-1" id="LHs-8C-eEd"/>
                            </connections>
                        </textField>
                        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="email" translatesAutoresizingMaskIntoConstraints="NO" id="Zm3-Th-f5A">
                            <rect key="frame" x="8" y="5" width="19" height="19"/>
                            <animations/>
                            <constraints>
                                <constraint firstAttribute="height" constant="19" id="gii-qA-OiM"/>
                                <constraint firstAttribute="width" constant="19" id="oRg-8P-XZx"/>
                            </constraints>
                        </imageView>
                    </subviews>
                    <animations/>
                    <color key="backgroundColor" red="0.87385574494949492" green="0.87385574494949492" blue="0.87385574494949492" alpha="0.66000000000000003" colorSpace="calibratedRGB"/>
                    <constraints>
                        <constraint firstItem="Xmc-Ma-o8E" firstAttribute="leading" secondItem="Zm3-Th-f5A" secondAttribute="trailing" constant="8" id="PHJ-Zn-8Yb"/>
                        <constraint firstAttribute="trailing" secondItem="Xmc-Ma-o8E" secondAttribute="trailing" id="ROR-fo-p0W"/>
                        <constraint firstAttribute="bottom" secondItem="Xmc-Ma-o8E" secondAttribute="bottom" id="X1v-Fe-zvL"/>
                        <constraint firstItem="Xmc-Ma-o8E" firstAttribute="top" secondItem="Q6C-v0-cwa" secondAttribute="top" id="bLy-8o-tM9"/>
                        <constraint firstItem="Zm3-Th-f5A" firstAttribute="leading" secondItem="Q6C-v0-cwa" secondAttribute="leading" constant="8" id="hZl-fp-u0q"/>
                        <constraint firstAttribute="bottom" secondItem="Zm3-Th-f5A" secondAttribute="bottom" constant="6" id="r02-Kn-PDs"/>
                        <constraint firstItem="Zm3-Th-f5A" firstAttribute="top" secondItem="Q6C-v0-cwa" secondAttribute="top" constant="5" id="rU2-NY-N34"/>
                        <constraint firstItem="Xmc-Ma-o8E" firstAttribute="leading" secondItem="Zm3-Th-f5A" secondAttribute="trailing" constant="8" id="rVE-LN-FG8"/>
                        <constraint firstAttribute="height" constant="30" id="wgD-HQ-vzt"/>
                    </constraints>
                </view>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tIl-fR-6Uy">
                    <rect key="frame" x="22" y="125" width="277" height="30"/>
                    <subviews>
                        <textField opaque="NO" clipsSubviews="YES" tag="2" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Password" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="iMP-nQ-RsQ">
                            <rect key="frame" x="35" y="0.0" width="242" height="30"/>
                            <animations/>
                            <constraints>
                                <constraint firstAttribute="height" constant="30" id="7fc-O4-TOH"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
                            <textInputTraits key="textInputTraits" secureTextEntry="YES"/>
                            <connections>
                                <outlet property="delegate" destination="-1" id="yOU-sq-2xZ"/>
                            </connections>
                        </textField>
                        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="password" translatesAutoresizingMaskIntoConstraints="NO" id="exp-b9-l5a">
                            <rect key="frame" x="8" y="5" width="19" height="19"/>
                            <animations/>
                            <constraints>
                                <constraint firstAttribute="width" constant="19" id="DtF-Et-Tp1"/>
                                <constraint firstAttribute="height" constant="19" id="nZO-gh-w5W"/>
                            </constraints>
                        </imageView>
                    </subviews>
                    <animations/>
                    <color key="backgroundColor" red="0.87385574489999995" green="0.87385574489999995" blue="0.87385574489999995" alpha="0.66000000000000003" colorSpace="calibratedRGB"/>
                    <constraints>
                        <constraint firstAttribute="trailing" secondItem="iMP-nQ-RsQ" secondAttribute="trailing" id="2va-cY-hlm"/>
                        <constraint firstAttribute="bottom" secondItem="iMP-nQ-RsQ" secondAttribute="bottom" id="C62-Jh-UmN"/>
                        <constraint firstItem="exp-b9-l5a" firstAttribute="top" secondItem="tIl-fR-6Uy" secondAttribute="top" constant="5" id="HH6-4M-SCF"/>
                        <constraint firstItem="exp-b9-l5a" firstAttribute="leading" secondItem="tIl-fR-6Uy" secondAttribute="leading" constant="8" id="Ma9-6e-xvc"/>
                        <constraint firstAttribute="bottom" secondItem="exp-b9-l5a" secondAttribute="bottom" constant="6" id="WLh-ki-j4p"/>
                        <constraint firstItem="iMP-nQ-RsQ" firstAttribute="leading" secondItem="exp-b9-l5a" secondAttribute="trailing" constant="8" id="aOu-Z6-Vhr"/>
                        <constraint firstItem="iMP-nQ-RsQ" firstAttribute="leading" secondItem="exp-b9-l5a" secondAttribute="trailing" constant="8" id="aZq-g0-X3P"/>
                        <constraint firstAttribute="height" constant="30" id="g43-Qa-GRJ"/>
                        <constraint firstItem="iMP-nQ-RsQ" firstAttribute="top" secondItem="tIl-fR-6Uy" secondAttribute="top" id="iwg-Tf-59P"/>
                    </constraints>
                </view>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0k3-oN-yMR">
                    <rect key="frame" x="22" y="157" width="277" height="30"/>
                    <subviews>
                        <textField opaque="NO" clipsSubviews="YES" tag="3" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Conferma password" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="d8o-Dd-qmZ">
                            <rect key="frame" x="35" y="0.0" width="242" height="30"/>
                            <animations/>
                            <constraints>
                                <constraint firstAttribute="height" constant="30" id="uS4-q3-nco"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
                            <textInputTraits key="textInputTraits" secureTextEntry="YES"/>
                            <connections>
                                <outlet property="delegate" destination="-1" id="dlS-df-DxK"/>
                            </connections>
                        </textField>
                        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="password" translatesAutoresizingMaskIntoConstraints="NO" id="eVC-s6-COV">
                            <rect key="frame" x="8" y="5" width="19" height="19"/>
                            <animations/>
                            <constraints>
                                <constraint firstAttribute="width" constant="19" id="e2e-dl-0fO"/>
                                <constraint firstAttribute="height" constant="19" id="mhU-Fa-1JE"/>
                            </constraints>
                        </imageView>
                    </subviews>
                    <animations/>
                    <color key="backgroundColor" red="0.87385574489999995" green="0.87385574489999995" blue="0.87385574489999995" alpha="0.66000000000000003" colorSpace="calibratedRGB"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="30" id="0CC-Ze-id6"/>
                        <constraint firstItem="d8o-Dd-qmZ" firstAttribute="leading" secondItem="eVC-s6-COV" secondAttribute="trailing" constant="8" id="8pw-rJ-sOw"/>
                        <constraint firstAttribute="bottom" secondItem="eVC-s6-COV" secondAttribute="bottom" constant="6" id="FSk-JE-Sn8"/>
                        <constraint firstItem="eVC-s6-COV" firstAttribute="leading" secondItem="0k3-oN-yMR" secondAttribute="leading" constant="8" id="Tm0-aN-e1X"/>
                        <constraint firstAttribute="trailing" secondItem="d8o-Dd-qmZ" secondAttribute="trailing" id="dF9-zE-REK"/>
                        <constraint firstItem="d8o-Dd-qmZ" firstAttribute="leading" secondItem="eVC-s6-COV" secondAttribute="trailing" constant="8" id="hhr-lZ-i97"/>
                        <constraint firstItem="eVC-s6-COV" firstAttribute="top" secondItem="0k3-oN-yMR" secondAttribute="top" constant="5" id="iG5-vN-aid"/>
                        <constraint firstItem="d8o-Dd-qmZ" firstAttribute="top" secondItem="0k3-oN-yMR" secondAttribute="top" id="kOR-3J-YJR"/>
                        <constraint firstAttribute="bottom" secondItem="d8o-Dd-qmZ" secondAttribute="bottom" id="ksl-d3-ph5"/>
                    </constraints>
                </view>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="aeB-9W-gmr">
                    <rect key="frame" x="22" y="189" width="277" height="30"/>
                    <subviews>
                        <textField opaque="NO" clipsSubviews="YES" tag="4" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Nome Utente" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="UJ9-Eg-ScT">
                            <rect key="frame" x="35" y="0.0" width="242" height="30"/>
                            <animations/>
                            <constraints>
                                <constraint firstAttribute="height" constant="30" id="n49-Pc-csS"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
                            <textInputTraits key="textInputTraits"/>
                            <connections>
                                <outlet property="delegate" destination="-1" id="2tz-QH-w4D"/>
                            </connections>
                        </textField>
                        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Utente" translatesAutoresizingMaskIntoConstraints="NO" id="8z2-oF-rzA">
                            <rect key="frame" x="8" y="5" width="19" height="19"/>
                            <animations/>
                            <constraints>
                                <constraint firstAttribute="height" constant="19" id="Mdv-ze-j7x"/>
                                <constraint firstAttribute="width" constant="19" id="g4w-pm-jh9"/>
                            </constraints>
                        </imageView>
                    </subviews>
                    <animations/>
                    <color key="backgroundColor" red="0.87385574489999995" green="0.87385574489999995" blue="0.87385574489999995" alpha="0.66000000000000003" colorSpace="calibratedRGB"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="30" id="0Ea-1t-ScZ"/>
                        <constraint firstAttribute="bottom" secondItem="8z2-oF-rzA" secondAttribute="bottom" constant="6" id="6xe-XP-P4n"/>
                        <constraint firstAttribute="bottom" secondItem="UJ9-Eg-ScT" secondAttribute="bottom" id="8Vh-aD-UTi"/>
                        <constraint firstItem="UJ9-Eg-ScT" firstAttribute="leading" secondItem="8z2-oF-rzA" secondAttribute="trailing" constant="8" id="CmO-gV-wg6"/>
                        <constraint firstItem="8z2-oF-rzA" firstAttribute="top" secondItem="aeB-9W-gmr" secondAttribute="top" constant="5" id="M4e-zH-UY3"/>
                        <constraint firstItem="UJ9-Eg-ScT" firstAttribute="top" secondItem="aeB-9W-gmr" secondAttribute="top" id="ZUV-WO-BPG"/>
                        <constraint firstAttribute="height" constant="30" id="bRx-Uz-IQf"/>
                        <constraint firstItem="8z2-oF-rzA" firstAttribute="leading" secondItem="aeB-9W-gmr" secondAttribute="leading" constant="8" id="bju-b8-KDz"/>
                        <constraint firstItem="UJ9-Eg-ScT" firstAttribute="leading" secondItem="8z2-oF-rzA" secondAttribute="trailing" constant="8" id="q9f-Qs-E75"/>
                        <constraint firstAttribute="trailing" secondItem="UJ9-Eg-ScT" secondAttribute="trailing" id="vqT-jr-I3x"/>
                    </constraints>
                    <variation key="default">
                        <mask key="constraints">
                            <exclude reference="0Ea-1t-ScZ"/>
                        </mask>
                    </variation>
                </view>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="w1C-eK-rdP">
                    <rect key="frame" x="50" y="352" width="220" height="30"/>
                    <animations/>
                    <state key="normal" title="Registrati">
                        <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                        <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                    </state>
                    <connections>
                        <action selector="doSignIn" destination="-1" eventType="touchUpInside" id="8pT-z7-tqz"/>
                    </connections>
                </button>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YmL-BP-eG2">
                    <rect key="frame" x="61" y="265" width="238" height="44"/>
                    <animations/>
                    <constraints>
                        <constraint firstAttribute="height" constant="44" id="0IQ-DU-MNW"/>
                    </constraints>
                    <state key="normal">
                        <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                    </state>
                    <connections>
                        <action selector="doOpenTerms" destination="-1" eventType="touchUpInside" id="SmA-AC-Je6"/>
                    </connections>
                </button>
            </subviews>
            <animations/>
            <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
            <color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
            <gestureRecognizers/>
            <constraints>
                <constraint firstItem="tIl-fR-6Uy" firstAttribute="top" secondItem="Q6C-v0-cwa" secondAttribute="bottom" constant="2" id="0ML-co-MID"/>
                <constraint firstItem="YQD-Qb-ty4" firstAttribute="leading" secondItem="hAY-b4-iFw" secondAttribute="leading" constant="33" id="3uO-cc-cmu"/>
                <constraint firstItem="Axn-eA-WiN" firstAttribute="leading" secondItem="YQD-Qb-ty4" secondAttribute="trailing" constant="8" symbolic="YES" id="AQP-I0-Ayk"/>
                <constraint firstAttribute="trailing" secondItem="Q6C-v0-cwa" secondAttribute="trailing" constant="21" id="Aub-bW-9Gt"/>
                <constraint firstItem="0k3-oN-yMR" firstAttribute="top" secondItem="tIl-fR-6Uy" secondAttribute="bottom" constant="2" id="DO7-14-Jur"/>
                <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="tIl-fR-6Uy" secondAttribute="trailing" constant="21" id="DuK-px-DZJ"/>
                <constraint firstItem="YmL-BP-eG2" firstAttribute="leading" secondItem="hAY-b4-iFw" secondAttribute="leading" constant="61" id="F9x-qP-Duf"/>
                <constraint firstItem="0k3-oN-yMR" firstAttribute="top" secondItem="tIl-fR-6Uy" secondAttribute="bottom" constant="2" id="Gge-wg-HCs"/>
                <constraint firstItem="Cqf-gS-752" firstAttribute="leading" secondItem="hAY-b4-iFw" secondAttribute="leading" constant="61" id="HCQ-88-qP4"/>
                <constraint firstItem="tIl-fR-6Uy" firstAttribute="leading" secondItem="hAY-b4-iFw" secondAttribute="leading" constant="22" id="HEG-M8-KVg"/>
                <constraint firstItem="fad-Gk-R8G" firstAttribute="leading" secondItem="hAY-b4-iFw" secondAttribute="leading" id="HuF-5E-3Yv"/>
                <constraint firstItem="aeB-9W-gmr" firstAttribute="top" secondItem="0k3-oN-yMR" secondAttribute="bottom" constant="2" id="IKq-yd-JAe"/>
                <constraint firstItem="0k3-oN-yMR" firstAttribute="leading" secondItem="hAY-b4-iFw" secondAttribute="leading" constant="22" id="KBk-yN-ln8"/>
                <constraint firstAttribute="trailing" secondItem="Cqf-gS-752" secondAttribute="trailing" constant="21" id="N4d-hC-zes"/>
                <constraint firstItem="Mhc-S0-vQN" firstAttribute="leading" secondItem="8Y3-BI-BgO" secondAttribute="trailing" constant="47" id="NPe-8H-qMm"/>
                <constraint firstItem="Mhc-S0-vQN" firstAttribute="top" secondItem="aeB-9W-gmr" secondAttribute="bottom" constant="9" id="O0C-hl-Q7Z"/>
                <constraint firstAttribute="trailing" secondItem="Axn-eA-WiN" secondAttribute="trailing" constant="32" id="P1X-5z-pPz"/>
                <constraint firstItem="w1C-eK-rdP" firstAttribute="top" secondItem="Axn-eA-WiN" secondAttribute="bottom" constant="57" id="Pra-Un-rAG"/>
                <constraint firstItem="tIl-fR-6Uy" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="hAY-b4-iFw" secondAttribute="leading" constant="22" id="R2j-az-mEX"/>
                <constraint firstAttribute="trailing" secondItem="Mhc-S0-vQN" secondAttribute="trailing" constant="21" id="RbB-qx-fGT"/>
                <constraint firstItem="Q6C-v0-cwa" firstAttribute="leading" secondItem="hAY-b4-iFw" secondAttribute="leading" constant="22" id="SmW-sB-FrY"/>
                <constraint firstItem="YmL-BP-eG2" firstAttribute="top" secondItem="Axn-eA-WiN" secondAttribute="bottom" constant="-30" id="Up6-72-8Cq"/>
                <constraint firstItem="Q6C-v0-cwa" firstAttribute="top" secondItem="hAY-b4-iFw" secondAttribute="top" constant="93" id="V0M-MH-Kye"/>
                <constraint firstItem="8Y3-BI-BgO" firstAttribute="top" secondItem="aeB-9W-gmr" secondAttribute="bottom" constant="12" id="Z5V-UI-mXQ"/>
                <constraint firstItem="Axn-eA-WiN" firstAttribute="top" secondItem="YQD-Qb-ty4" secondAttribute="top" id="aEF-Pm-qjj"/>
                <constraint firstAttribute="trailing" secondItem="aeB-9W-gmr" secondAttribute="trailing" constant="21" id="akz-tr-Hr9"/>
                <constraint firstAttribute="trailing" relation="lessThanOrEqual" secondItem="Mhc-S0-vQN" secondAttribute="trailing" constant="21" id="cZb-Hy-WsJ"/>
                <constraint firstItem="fad-Gk-R8G" firstAttribute="top" secondItem="hAY-b4-iFw" secondAttribute="top" id="cpT-UA-e78"/>
                <constraint firstItem="w1C-eK-rdP" firstAttribute="top" secondItem="Axn-eA-WiN" secondAttribute="bottom" constant="57" id="csu-oo-GwD"/>
                <constraint firstAttribute="trailing" secondItem="YmL-BP-eG2" secondAttribute="trailing" constant="21" id="dpl-Gj-EAT"/>
                <constraint firstItem="tIl-fR-6Uy" firstAttribute="top" secondItem="Q6C-v0-cwa" secondAttribute="bottom" constant="2" id="duL-xK-fwL"/>
                <constraint firstItem="aeB-9W-gmr" firstAttribute="leading" secondItem="hAY-b4-iFw" secondAttribute="leading" constant="22" id="egH-7U-3Oz"/>
                <constraint firstItem="Mhc-S0-vQN" firstAttribute="top" secondItem="aeB-9W-gmr" secondAttribute="bottom" constant="9" id="fX4-lA-kbk"/>
                <constraint firstItem="w1C-eK-rdP" firstAttribute="centerX" secondItem="aeB-9W-gmr" secondAttribute="centerX" id="hDd-dX-NUt"/>
                <constraint firstAttribute="trailing" secondItem="0k3-oN-yMR" secondAttribute="trailing" constant="21" id="hwe-fS-wpE"/>
                <constraint firstAttribute="trailing" secondItem="tIl-fR-6Uy" secondAttribute="trailing" constant="21" id="iPd-fG-A3C"/>
                <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="Mhc-S0-vQN" secondAttribute="trailing" constant="21" id="kRQ-OD-0Ub"/>
                <constraint firstItem="8Y3-BI-BgO" firstAttribute="leading" secondItem="hAY-b4-iFw" secondAttribute="leading" constant="34" id="l0s-mz-a97"/>
                <constraint firstItem="YQD-Qb-ty4" firstAttribute="top" secondItem="8Y3-BI-BgO" secondAttribute="bottom" constant="22" id="q7b-6z-yKH"/>
                <constraint firstAttribute="trailing" secondItem="fad-Gk-R8G" secondAttribute="trailing" id="qso-Xj-X6I"/>
                <constraint firstItem="Mhc-S0-vQN" firstAttribute="leading" secondItem="8Y3-BI-BgO" secondAttribute="trailing" constant="47" id="wEY-Fh-eQM"/>
                <constraint firstAttribute="bottom" secondItem="fad-Gk-R8G" secondAttribute="bottom" id="wnK-GU-x2N"/>
                <constraint firstItem="Cqf-gS-752" firstAttribute="top" secondItem="8Y3-BI-BgO" secondAttribute="bottom" constant="17" id="wns-Dc-vhn"/>
                <constraint firstItem="w1C-eK-rdP" firstAttribute="leading" secondItem="hAY-b4-iFw" secondAttribute="leading" constant="50" id="x7H-ct-sfp"/>
            </constraints>
            <nil key="simulatedStatusBarMetrics"/>
            <simulatedScreenMetrics key="simulatedDestinationMetrics"/>
            <variation key="default">
                <mask key="constraints">
                    <exclude reference="Pra-Un-rAG"/>
                </mask>
            </variation>
            <connections>
                <outletCollection property="gestureRecognizers" destination="GjB-oh-WK2" appends="YES" id="x0m-d1-BQV"/>
            </connections>
            <point key="canvasLocation" x="-89" y="362"/>
        </view>
        <tapGestureRecognizer id="GjB-oh-WK2">
            <connections>
                <outlet property="delegate" destination="-1" id="RDh-tC-2SX"/>
            </connections>
        </tapGestureRecognizer>
    </objects>
    <resources>
        <image name="Utente" width="37" height="41"/>
        <image name="background" width="320" height="480"/>
        <image name="check-off" width="20" height="20"/>
        <image name="email" width="19" height="22"/>
        <image name="password" width="44" height="43"/>
    </resources>
</document>

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

Diff revisions: vs.
Revision Author Commited Message
796 Diff Diff FAquili picture FAquili Wed 07 Oct, 2015 07:46:13 +0000

v.1 b.035
Bug Fixing

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

rimossa status bar

413 Diff Diff FPompili picture FPompili Tue 21 Jul, 2015 14:24:29 +0000

added UITapGestureRecognizer to signin and login classes

401 Diff Diff FPompili picture FPompili Mon 20 Jul, 2015 13:07:57 +0000

added error message on registration textfield

389 Diff Diff FAquili picture FAquili Mon 20 Jul, 2015 08:20:23 +0000

FINITO

303 Diff Diff PBonamassa picture PBonamassa Mon 13 Jul, 2015 15:30:26 +0000

modified signinVC

296 Diff Diff FPompili picture FPompili Mon 13 Jul, 2015 13:58:06 +0000

fixed timer

203 Diff Diff FAquili picture FAquili Mon 06 Jul, 2015 08:29:34 +0000

LoginVC constraints updated

185 FAquili picture FAquili Mon 22 Jun, 2015 08:40:47 +0000

Safari Arte first commit in trunk project folder