|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6162" systemVersion="14A238h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="H1p-Uh-vWS"> |
| 3 | + <dependencies> |
| 4 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6160"/> |
| 5 | + </dependencies> |
| 6 | + <scenes> |
| 7 | + <!--Navigation Controller--> |
| 8 | + <scene sceneID="pY4-Hu-kfo"> |
| 9 | + <objects> |
| 10 | + <navigationController id="RMx-3f-FxP" sceneMemberID="viewController"> |
| 11 | + <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="Pmd-2v-anx"> |
| 12 | + <autoresizingMask key="autoresizingMask"/> |
| 13 | + </navigationBar> |
| 14 | + <connections> |
| 15 | + <segue destination="7bK-jq-Zjz" kind="relationship" relationship="rootViewController" id="tsl-Nk-0bq"/> |
| 16 | + </connections> |
| 17 | + </navigationController> |
| 18 | + <placeholder placeholderIdentifier="IBFirstResponder" id="8fS-aE-onr" sceneMemberID="firstResponder"/> |
| 19 | + </objects> |
| 20 | + <point key="canvasLocation" x="-38" y="-630"/> |
| 21 | + </scene> |
| 22 | + <!--Detail View Controller - Detail--> |
| 23 | + <scene sceneID="yUG-lL-AsK"> |
| 24 | + <objects> |
| 25 | + <viewController title="Detail" id="JEX-9P-axG" customClass="DetailViewController" customModuleProvider="target" sceneMemberID="viewController"> |
| 26 | + <layoutGuides> |
| 27 | + <viewControllerLayoutGuide type="top" id="SYR-Wa-9uf"/> |
| 28 | + <viewControllerLayoutGuide type="bottom" id="GAO-Cl-Wes"/> |
| 29 | + </layoutGuides> |
| 30 | + <view key="view" contentMode="scaleToFill" id="svH-Pt-448"> |
| 31 | + <rect key="frame" x="0.0" y="0.0" width="480" height="480"/> |
| 32 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 33 | + <subviews> |
| 34 | + <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="Detail view content goes here" textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" translatesAutoresizingMaskIntoConstraints="NO" id="0XM-y9-sOw"> |
| 35 | + <rect key="frame" x="20" y="232" width="440" height="17"/> |
| 36 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 37 | + <fontDescription key="fontDescription" type="system" size="system"/> |
| 38 | + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| 39 | + <nil key="highlightedColor"/> |
| 40 | + </label> |
| 41 | + </subviews> |
| 42 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> |
| 43 | + <constraints> |
| 44 | + <constraint firstItem="0XM-y9-sOw" firstAttribute="leading" secondItem="svH-Pt-448" secondAttribute="leading" constant="20" symbolic="YES" id="Tsc-yG-G1q"/> |
| 45 | + <constraint firstItem="0XM-y9-sOw" firstAttribute="centerY" secondItem="svH-Pt-448" secondAttribute="centerY" id="jWN-iV-94e"/> |
| 46 | + <constraint firstAttribute="trailing" secondItem="0XM-y9-sOw" secondAttribute="trailing" constant="20" symbolic="YES" id="tHV-ZD-HQj"/> |
| 47 | + </constraints> |
| 48 | + </view> |
| 49 | + <toolbarItems/> |
| 50 | + <navigationItem key="navigationItem" title="Detail" id="mOI-FS-AaM"/> |
| 51 | + <connections> |
| 52 | + <outlet property="detailDescriptionLabel" destination="0XM-y9-sOw" id="deQ-Na-JPF"/> |
| 53 | + </connections> |
| 54 | + </viewController> |
| 55 | + <placeholder placeholderIdentifier="IBFirstResponder" id="FJe-Yq-33r" sceneMemberID="firstResponder"/> |
| 56 | + </objects> |
| 57 | + <point key="canvasLocation" x="604" y="30"/> |
| 58 | + </scene> |
| 59 | + <!--Split View Controller--> |
| 60 | + <scene sceneID="Nki-YV-4Qg"> |
| 61 | + <objects> |
| 62 | + <splitViewController id="H1p-Uh-vWS" sceneMemberID="viewController"> |
| 63 | + <toolbarItems/> |
| 64 | + <connections> |
| 65 | + <segue destination="RMx-3f-FxP" kind="relationship" relationship="masterViewController" id="BlO-5A-QYV"/> |
| 66 | + <segue destination="vC3-pB-5Vb" kind="relationship" relationship="detailViewController" id="Tll-UG-LXB"/> |
| 67 | + </connections> |
| 68 | + </splitViewController> |
| 69 | + <placeholder placeholderIdentifier="IBFirstResponder" id="cZU-Oi-B1e" sceneMemberID="firstResponder"/> |
| 70 | + </objects> |
| 71 | + <point key="canvasLocation" x="-687" y="-322"/> |
| 72 | + </scene> |
| 73 | + <!--Master View Controller - Master--> |
| 74 | + <scene sceneID="smW-Zh-WAh"> |
| 75 | + <objects> |
| 76 | + <tableViewController title="Master" clearsSelectionOnViewWillAppear="NO" id="7bK-jq-Zjz" customClass="MasterViewController" customModuleProvider="target" sceneMemberID="viewController"> |
| 77 | + <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="r7i-6Z-zg0"> |
| 78 | + <rect key="frame" x="0.0" y="0.0" width="480" height="480"/> |
| 79 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 80 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 81 | + <prototypes> |
| 82 | + <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Cell" textLabel="Arm-wq-HPj" style="IBUITableViewCellStyleDefault" id="WCw-Qf-5nD"> |
| 83 | + <rect key="frame" x="0.0" y="86" width="320" height="44"/> |
| 84 | + <autoresizingMask key="autoresizingMask"/> |
| 85 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="WCw-Qf-5nD" id="37f-cq-3Eg"> |
| 86 | + <rect key="frame" x="0.0" y="0.0" width="320" height="43"/> |
| 87 | + <autoresizingMask key="autoresizingMask"/> |
| 88 | + <subviews> |
| 89 | + <label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Arm-wq-HPj"> |
| 90 | + <rect key="frame" x="15" y="0.0" width="290" height="43"/> |
| 91 | + <autoresizingMask key="autoresizingMask"/> |
| 92 | + <fontDescription key="fontDescription" type="boldSystem" pointSize="20"/> |
| 93 | + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| 94 | + <color key="highlightedColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
| 95 | + </label> |
| 96 | + </subviews> |
| 97 | + </tableViewCellContentView> |
| 98 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 99 | + <connections> |
| 100 | + <segue destination="vC3-pB-5Vb" kind="showDetail" identifier="showDetail" id="6S0-TO-JiA"/> |
| 101 | + </connections> |
| 102 | + </tableViewCell> |
| 103 | + </prototypes> |
| 104 | + <sections/> |
| 105 | + <connections> |
| 106 | + <outlet property="dataSource" destination="7bK-jq-Zjz" id="Gho-Na-rnu"/> |
| 107 | + <outlet property="delegate" destination="7bK-jq-Zjz" id="RA6-mI-bju"/> |
| 108 | + </connections> |
| 109 | + </tableView> |
| 110 | + <navigationItem key="navigationItem" title="Master" id="Zdf-7t-Un8"/> |
| 111 | + </tableViewController> |
| 112 | + <placeholder placeholderIdentifier="IBFirstResponder" id="Rux-fX-hf1" sceneMemberID="firstResponder"/> |
| 113 | + </objects> |
| 114 | + <point key="canvasLocation" x="604" y="-630"/> |
| 115 | + </scene> |
| 116 | + <!--Navigation Controller--> |
| 117 | + <scene sceneID="r7l-gg-dq7"> |
| 118 | + <objects> |
| 119 | + <navigationController id="vC3-pB-5Vb" sceneMemberID="viewController"> |
| 120 | + <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="DjV-YW-jjY"> |
| 121 | + <autoresizingMask key="autoresizingMask"/> |
| 122 | + </navigationBar> |
| 123 | + <connections> |
| 124 | + <segue destination="JEX-9P-axG" kind="relationship" relationship="rootViewController" id="GKi-kA-LjT"/> |
| 125 | + </connections> |
| 126 | + </navigationController> |
| 127 | + <placeholder placeholderIdentifier="IBFirstResponder" id="SLD-UC-DBI" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 128 | + </objects> |
| 129 | + <point key="canvasLocation" x="-38" y="30"/> |
| 130 | + </scene> |
| 131 | + </scenes> |
| 132 | + <inferredMetricsTieBreakers> |
| 133 | + <segue reference="6S0-TO-JiA"/> |
| 134 | + </inferredMetricsTieBreakers> |
| 135 | +</document> |
0 commit comments