|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11201" systemVersion="16A323" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="H1p-Uh-vWS"> |
| 3 | + <dependencies> |
| 4 | + <deployment identifier="iOS"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/> |
| 6 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 7 | + </dependencies> |
| 8 | + <scenes> |
| 9 | + <!--Master--> |
| 10 | + <scene sceneID="pY4-Hu-kfo"> |
| 11 | + <objects> |
| 12 | + <navigationController title="Master" id="RMx-3f-FxP" sceneMemberID="viewController"> |
| 13 | + <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="Pmd-2v-anx"> |
| 14 | + <rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/> |
| 15 | + <autoresizingMask key="autoresizingMask"/> |
| 16 | + </navigationBar> |
| 17 | + <connections> |
| 18 | + <segue destination="g0o-Iw-BIu" kind="relationship" relationship="rootViewController" id="cmU-Oy-oi9"/> |
| 19 | + </connections> |
| 20 | + </navigationController> |
| 21 | + <placeholder placeholderIdentifier="IBFirstResponder" id="8fS-aE-onr" sceneMemberID="firstResponder"/> |
| 22 | + </objects> |
| 23 | + <point key="canvasLocation" x="-38" y="-630"/> |
| 24 | + </scene> |
| 25 | + <!--Master--> |
| 26 | + <scene sceneID="eD3-j2-Fxu"> |
| 27 | + <objects> |
| 28 | + <viewController id="g0o-Iw-BIu" customClass="MasterViewController" customModule="AllVisible" customModuleProvider="target" sceneMemberID="viewController"> |
| 29 | + <layoutGuides> |
| 30 | + <viewControllerLayoutGuide type="top" id="6qz-gh-7bI"/> |
| 31 | + <viewControllerLayoutGuide type="bottom" id="Fd7-DD-a1U"/> |
| 32 | + </layoutGuides> |
| 33 | + <view key="view" contentMode="scaleToFill" id="RKb-2b-eAm"> |
| 34 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 35 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 36 | + <subviews> |
| 37 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="s7X-ux-ywm"> |
| 38 | + <fontDescription key="fontDescription" type="system" pointSize="20"/> |
| 39 | + <state key="normal" title="Now"/> |
| 40 | + <connections> |
| 41 | + <segue destination="vC3-pB-5Vb" kind="showDetail" identifier="showDetail" id="A9r-6C-v8Q"/> |
| 42 | + </connections> |
| 43 | + </button> |
| 44 | + </subviews> |
| 45 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 46 | + <constraints> |
| 47 | + <constraint firstItem="s7X-ux-ywm" firstAttribute="centerY" secondItem="RKb-2b-eAm" secondAttribute="centerY" id="8VN-9m-KGU"/> |
| 48 | + <constraint firstItem="s7X-ux-ywm" firstAttribute="centerX" secondItem="RKb-2b-eAm" secondAttribute="centerX" id="Rjq-og-5bN"/> |
| 49 | + </constraints> |
| 50 | + </view> |
| 51 | + <navigationItem key="navigationItem" title="Master" id="2VE-ez-YAu"/> |
| 52 | + </viewController> |
| 53 | + <placeholder placeholderIdentifier="IBFirstResponder" id="pFP-4P-Aaq" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 54 | + </objects> |
| 55 | + <point key="canvasLocation" x="703" y="-624"/> |
| 56 | + </scene> |
| 57 | + <!--Detail--> |
| 58 | + <scene sceneID="yUG-lL-AsK"> |
| 59 | + <objects> |
| 60 | + <viewController title="Detail" id="JEX-9P-axG" customClass="DetailViewController" customModule="AllVisible" customModuleProvider="target" sceneMemberID="viewController"> |
| 61 | + <layoutGuides> |
| 62 | + <viewControllerLayoutGuide type="top" id="SYR-Wa-9uf"/> |
| 63 | + <viewControllerLayoutGuide type="bottom" id="GAO-Cl-Wes"/> |
| 64 | + </layoutGuides> |
| 65 | + <view key="view" contentMode="scaleToFill" id="svH-Pt-448"> |
| 66 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 67 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 68 | + <subviews> |
| 69 | + <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="Not Set" textAlignment="center" lineBreakMode="tailTruncation" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="0XM-y9-sOw"> |
| 70 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 71 | + <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/> |
| 72 | + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| 73 | + <nil key="highlightedColor"/> |
| 74 | + </label> |
| 75 | + </subviews> |
| 76 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
| 77 | + <constraints> |
| 78 | + <constraint firstItem="0XM-y9-sOw" firstAttribute="leading" secondItem="svH-Pt-448" secondAttribute="leading" constant="20" symbolic="YES" id="Tsc-yG-G1q"/> |
| 79 | + <constraint firstItem="0XM-y9-sOw" firstAttribute="centerY" secondItem="svH-Pt-448" secondAttribute="centerY" id="jWN-iV-94e"/> |
| 80 | + <constraint firstAttribute="trailing" secondItem="0XM-y9-sOw" secondAttribute="trailing" constant="20" symbolic="YES" id="tHV-ZD-HQj"/> |
| 81 | + </constraints> |
| 82 | + </view> |
| 83 | + <toolbarItems/> |
| 84 | + <navigationItem key="navigationItem" title="Detail" id="mOI-FS-AaM"/> |
| 85 | + <connections> |
| 86 | + <outlet property="detailLabel" destination="0XM-y9-sOw" id="Tsp-T2-1UC"/> |
| 87 | + </connections> |
| 88 | + </viewController> |
| 89 | + <placeholder placeholderIdentifier="IBFirstResponder" id="FJe-Yq-33r" sceneMemberID="firstResponder"/> |
| 90 | + </objects> |
| 91 | + <point key="canvasLocation" x="709" y="129"/> |
| 92 | + </scene> |
| 93 | + <!--Split View Controller--> |
| 94 | + <scene sceneID="Nki-YV-4Qg"> |
| 95 | + <objects> |
| 96 | + <splitViewController id="H1p-Uh-vWS" sceneMemberID="viewController"> |
| 97 | + <toolbarItems/> |
| 98 | + <connections> |
| 99 | + <segue destination="RMx-3f-FxP" kind="relationship" relationship="masterViewController" id="BlO-5A-QYV"/> |
| 100 | + <segue destination="vC3-pB-5Vb" kind="relationship" relationship="detailViewController" id="Tll-UG-LXB"/> |
| 101 | + </connections> |
| 102 | + </splitViewController> |
| 103 | + <placeholder placeholderIdentifier="IBFirstResponder" id="cZU-Oi-B1e" sceneMemberID="firstResponder"/> |
| 104 | + </objects> |
| 105 | + <point key="canvasLocation" x="-856" y="-330"/> |
| 106 | + </scene> |
| 107 | + <!--Navigation Controller--> |
| 108 | + <scene sceneID="r7l-gg-dq7"> |
| 109 | + <objects> |
| 110 | + <navigationController id="vC3-pB-5Vb" sceneMemberID="viewController"> |
| 111 | + <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="DjV-YW-jjY"> |
| 112 | + <rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/> |
| 113 | + <autoresizingMask key="autoresizingMask"/> |
| 114 | + </navigationBar> |
| 115 | + <connections> |
| 116 | + <segue destination="JEX-9P-axG" kind="relationship" relationship="rootViewController" id="GKi-kA-LjT"/> |
| 117 | + </connections> |
| 118 | + </navigationController> |
| 119 | + <placeholder placeholderIdentifier="IBFirstResponder" id="SLD-UC-DBI" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 120 | + </objects> |
| 121 | + <point key="canvasLocation" x="-45" y="129"/> |
| 122 | + </scene> |
| 123 | + </scenes> |
| 124 | + <inferredMetricsTieBreakers> |
| 125 | + <segue reference="A9r-6C-v8Q"/> |
| 126 | + </inferredMetricsTieBreakers> |
| 127 | +</document> |
0 commit comments