| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="1.0" toolsVersion="1926" systemVersion="11C36" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" initialViewController="5"> |
| <dependencies> |
| <development defaultVersion="4200" identifier="xcode"/> |
| <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="922"/> |
| </dependencies> |
| <scenes> |
| <scene sceneID="14"> |
| <objects> |
| <placeholder placeholderIdentifier="IBFirstResponder" id="13" sceneMemberID="firstResponder"/> |
| <navigationController id="3" sceneMemberID="viewController"> |
| <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="6"> |
| <autoresizingMask key="autoresizingMask"/> |
| </navigationBar> |
| <connections> |
| <segue destination="19" kind="relationship" relationship="rootViewController" id="25"/> |
| </connections> |
| </navigationController> |
| </objects> |
| <point key="canvasLocation" x="432" y="-178"/> |
| </scene> |
| <scene sceneID="16"> |
| <objects> |
| <placeholder placeholderIdentifier="IBFirstResponder" id="15" sceneMemberID="firstResponder"/> |
| <viewController storyboardIdentifier="" title="Detail" id="4" customClass="DetailViewController" sceneMemberID="viewController"> |
| <view key="view" contentMode="scaleToFill" id="26"> |
| <rect key="frame" x="0.0" y="64" width="703" height="704"/> |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| <subviews> |
| <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="Detail view content goes here" textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" id="27"> |
| <rect key="frame" x="20" y="341" width="663" height="21"/> |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/> |
| <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| <fontDescription key="fontDescription" type="system" size="system"/> |
| <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| <nil key="highlightedColor"/> |
| </label> |
| </subviews> |
| <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> |
| <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/> |
| </view> |
| <toolbarItems/> |
| <navigationItem key="navigationItem" title="Detail" id="52"/> |
| <connections> |
| <outlet property="detailDescriptionLabel" destination="27" id="29"/> |
| </connections> |
| </viewController> |
| </objects> |
| <point key="canvasLocation" x="432" y="686"/> |
| </scene> |
| <scene sceneID="18"> |
| <objects> |
| <placeholder placeholderIdentifier="IBFirstResponder" id="17" sceneMemberID="firstResponder"/> |
| <splitViewController id="5" sceneMemberID="viewController"> |
| <toolbarItems/> |
| <simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="blackTranslucent"/> |
| <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/> |
| <connections> |
| <segue destination="3" kind="relationship" relationship="masterViewController" id="9"/> |
| <segue destination="42" kind="relationship" relationship="detailViewController" id="53"/> |
| </connections> |
| </splitViewController> |
| </objects> |
| <point key="canvasLocation" x="-711" y="-178"/> |
| </scene> |
| <scene sceneID="24"> |
| <objects> |
| <placeholder placeholderIdentifier="IBFirstResponder" id="23" sceneMemberID="firstResponder"/> |
| <tableViewController storyboardIdentifier="" title="Master" clearsSelectionOnViewWillAppear="NO" id="19" customClass="MasterViewController" sceneMemberID="viewController"> |
| <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="20"> |
| <rect key="frame" x="0.0" y="64" width="320" height="704"/> |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/> |
| <sections> |
| <tableViewSection id="33"> |
| <cells> |
| <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Cell" textLabel="z13-93-fbN" style="IBUITableViewCellStyleDefault" id="34"> |
| <rect key="frame" x="0.0" y="0.0" width="320" height="44"/> |
| <autoresizingMask key="autoresizingMask"/> |
| <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> |
| <rect key="frame" x="0.0" y="0.0" width="768" height="43"/> |
| <autoresizingMask key="autoresizingMask"/> |
| <subviews> |
| <label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" text="Detail" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="z13-93-fbN"> |
| <rect key="frame" x="10" y="0.0" width="748" height="43"/> |
| <autoresizingMask key="autoresizingMask"/> |
| <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
| <fontDescription key="fontDescription" type="boldSystem" pointSize="20"/> |
| <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| <color key="highlightedColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
| </label> |
| </subviews> |
| <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> |
| </view> |
| </tableViewCell> |
| </cells> |
| </tableViewSection> |
| </sections> |
| <connections> |
| <outlet property="dataSource" destination="19" id="22"/> |
| <outlet property="delegate" destination="19" id="21"/> |
| </connections> |
| </tableView> |
| <navigationItem key="navigationItem" title="Master" id="39"/> |
| </tableViewController> |
| </objects> |
| <point key="canvasLocation" x="843" y="-179"/> |
| </scene> |
| <scene sceneID="50"> |
| <objects> |
| <placeholder placeholderIdentifier="IBFirstResponder" id="49" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| <navigationController id="42" sceneMemberID="viewController"> |
| <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="43"> |
| <autoresizingMask key="autoresizingMask"/> |
| </navigationBar> |
| <connections> |
| <segue destination="4" kind="relationship" relationship="rootViewController" id="51"/> |
| </connections> |
| </navigationController> |
| </objects> |
| <point key="canvasLocation" x="-390" y="686"/> |
| </scene> |
| </scenes> |
| <simulatedMetricsContainer key="defaultSimulatedMetrics"> |
| <simulatedStatusBarMetrics key="statusBar" statusBarStyle="blackTranslucent"/> |
| <simulatedOrientationMetrics key="orientation"/> |
| <simulatedScreenMetrics key="destination"/> |
| </simulatedMetricsContainer> |
| </document> |