|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Y2t-cv-gX2"> |
| 3 | + <device id="retina5_9" orientation="portrait"> |
| 4 | + <adaptation id="fullscreen"/> |
| 5 | + </device> |
| 6 | + <dependencies> |
| 7 | + <deployment identifier="iOS"/> |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/> |
| 9 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 10 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 11 | + </dependencies> |
| 12 | + <scenes> |
| 13 | + <!--Select Controller--> |
| 14 | + <scene sceneID="wxS-0Z-nCv"> |
| 15 | + <objects> |
| 16 | + <tableViewController id="Abr-Su-b6m" userLabel="Select Controller" customClass="SelectViewController" customModule="TreeViewExample" customModuleProvider="target" sceneMemberID="viewController"> |
| 17 | + <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="Ys6-mB-mvd"> |
| 18 | + <rect key="frame" x="0.0" y="0.0" width="375" height="812"/> |
| 19 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 20 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 21 | + <prototypes> |
| 22 | + <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="default" textLabel="MBP-J9-Yo3" style="IBUITableViewCellStyleDefault" id="K57-Ik-1eH"> |
| 23 | + <rect key="frame" x="0.0" y="28" width="375" height="44"/> |
| 24 | + <autoresizingMask key="autoresizingMask"/> |
| 25 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="K57-Ik-1eH" id="I4x-Qf-GtR"> |
| 26 | + <rect key="frame" x="0.0" y="0.0" width="341" height="43.666666666666664"/> |
| 27 | + <autoresizingMask key="autoresizingMask"/> |
| 28 | + <subviews> |
| 29 | + <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="MBP-J9-Yo3"> |
| 30 | + <rect key="frame" x="16" y="0.0" width="324" height="43.666666666666664"/> |
| 31 | + <autoresizingMask key="autoresizingMask"/> |
| 32 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 33 | + <nil key="textColor"/> |
| 34 | + <nil key="highlightedColor"/> |
| 35 | + </label> |
| 36 | + </subviews> |
| 37 | + </tableViewCellContentView> |
| 38 | + </tableViewCell> |
| 39 | + </prototypes> |
| 40 | + <connections> |
| 41 | + <outlet property="dataSource" destination="Abr-Su-b6m" id="LK0-Ig-Cgr"/> |
| 42 | + <outlet property="delegate" destination="Abr-Su-b6m" id="fkS-uA-8YU"/> |
| 43 | + </connections> |
| 44 | + </tableView> |
| 45 | + <navigationItem key="navigationItem" title="Root View Controller" id="5jx-bS-ZkG"/> |
| 46 | + <connections> |
| 47 | + <segue destination="BYZ-38-t0r" kind="show" identifier="ShowModuleScreen" id="ftB-Xn-6b3"/> |
| 48 | + </connections> |
| 49 | + </tableViewController> |
| 50 | + <placeholder placeholderIdentifier="IBFirstResponder" id="dBY-VT-0ns" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 51 | + </objects> |
| 52 | + <point key="canvasLocation" x="-835" y="-268"/> |
| 53 | + </scene> |
| 54 | + <!--Navigation Controller--> |
| 55 | + <scene sceneID="Pbs-hO-spD"> |
| 56 | + <objects> |
| 57 | + <navigationController id="Y2t-cv-gX2" sceneMemberID="viewController"> |
| 58 | + <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="Dlp-ic-29w"> |
| 59 | + <rect key="frame" x="0.0" y="44" width="375" height="44"/> |
| 60 | + <autoresizingMask key="autoresizingMask"/> |
| 61 | + <color key="tintColor" red="1" green="0.57810515169999999" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 62 | + </navigationBar> |
| 63 | + <connections> |
| 64 | + <segue destination="Abr-Su-b6m" kind="relationship" relationship="rootViewController" id="i0X-nu-9Ef"/> |
| 65 | + </connections> |
| 66 | + </navigationController> |
| 67 | + <placeholder placeholderIdentifier="IBFirstResponder" id="VVt-sx-Jfs" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 68 | + </objects> |
| 69 | + <point key="canvasLocation" x="-1785" y="-268"/> |
| 70 | + </scene> |
| 71 | + <!--Table Controller--> |
| 72 | + <scene sceneID="tne-QT-ifu"> |
| 73 | + <objects> |
| 74 | + <viewController id="BYZ-38-t0r" userLabel="Table Controller" customClass="TableViewController" customModule="TreeViewExample" customModuleProvider="target" sceneMemberID="viewController"> |
| 75 | + <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
| 76 | + <rect key="frame" x="0.0" y="0.0" width="375" height="812"/> |
| 77 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 78 | + <subviews> |
| 79 | + <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="6sK-XI-Ygt"> |
| 80 | + <rect key="frame" x="0.0" y="88" width="375" height="690"/> |
| 81 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 82 | + <connections> |
| 83 | + <outlet property="dataSource" destination="fAM-jM-SXt" id="KcD-bG-OsN"/> |
| 84 | + <outlet property="delegate" destination="BYZ-38-t0r" id="dgF-pD-MBn"/> |
| 85 | + </connections> |
| 86 | + </tableView> |
| 87 | + </subviews> |
| 88 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 89 | + <constraints> |
| 90 | + <constraint firstItem="HmU-Jm-VLA" firstAttribute="trailing" secondItem="6sK-XI-Ygt" secondAttribute="trailing" id="SCf-kR-0jX"/> |
| 91 | + <constraint firstItem="6sK-XI-Ygt" firstAttribute="top" secondItem="HmU-Jm-VLA" secondAttribute="top" id="ciK-ru-dbz"/> |
| 92 | + <constraint firstItem="HmU-Jm-VLA" firstAttribute="bottom" secondItem="6sK-XI-Ygt" secondAttribute="bottom" id="qzE-fl-4ZB"/> |
| 93 | + <constraint firstItem="6sK-XI-Ygt" firstAttribute="leading" secondItem="HmU-Jm-VLA" secondAttribute="leading" id="rdz-As-nmw"/> |
| 94 | + </constraints> |
| 95 | + <viewLayoutGuide key="safeArea" id="HmU-Jm-VLA"/> |
| 96 | + </view> |
| 97 | + <connections> |
| 98 | + <outlet property="tableView" destination="6sK-XI-Ygt" id="gGg-6I-WOs"/> |
| 99 | + <outlet property="treeTable" destination="fAM-jM-SXt" id="wk7-dT-kBS"/> |
| 100 | + </connections> |
| 101 | + </viewController> |
| 102 | + <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
| 103 | + <customObject id="fAM-jM-SXt" customClass="TreeTable"> |
| 104 | + <connections> |
| 105 | + <outlet property="dataSource" destination="BYZ-38-t0r" id="AqU-x9-FaC"/> |
| 106 | + </connections> |
| 107 | + </customObject> |
| 108 | + </objects> |
| 109 | + <point key="canvasLocation" x="145" y="-268"/> |
| 110 | + </scene> |
| 111 | + </scenes> |
| 112 | +</document> |
0 commit comments