|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6154.17" systemVersion="13D65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-hvc"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6154.17" systemVersion="13D65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="gqd-Yd-zOT"> |
3 | 3 | <dependencies>
|
4 | 4 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6153.11"/>
|
5 | 5 | </dependencies>
|
|
45 | 45 | </label>
|
46 | 46 | </subviews>
|
47 | 47 | </tableViewCellContentView>
|
| 48 | + <connections> |
| 49 | + <segue destination="xtR-ZP-i6I" kind="show" id="Rhl-hE-TRF"/> |
| 50 | + </connections> |
48 | 51 | </tableViewCell>
|
49 | 52 | </prototypes>
|
50 | 53 | <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES">
|
|
69 | 72 | </mask>
|
70 | 73 | </variation>
|
71 | 74 | </view>
|
| 75 | + <navigationItem key="navigationItem" id="EbB-Vp-8LS"/> |
72 | 76 | <connections>
|
73 | 77 | <outlet property="appsTableView" destination="0Ds-au-UhU" id="4Ou-lD-tIm"/>
|
74 | 78 | </connections>
|
75 | 79 | </viewController>
|
76 | 80 | <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
|
77 | 81 | </objects>
|
| 82 | + <point key="canvasLocation" x="1026" y="159.75"/> |
| 83 | + </scene> |
| 84 | + <!--Details View Controller--> |
| 85 | + <scene sceneID="uOj-Yq-ktF"> |
| 86 | + <objects> |
| 87 | + <viewController id="xtR-ZP-i6I" customClass="DetailsViewController" customModule="SwiftTutorial" customModuleProvider="target" sceneMemberID="viewController"> |
| 88 | + <layoutGuides> |
| 89 | + <viewControllerLayoutGuide type="top" id="gxh-6G-snX"/> |
| 90 | + <viewControllerLayoutGuide type="bottom" id="4A1-t1-Q0W"/> |
| 91 | + </layoutGuides> |
| 92 | + <view key="view" contentMode="scaleToFill" id="SgI-CA-d2r"> |
| 93 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 94 | + <subviews> |
| 95 | + <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WgH-O9-qIk"> |
| 96 | + <rect key="frame" x="0.0" y="-21" width="42" height="21"/> |
| 97 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 98 | + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| 99 | + <nil key="highlightedColor"/> |
| 100 | + <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES"> |
| 101 | + <rect key="frame" x="20" y="208" width="280" height="27"/> |
| 102 | + </variation> |
| 103 | + </label> |
| 104 | + <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="AIH-2u-9AI"> |
| 105 | + <rect key="frame" x="0.0" y="0.0" width="240" height="128"/> |
| 106 | + <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES"> |
| 107 | + <rect key="frame" x="110" y="76" width="100" height="100"/> |
| 108 | + </variation> |
| 109 | + </imageView> |
| 110 | + </subviews> |
| 111 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 112 | + <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/> |
| 113 | + <variation key="default"> |
| 114 | + <mask key="subviews"> |
| 115 | + <exclude reference="WgH-O9-qIk"/> |
| 116 | + <exclude reference="AIH-2u-9AI"/> |
| 117 | + </mask> |
| 118 | + </variation> |
| 119 | + <variation key="heightClass=regular-widthClass=compact"> |
| 120 | + <mask key="subviews"> |
| 121 | + <include reference="WgH-O9-qIk"/> |
| 122 | + <include reference="AIH-2u-9AI"/> |
| 123 | + </mask> |
| 124 | + </variation> |
| 125 | + </view> |
| 126 | + <connections> |
| 127 | + <outlet property="albumCover" destination="AIH-2u-9AI" id="8jE-Og-JYE"/> |
| 128 | + <outlet property="titleLabel" destination="WgH-O9-qIk" id="dRW-M7-mY6"/> |
| 129 | + </connections> |
| 130 | + </viewController> |
| 131 | + <placeholder placeholderIdentifier="IBFirstResponder" id="rhu-ce-V5h" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 132 | + </objects> |
| 133 | + <point key="canvasLocation" x="1593" y="159.75"/> |
| 134 | + </scene> |
| 135 | + <!--Navigation Controller--> |
| 136 | + <scene sceneID="3Xq-0n-iKS"> |
| 137 | + <objects> |
| 138 | + <navigationController automaticallyAdjustsScrollViewInsets="NO" id="gqd-Yd-zOT" sceneMemberID="viewController"> |
| 139 | + <toolbarItems/> |
| 140 | + <navigationBar key="navigationBar" contentMode="scaleToFill" id="kYD-59-bHB"> |
| 141 | + <rect key="frame" x="0.0" y="0.0" width="320" height="44"/> |
| 142 | + <autoresizingMask key="autoresizingMask"/> |
| 143 | + </navigationBar> |
| 144 | + <nil name="viewControllers"/> |
| 145 | + <connections> |
| 146 | + <segue destination="vXZ-lx-hvc" kind="relationship" relationship="rootViewController" id="Wgx-qf-4fF"/> |
| 147 | + </connections> |
| 148 | + </navigationController> |
| 149 | + <placeholder placeholderIdentifier="IBFirstResponder" id="zYz-z3-Hj9" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 150 | + </objects> |
78 | 151 | <point key="canvasLocation" x="228" y="159.75"/>
|
79 | 152 | </scene>
|
80 | 153 | </scenes>
|
|
0 commit comments