|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="V7P-K7-Adh"> |
| 3 | + <device id="retina6_1" orientation="portrait" appearance="light"/> |
3 | 4 | <dependencies> |
4 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/> |
5 | | - <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 5 | + <deployment identifier="iOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/> |
| 7 | + <capability name="System colors in document resources" minToolsVersion="11.0"/> |
6 | 8 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
7 | 9 | </dependencies> |
8 | 10 | <scenes> |
9 | | - <!--View Controller--> |
10 | | - <scene sceneID="tne-QT-ifu"> |
| 11 | + <!--Folders--> |
| 12 | + <scene sceneID="BvB-HF-OT2"> |
11 | 13 | <objects> |
12 | | - <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController"> |
13 | | - <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
14 | | - <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 14 | + <tableViewController id="uQv-5d-hd3" customClass="MainViewController" customModule="Example" customModuleProvider="target" sceneMemberID="viewController"> |
| 15 | + <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="xCx-Qe-zML"> |
| 16 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
15 | 17 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
16 | | - <color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
17 | | - <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> |
18 | | - </view> |
19 | | - </viewController> |
20 | | - <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
| 18 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 19 | + <prototypes> |
| 20 | + <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="cell" textLabel="wfc-YG-O31" detailTextLabel="iNE-6N-UKh" style="IBUITableViewCellStyleSubtitle" id="enq-1H-5uW"> |
| 21 | + <rect key="frame" x="0.0" y="28" width="414" height="55.5"/> |
| 22 | + <autoresizingMask key="autoresizingMask"/> |
| 23 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="enq-1H-5uW" id="Mdn-aL-YBD"> |
| 24 | + <rect key="frame" x="0.0" y="0.0" width="383" height="55.5"/> |
| 25 | + <autoresizingMask key="autoresizingMask"/> |
| 26 | + <subviews> |
| 27 | + <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="wfc-YG-O31"> |
| 28 | + <rect key="frame" x="20" y="10" width="33" height="20.5"/> |
| 29 | + <autoresizingMask key="autoresizingMask"/> |
| 30 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 31 | + <nil key="textColor"/> |
| 32 | + <nil key="highlightedColor"/> |
| 33 | + </label> |
| 34 | + <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Subtitle" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="iNE-6N-UKh"> |
| 35 | + <rect key="frame" x="20" y="31.5" width="44" height="14.5"/> |
| 36 | + <autoresizingMask key="autoresizingMask"/> |
| 37 | + <fontDescription key="fontDescription" type="system" pointSize="12"/> |
| 38 | + <nil key="textColor"/> |
| 39 | + <nil key="highlightedColor"/> |
| 40 | + </label> |
| 41 | + </subviews> |
| 42 | + </tableViewCellContentView> |
| 43 | + </tableViewCell> |
| 44 | + </prototypes> |
| 45 | + <connections> |
| 46 | + <outlet property="dataSource" destination="uQv-5d-hd3" id="sar-bf-ONg"/> |
| 47 | + <outlet property="delegate" destination="uQv-5d-hd3" id="cca-0t-TDV"/> |
| 48 | + </connections> |
| 49 | + </tableView> |
| 50 | + <navigationItem key="navigationItem" title="Folders" id="xV0-JN-ufi"> |
| 51 | + <barButtonItem key="leftBarButtonItem" image="person.circle" catalog="system" id="lYO-hn-aKN"> |
| 52 | + <connections> |
| 53 | + <action selector="manageUser" destination="uQv-5d-hd3" id="FQK-KE-BTn"/> |
| 54 | + </connections> |
| 55 | + </barButtonItem> |
| 56 | + <barButtonItem key="rightBarButtonItem" title="Item" systemItem="add" id="cDS-TO-5Ne"> |
| 57 | + <connections> |
| 58 | + <action selector="addFolder" destination="uQv-5d-hd3" id="0n7-PC-Kh1"/> |
| 59 | + </connections> |
| 60 | + </barButtonItem> |
| 61 | + </navigationItem> |
| 62 | + <refreshControl key="refreshControl" opaque="NO" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" id="eDL-vY-AnW"> |
| 63 | + <autoresizingMask key="autoresizingMask"/> |
| 64 | + <connections> |
| 65 | + <action selector="refresh" destination="uQv-5d-hd3" eventType="valueChanged" id="DoN-M1-d2c"/> |
| 66 | + </connections> |
| 67 | + </refreshControl> |
| 68 | + </tableViewController> |
| 69 | + <placeholder placeholderIdentifier="IBFirstResponder" id="JuM-GR-pYU" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
21 | 70 | </objects> |
| 71 | + <point key="canvasLocation" x="394" y="730"/> |
| 72 | + </scene> |
| 73 | + <!--Navigation Controller--> |
| 74 | + <scene sceneID="atc-EO-pgX"> |
| 75 | + <objects> |
| 76 | + <navigationController id="V7P-K7-Adh" sceneMemberID="viewController"> |
| 77 | + <navigationBar key="navigationBar" contentMode="scaleToFill" largeTitles="YES" id="d8z-0B-sOV"> |
| 78 | + <rect key="frame" x="0.0" y="44" width="414" height="96"/> |
| 79 | + <autoresizingMask key="autoresizingMask"/> |
| 80 | + </navigationBar> |
| 81 | + <connections> |
| 82 | + <segue destination="uQv-5d-hd3" kind="relationship" relationship="rootViewController" id="dUb-hO-hku"/> |
| 83 | + </connections> |
| 84 | + </navigationController> |
| 85 | + <placeholder placeholderIdentifier="IBFirstResponder" id="FBd-ru-QKo" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
| 86 | + </objects> |
| 87 | + <point key="canvasLocation" x="-499" y="730"/> |
22 | 88 | </scene> |
23 | 89 | </scenes> |
| 90 | + <resources> |
| 91 | + <image name="person.circle" catalog="system" width="128" height="121"/> |
| 92 | + <systemColor name="systemBackgroundColor"> |
| 93 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 94 | + </systemColor> |
| 95 | + </resources> |
24 | 96 | </document> |
0 commit comments