-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAddTaskViewController.xib
More file actions
76 lines (76 loc) · 6.7 KB
/
Copy pathAddTaskViewController.xib
File metadata and controls
76 lines (76 loc) · 6.7 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="AddTaskViewController" customModule="hack_iOS" customModuleProvider="target">
<connections>
<outlet property="addButton" destination="he2-Sn-Dpw" id="7jf-nb-BtR"/>
<outlet property="inputDescriptionTextView" destination="kKS-LP-3es" id="GnE-v4-W9Q"/>
<outlet property="inputnameTextField" destination="asj-4m-aBe" id="VdZ-bW-nlz"/>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="asj-4m-aBe">
<rect key="frame" x="77" y="191" width="260" height="34"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="he2-Sn-Dpw">
<rect key="frame" x="136" y="705" width="142" height="68"/>
<constraints>
<constraint firstAttribute="height" constant="68" id="FBN-DW-TkA"/>
</constraints>
<state key="normal" title="Button"/>
</button>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="kKS-LP-3es">
<rect key="frame" x="77" y="245" width="260" height="260"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstAttribute="height" constant="260" id="AMh-aQ-WdP"/>
</constraints>
<string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.</string>
<color key="textColor" systemColor="labelColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
</subviews>
<viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="kKS-LP-3es" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="77" id="C6W-cP-hSI"/>
<constraint firstItem="asj-4m-aBe" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="147" id="DRe-Sd-PXO"/>
<constraint firstItem="asj-4m-aBe" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="77" id="HGy-HK-uoD"/>
<constraint firstItem="he2-Sn-Dpw" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="Kkr-Tg-U7t"/>
<constraint firstItem="he2-Sn-Dpw" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="136" id="KoC-aY-bwK"/>
<constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="asj-4m-aBe" secondAttribute="trailing" constant="77" id="O8t-el-39P"/>
<constraint firstItem="asj-4m-aBe" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="UkG-lk-o9O"/>
<constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="he2-Sn-Dpw" secondAttribute="trailing" constant="136" id="ZpZ-EX-Jg9"/>
<constraint firstItem="kKS-LP-3es" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="bMY-p7-2rD"/>
<constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="kKS-LP-3es" secondAttribute="trailing" constant="77" id="diM-d5-i2j"/>
<constraint firstItem="kKS-LP-3es" firstAttribute="top" secondItem="asj-4m-aBe" secondAttribute="bottom" constant="20" id="kGT-Vq-d1q"/>
<constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="he2-Sn-Dpw" secondAttribute="bottom" constant="89" id="vNy-q1-ydG"/>
</constraints>
<point key="canvasLocation" x="-197.10144927536234" y="145.98214285714286"/>
</view>
</objects>
<resources>
<systemColor name="labelColor">
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>