|
@@ -4,11 +4,12 @@
|
4
|
4
|
<dependencies>
|
5
|
5
|
<deployment identifier="iOS"/>
|
6
|
6
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
|
|
7
|
+ <capability name="Named colors" minToolsVersion="9.0"/>
|
7
|
8
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
8
|
9
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
9
|
10
|
</dependencies>
|
10
|
11
|
<scenes>
|
11
|
|
- <!--Encuesta View Controller-->
|
|
12
|
+ <!--Survey-->
|
12
|
13
|
<scene sceneID="tne-QT-ifu">
|
13
|
14
|
<objects>
|
14
|
15
|
<viewController id="BYZ-38-t0r" customClass="EncuestaViewController" customModule="Tania" customModuleProvider="target" sceneMemberID="viewController">
|
|
@@ -43,7 +44,7 @@
|
43
|
44
|
</connections>
|
44
|
45
|
</button>
|
45
|
46
|
</subviews>
|
46
|
|
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
47
|
+ <color key="backgroundColor" name="white_gray"/>
|
47
|
48
|
<constraints>
|
48
|
49
|
<constraint firstItem="X5i-Gf-gnI" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="35" identifier="Ans2" id="FUW-5x-JJm"/>
|
49
|
50
|
<constraint firstItem="X5i-Gf-gnI" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="241" identifier="Ans3" id="Isl-Wl-ceq"/>
|
|
@@ -51,7 +52,7 @@
|
51
|
52
|
</constraints>
|
52
|
53
|
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
|
53
|
54
|
</view>
|
54
|
|
- <navigationItem key="navigationItem" id="a31-hX-hUP"/>
|
|
55
|
+ <navigationItem key="navigationItem" title="Survey" id="a31-hX-hUP"/>
|
55
|
56
|
</viewController>
|
56
|
57
|
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
57
|
58
|
</objects>
|
|
@@ -180,7 +181,7 @@ To log-in to a previously registered account tap Recover Account above.</string>
|
180
|
181
|
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
|
181
|
182
|
</textView>
|
182
|
183
|
</subviews>
|
183
|
|
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
184
|
+ <color key="backgroundColor" name="white_black"/>
|
184
|
185
|
<constraints>
|
185
|
186
|
<constraint firstItem="gGJ-33-J27" firstAttribute="top" secondItem="beN-qE-bp8" secondAttribute="bottom" constant="8" identifier="O3" id="4zi-tr-PYm"/>
|
186
|
187
|
<constraint firstItem="gGJ-33-J27" firstAttribute="leading" secondItem="BO1-Dh-wF9" secondAttribute="leading" constant="20" identifier="O4" id="CVA-X6-d88"/>
|
|
@@ -240,7 +241,7 @@ To log-in to a previously registered account tap Recover Account above.</string>
|
240
|
241
|
</tabBar>
|
241
|
242
|
<userDefinedRuntimeAttributes>
|
242
|
243
|
<userDefinedRuntimeAttribute type="number" keyPath="selectedIndex">
|
243
|
|
- <integer key="value" value="1"/>
|
|
244
|
+ <integer key="value" value="0"/>
|
244
|
245
|
</userDefinedRuntimeAttribute>
|
245
|
246
|
</userDefinedRuntimeAttributes>
|
246
|
247
|
<connections>
|
|
@@ -256,7 +257,7 @@ To log-in to a previously registered account tap Recover Account above.</string>
|
256
|
257
|
<scene sceneID="VzZ-Qy-O7s">
|
257
|
258
|
<objects>
|
258
|
259
|
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="6cF-m5-fPN" sceneMemberID="viewController">
|
259
|
|
- <tabBarItem key="tabBarItem" title="Survey" image="tab_activities" id="yyT-tP-N6f"/>
|
|
260
|
+ <tabBarItem key="tabBarItem" title="Survey" image="pencil" catalog="system" id="yyT-tP-N6f"/>
|
260
|
261
|
<toolbarItems/>
|
261
|
262
|
<navigationBar key="navigationBar" contentMode="scaleToFill" id="Kt2-3G-lKB">
|
262
|
263
|
<rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
|
|
@@ -311,13 +312,13 @@ To log-in to a previously registered account tap Recover Account above.</string>
|
311
|
312
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="49" sectionHeaderHeight="28" sectionFooterHeight="28" id="MXz-QS-IlS">
|
312
|
313
|
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
|
313
|
314
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
314
|
|
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
315
|
+ <color key="backgroundColor" name="white_gray"/>
|
315
|
316
|
<view key="tableHeaderView" contentMode="scaleToFill" id="UPL-u9-fkL" customClass="ProfileHeaderView" customModule="Tania" customModuleProvider="target">
|
316
|
317
|
<rect key="frame" x="0.0" y="0.0" width="414" height="621"/>
|
317
|
318
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
318
|
319
|
<subviews>
|
319
|
|
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="Currently Participating In MARLE" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.80000001192092896" translatesAutoresizingMaskIntoConstraints="NO" id="nI8-Mq-6Bk">
|
320
|
|
- <rect key="frame" x="8" y="16" width="398" height="20.666666666666671"/>
|
|
320
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="Currently Participating In Tania" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.80000001192092896" translatesAutoresizingMaskIntoConstraints="NO" id="nI8-Mq-6Bk">
|
|
321
|
+ <rect key="frame" x="8" y="16" width="398" height="21"/>
|
321
|
322
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
322
|
323
|
<nil key="highlightedColor"/>
|
323
|
324
|
</label>
|
|
@@ -329,7 +330,7 @@ To log-in to a previously registered account tap Recover Account above.</string>
|
329
|
330
|
<nil key="highlightedColor"/>
|
330
|
331
|
</label>
|
331
|
332
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="We0-cd-h10">
|
332
|
|
- <rect key="frame" x="8" y="88.333333333333329" width="398" height="21"/>
|
|
333
|
+ <rect key="frame" x="8" y="88.666666666666671" width="398" height="21"/>
|
333
|
334
|
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="17"/>
|
334
|
335
|
<inset key="contentEdgeInsets" minX="7" minY="0.0" maxX="0.0" maxY="0.0"/>
|
335
|
336
|
<state key="normal" title="See your Consent Form">
|
|
@@ -340,7 +341,7 @@ To log-in to a previously registered account tap Recover Account above.</string>
|
340
|
341
|
</connections>
|
341
|
342
|
</button>
|
342
|
343
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="wordWrap" translatesAutoresizingMaskIntoConstraints="NO" id="wkQ-h0-GIO">
|
343
|
|
- <rect key="frame" x="8" y="117.33333333333331" width="398" height="41"/>
|
|
344
|
+ <rect key="frame" x="8" y="117.66666666666669" width="398" height="41"/>
|
344
|
345
|
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="17"/>
|
345
|
346
|
<inset key="contentEdgeInsets" minX="10" minY="10" maxX="10" maxY="10"/>
|
346
|
347
|
<state key="normal" title="Leave Study">
|
|
@@ -352,7 +353,7 @@ To log-in to a previously registered account tap Recover Account above.</string>
|
352
|
353
|
</connections>
|
353
|
354
|
</button>
|
354
|
355
|
</subviews>
|
355
|
|
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
356
|
+ <color key="backgroundColor" name="white_gray"/>
|
356
|
357
|
<constraints>
|
357
|
358
|
<constraint firstItem="We0-cd-h10" firstAttribute="top" secondItem="nI8-Mq-6Bk" secondAttribute="bottom" constant="51.670000000000002" identifier="S4" id="E85-iU-xtF"/>
|
358
|
359
|
<constraint firstAttribute="trailing" secondItem="We0-cd-h10" secondAttribute="trailing" constant="8" identifier="S5" id="KP5-kT-u4x"/>
|
|
@@ -392,7 +393,7 @@ To log-in to a previously registered account tap Recover Account above.</string>
|
392
|
393
|
<scene sceneID="Hxl-vA-dRR">
|
393
|
394
|
<objects>
|
394
|
395
|
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="IbW-FC-OA0" sceneMemberID="viewController">
|
395
|
|
- <tabBarItem key="tabBarItem" title="Settings" image="tab_profile" id="04I-wD-Xhf"/>
|
|
396
|
+ <tabBarItem key="tabBarItem" title="Settings" image="gear" catalog="system" id="04I-wD-Xhf"/>
|
396
|
397
|
<toolbarItems/>
|
397
|
398
|
<navigationBar key="navigationBar" contentMode="scaleToFill" id="0S4-Xx-Xnh">
|
398
|
399
|
<rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
|
|
@@ -409,7 +410,13 @@ To log-in to a previously registered account tap Recover Account above.</string>
|
409
|
410
|
</scene>
|
410
|
411
|
</scenes>
|
411
|
412
|
<resources>
|
412
|
|
- <image name="tab_activities" width="16" height="16"/>
|
413
|
|
- <image name="tab_profile" width="16" height="16"/>
|
|
413
|
+ <image name="gear" catalog="system" width="64" height="58"/>
|
|
414
|
+ <image name="pencil" catalog="system" width="64" height="56"/>
|
|
415
|
+ <namedColor name="white_black">
|
|
416
|
+ <color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
417
|
+ </namedColor>
|
|
418
|
+ <namedColor name="white_gray">
|
|
419
|
+ <color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
420
|
+ </namedColor>
|
414
|
421
|
</resources>
|
415
|
422
|
</document>
|