OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="
3.0" toolsVersion="6254" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" pr
opertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initial
ViewController="usD-du-yuo"> | |
3 <dependencies> | |
4 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" versi
on="6247"/> | |
5 <capability name="Constraints to layout margins" minToolsVersion="6.0"/> | |
6 </dependencies> | |
7 <scenes> | |
8 <!--Your Todos--> | |
9 <scene sceneID="e58-Pg-TuF"> | |
10 <objects> | |
11 <tableViewController id="P2w-JD-nZl" customClass="TodoListTableV
iewController" sceneMemberID="viewController"> | |
12 <tableView key="view" clipsSubviews="YES" contentMode="scale
ToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separator
Style="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22"
id="2w7-Te-fm8"> | |
13 <rect key="frame" x="0.0" y="0.0" width="600" height="60
0"/> | |
14 <autoresizingMask key="autoresizingMask" widthSizable="Y
ES" heightSizable="YES"/> | |
15 <color key="backgroundColor" white="1" alpha="1" colorSp
ace="calibratedWhite"/> | |
16 <prototypes> | |
17 <tableViewCell contentMode="scaleToFill" selectionSt
yle="none" indentationWidth="10" reuseIdentifier="ListPrototypeCell" id="5NP-LT-
zfS"> | |
18 <autoresizingMask key="autoresizingMask"/> | |
19 <tableViewCellContentView key="contentView" opaq
ue="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tabl
eViewCell="5NP-LT-zfS" id="Kkf-wy-cKt"> | |
20 <autoresizingMask key="autoresizingMask"/> | |
21 </tableViewCellContentView> | |
22 </tableViewCell> | |
23 </prototypes> | |
24 <connections> | |
25 <outlet property="dataSource" destination="P2w-JD-nZ
l" id="A34-TB-Ahh"/> | |
26 <outlet property="delegate" destination="P2w-JD-nZl"
id="blD-x9-tYL"/> | |
27 </connections> | |
28 </tableView> | |
29 <navigationItem key="navigationItem" title="Your Todos" id="
Myh-ta-vJ1"> | |
30 <barButtonItem key="rightBarButtonItem" systemItem="add"
id="bwN-No-QIq"> | |
31 <connections> | |
32 <segue destination="ksQ-We-w9L" kind="presentati
on" id="kss-KO-ZOJ"/> | |
33 </connections> | |
34 </barButtonItem> | |
35 </navigationItem> | |
36 </tableViewController> | |
37 <placeholder placeholderIdentifier="IBFirstResponder" id="dmd-6Y
-xgB" userLabel="First Responder" sceneMemberID="firstResponder"/> | |
38 </objects> | |
39 <point key="canvasLocation" x="250" y="136"/> | |
40 </scene> | |
41 <!--Add Todo--> | |
42 <scene sceneID="tne-QT-ifu"> | |
43 <objects> | |
44 <viewController id="BYZ-38-t0r" customClass="AddTodoItemViewCont
roller" sceneMemberID="viewController"> | |
45 <layoutGuides> | |
46 <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/> | |
47 <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"
/> | |
48 </layoutGuides> | |
49 <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> | |
50 <rect key="frame" x="0.0" y="0.0" width="600" height="60
0"/> | |
51 <autoresizingMask key="autoresizingMask" widthSizable="Y
ES" heightSizable="YES"/> | |
52 <subviews> | |
53 <textField opaque="NO" clipsSubviews="YES" contentMo
de="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="cen
ter" borderStyle="roundedRect" placeholder="What do you need to do?" minimumFont
Size="17" translatesAutoresizingMaskIntoConstraints="NO" id="K87-kZ-9FY"> | |
54 <rect key="frame" x="16" y="285" width="568" hei
ght="30"/> | |
55 <fontDescription key="fontDescription" type="sys
tem" pointSize="14"/> | |
56 <textInputTraits key="textInputTraits"/> | |
57 </textField> | |
58 </subviews> | |
59 <color key="backgroundColor" white="1" alpha="1" colorSp
ace="custom" customColorSpace="calibratedWhite"/> | |
60 <constraints> | |
61 <constraint firstAttribute="centerX" secondItem="K87
-kZ-9FY" secondAttribute="centerX" id="O96-fp-m3y"/> | |
62 <constraint firstAttribute="centerY" secondItem="K87
-kZ-9FY" secondAttribute="centerY" id="Og4-Vr-jKQ"/> | |
63 <constraint firstItem="K87-kZ-9FY" firstAttribute="t
railing" secondItem="8bC-Xf-vdC" secondAttribute="trailingMargin" id="XeO-OK-bM0
"/> | |
64 <constraint firstItem="K87-kZ-9FY" firstAttribute="l
eading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" id="yLO-kp-DaE"/
> | |
65 </constraints> | |
66 </view> | |
67 <navigationItem key="navigationItem" title="Add Todo" id="Ou
v-OZ-Gdp"> | |
68 <barButtonItem key="leftBarButtonItem" systemItem="cance
l" id="bC8-He-OXm"> | |
69 <connections> | |
70 <segue destination="trc-bs-DsF" kind="unwind" un
windAction="unwindToList:" id="8Cg-t9-TRJ"/> | |
71 </connections> | |
72 </barButtonItem> | |
73 <barButtonItem key="rightBarButtonItem" systemItem="save
" id="5t8-6b-eI7"> | |
74 <connections> | |
75 <segue destination="trc-bs-DsF" kind="unwind" un
windAction="unwindToList:" id="CIv-BV-cNg"/> | |
76 </connections> | |
77 </barButtonItem> | |
78 </navigationItem> | |
79 <connections> | |
80 <outlet property="saveButton" destination="5t8-6b-eI7" i
d="qgM-Xw-n0a"/> | |
81 <outlet property="textField" destination="K87-kZ-9FY" id
="9rJ-7h-9wv"/> | |
82 </connections> | |
83 </viewController> | |
84 <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0
-nzr" sceneMemberID="firstResponder"/> | |
85 <exit id="trc-bs-DsF" userLabel="Exit" sceneMemberID="exit"/> | |
86 </objects> | |
87 <point key="canvasLocation" x="1763" y="136"/> | |
88 </scene> | |
89 <!--Navigation Controller--> | |
90 <scene sceneID="yQT-pz-ogj"> | |
91 <objects> | |
92 <navigationController automaticallyAdjustsScrollViewInsets="NO"
id="usD-du-yuo" sceneMemberID="viewController"> | |
93 <toolbarItems/> | |
94 <navigationBar key="navigationBar" contentMode="scaleToFill"
id="AGe-K8-QDo"> | |
95 <rect key="frame" x="0.0" y="0.0" width="320" height="44
"/> | |
96 <autoresizingMask key="autoresizingMask"/> | |
97 </navigationBar> | |
98 <nil name="viewControllers"/> | |
99 <connections> | |
100 <segue destination="P2w-JD-nZl" kind="relationship" rela
tionship="rootViewController" id="J1J-eE-yIx"/> | |
101 </connections> | |
102 </navigationController> | |
103 <placeholder placeholderIdentifier="IBFirstResponder" id="tHu-xR
-Sm4" userLabel="First Responder" sceneMemberID="firstResponder"/> | |
104 </objects> | |
105 <point key="canvasLocation" x="-562" y="136"/> | |
106 </scene> | |
107 <!--Navigation Controller--> | |
108 <scene sceneID="C21-pV-p2W"> | |
109 <objects> | |
110 <navigationController automaticallyAdjustsScrollViewInsets="NO"
id="ksQ-We-w9L" sceneMemberID="viewController"> | |
111 <toolbarItems/> | |
112 <navigationBar key="navigationBar" contentMode="scaleToFill"
id="0RP-f1-PcG"> | |
113 <rect key="frame" x="0.0" y="0.0" width="320" height="44
"/> | |
114 <autoresizingMask key="autoresizingMask"/> | |
115 </navigationBar> | |
116 <nil name="viewControllers"/> | |
117 <connections> | |
118 <segue destination="BYZ-38-t0r" kind="relationship" rela
tionship="rootViewController" id="UB2-rM-Klo"/> | |
119 </connections> | |
120 </navigationController> | |
121 <placeholder placeholderIdentifier="IBFirstResponder" id="GP9-Gb
-joJ" userLabel="First Responder" sceneMemberID="firstResponder"/> | |
122 </objects> | |
123 <point key="canvasLocation" x="951" y="136"/> | |
124 </scene> | |
125 </scenes> | |
126 </document> | |
OLD | NEW |