|
4 | 4 | <dependencies> |
5 | 5 | <deployment identifier="iOS"/> |
6 | 6 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/> |
| 7 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
7 | 8 | <capability name="System colors in document resources" minToolsVersion="11.0"/> |
8 | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
9 | 10 | </dependencies> |
|
48 | 49 | </connections> |
49 | 50 | </tableView> |
50 | 51 | <navigationItem key="navigationItem" title="Folders" id="xV0-JN-ufi"> |
| 52 | + <barButtonItem key="backBarButtonItem" title="Folders" id="Fsq-BL-4sn"/> |
51 | 53 | <barButtonItem key="leftBarButtonItem" image="person.circle" catalog="system" id="lYO-hn-aKN"> |
52 | 54 | <connections> |
53 | 55 | <action selector="manageUser" destination="uQv-5d-hd3" id="FQK-KE-BTn"/> |
54 | 56 | </connections> |
55 | 57 | </barButtonItem> |
56 | | - <barButtonItem key="rightBarButtonItem" title="Item" systemItem="add" id="cDS-TO-5Ne"> |
| 58 | + <barButtonItem key="rightBarButtonItem" systemItem="add" id="cDS-TO-5Ne"> |
57 | 59 | <connections> |
58 | 60 | <action selector="addFolder" destination="uQv-5d-hd3" id="0n7-PC-Kh1"/> |
59 | 61 | </connections> |
|
65 | 67 | <action selector="refresh" destination="uQv-5d-hd3" eventType="valueChanged" id="DoN-M1-d2c"/> |
66 | 68 | </connections> |
67 | 69 | </refreshControl> |
| 70 | + <connections> |
| 71 | + <segue destination="WR2-fQ-bPg" kind="show" identifier="notes" id="eyk-fT-w4F"/> |
| 72 | + </connections> |
68 | 73 | </tableViewController> |
69 | 74 | <placeholder placeholderIdentifier="IBFirstResponder" id="JuM-GR-pYU" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
70 | 75 | </objects> |
71 | 76 | <point key="canvasLocation" x="394" y="730"/> |
72 | 77 | </scene> |
| 78 | + <!--Notes--> |
| 79 | + <scene sceneID="sL4-9e-j8H"> |
| 80 | + <objects> |
| 81 | + <tableViewController id="WR2-fQ-bPg" customClass="NotesViewController" customModule="Example" customModuleProvider="target" sceneMemberID="viewController"> |
| 82 | + <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="Kjb-mn-huE"> |
| 83 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
| 84 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 85 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 86 | + <prototypes> |
| 87 | + <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="cell" textLabel="sGB-av-7p4" detailTextLabel="AJH-O5-nrQ" style="IBUITableViewCellStyleSubtitle" id="UUE-tV-Yp7"> |
| 88 | + <rect key="frame" x="0.0" y="28" width="414" height="55.5"/> |
| 89 | + <autoresizingMask key="autoresizingMask"/> |
| 90 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="UUE-tV-Yp7" id="o2m-QP-PlT"> |
| 91 | + <rect key="frame" x="0.0" y="0.0" width="383" height="55.5"/> |
| 92 | + <autoresizingMask key="autoresizingMask"/> |
| 93 | + <subviews> |
| 94 | + <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="sGB-av-7p4"> |
| 95 | + <rect key="frame" x="20" y="10" width="33" height="20.5"/> |
| 96 | + <autoresizingMask key="autoresizingMask"/> |
| 97 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 98 | + <nil key="textColor"/> |
| 99 | + <nil key="highlightedColor"/> |
| 100 | + </label> |
| 101 | + <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Subtitle" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="AJH-O5-nrQ"> |
| 102 | + <rect key="frame" x="20" y="31.5" width="44" height="14.5"/> |
| 103 | + <autoresizingMask key="autoresizingMask"/> |
| 104 | + <fontDescription key="fontDescription" type="system" pointSize="12"/> |
| 105 | + <nil key="textColor"/> |
| 106 | + <nil key="highlightedColor"/> |
| 107 | + </label> |
| 108 | + </subviews> |
| 109 | + </tableViewCellContentView> |
| 110 | + </tableViewCell> |
| 111 | + </prototypes> |
| 112 | + <connections> |
| 113 | + <outlet property="dataSource" destination="WR2-fQ-bPg" id="41G-gK-Pt3"/> |
| 114 | + <outlet property="delegate" destination="WR2-fQ-bPg" id="BME-G7-BgJ"/> |
| 115 | + </connections> |
| 116 | + </tableView> |
| 117 | + <navigationItem key="navigationItem" title="Notes" largeTitleDisplayMode="never" id="yci-Td-pN4"> |
| 118 | + <barButtonItem key="backBarButtonItem" title="Notes" id="XMY-yp-ucX"/> |
| 119 | + <barButtonItem key="rightBarButtonItem" systemItem="add" id="DWq-Xn-yT6"> |
| 120 | + <connections> |
| 121 | + <segue destination="7Zx-7n-AfI" kind="presentation" identifier="add" id="TcI-y7-fhw"/> |
| 122 | + </connections> |
| 123 | + </barButtonItem> |
| 124 | + </navigationItem> |
| 125 | + <refreshControl key="refreshControl" opaque="NO" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" id="B0w-RP-N7Z"> |
| 126 | + <autoresizingMask key="autoresizingMask"/> |
| 127 | + <connections> |
| 128 | + <action selector="refresh" destination="WR2-fQ-bPg" eventType="valueChanged" id="ZRw-nw-kC6"/> |
| 129 | + </connections> |
| 130 | + </refreshControl> |
| 131 | + <connections> |
| 132 | + <segue destination="7Zx-7n-AfI" kind="presentation" identifier="edit" id="DtS-ot-qGZ"/> |
| 133 | + </connections> |
| 134 | + </tableViewController> |
| 135 | + <placeholder placeholderIdentifier="IBFirstResponder" id="cUr-yh-hzx" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
| 136 | + </objects> |
| 137 | + <point key="canvasLocation" x="1346" y="730"/> |
| 138 | + </scene> |
| 139 | + <!--Navigation Controller--> |
| 140 | + <scene sceneID="r3j-sO-9t7"> |
| 141 | + <objects> |
| 142 | + <navigationController id="7Zx-7n-AfI" sceneMemberID="viewController"> |
| 143 | + <navigationBar key="navigationBar" contentMode="scaleToFill" id="uVq-EC-qQx"> |
| 144 | + <rect key="frame" x="0.0" y="0.0" width="414" height="56"/> |
| 145 | + <autoresizingMask key="autoresizingMask"/> |
| 146 | + </navigationBar> |
| 147 | + <connections> |
| 148 | + <segue destination="wbC-kD-tpp" kind="relationship" relationship="rootViewController" id="WGR-af-W1R"/> |
| 149 | + </connections> |
| 150 | + </navigationController> |
| 151 | + <placeholder placeholderIdentifier="IBFirstResponder" id="Pcw-Ac-oTZ" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
| 152 | + </objects> |
| 153 | + <point key="canvasLocation" x="2368" y="730"/> |
| 154 | + </scene> |
| 155 | + <!--Note--> |
| 156 | + <scene sceneID="fck-ns-gca"> |
| 157 | + <objects> |
| 158 | + <viewController id="wbC-kD-tpp" customClass="NoteEditViewController" customModule="Example" customModuleProvider="target" sceneMemberID="viewController"> |
| 159 | + <view key="view" contentMode="scaleToFill" id="Dqy-OV-IFM"> |
| 160 | + <rect key="frame" x="0.0" y="0.0" width="414" height="842"/> |
| 161 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 162 | + <viewLayoutGuide key="safeArea" id="PAV-oK-u9U"/> |
| 163 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 164 | + </view> |
| 165 | + <navigationItem key="navigationItem" title="Note" id="Zja-3p-t35"/> |
| 166 | + </viewController> |
| 167 | + <placeholder placeholderIdentifier="IBFirstResponder" id="0HS-2z-SOG" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
| 168 | + </objects> |
| 169 | + <point key="canvasLocation" x="3325" y="730"/> |
| 170 | + </scene> |
73 | 171 | <!--Navigation Controller--> |
74 | 172 | <scene sceneID="atc-EO-pgX"> |
75 | 173 | <objects> |
|
87 | 185 | <point key="canvasLocation" x="-499" y="730"/> |
88 | 186 | </scene> |
89 | 187 | </scenes> |
| 188 | + <inferredMetricsTieBreakers> |
| 189 | + <segue reference="TcI-y7-fhw"/> |
| 190 | + </inferredMetricsTieBreakers> |
90 | 191 | <resources> |
91 | 192 | <image name="person.circle" catalog="system" width="128" height="121"/> |
92 | 193 | <systemColor name="systemBackgroundColor"> |
|
0 commit comments