|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="op4-yf-pKr"> |
3 | 3 | <device id="retina4_7" orientation="portrait">
|
4 | 4 | <adaptation id="fullscreen"/>
|
5 | 5 | </device>
|
|
23 | 23 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
24 | 24 | <subviews>
|
25 | 25 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dDK-WX-GHa" customClass="CardStackView" customModule="WOWCardStackView">
|
26 |
| - <rect key="frame" x="16" y="46" width="343" height="240"/> |
| 26 | + <rect key="frame" x="16" y="90" width="343" height="160"/> |
27 | 27 | <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
|
28 | 28 | <constraints>
|
29 |
| - <constraint firstAttribute="height" constant="240" id="fAk-FB-6sw"/> |
| 29 | + <constraint firstAttribute="height" constant="160" id="fAk-FB-6sw"/> |
30 | 30 | </constraints>
|
31 | 31 | <userDefinedRuntimeAttributes>
|
32 | 32 | <userDefinedRuntimeAttribute type="number" keyPath="offsetY">
|
|
45 | 45 | <constraint firstItem="dDK-WX-GHa" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" constant="26" id="qEt-xJ-I2T"/>
|
46 | 46 | </constraints>
|
47 | 47 | </view>
|
| 48 | + <navigationItem key="navigationItem" id="qIW-yo-dKi"/> |
48 | 49 | <connections>
|
49 | 50 | <outlet property="cardStackView" destination="dDK-WX-GHa" id="JNs-fP-TUY"/>
|
| 51 | + <segue destination="mHi-HE-Qju" kind="show" identifier="ShowDetails" id="gPK-Ia-wKS"/> |
50 | 52 | </connections>
|
51 | 53 | </viewController>
|
52 | 54 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
53 | 55 | </objects>
|
| 56 | + <point key="canvasLocation" x="1076" y="138.98050974512745"/> |
| 57 | + </scene> |
| 58 | + <!--Details View Controller--> |
| 59 | + <scene sceneID="TFS-vb-h7A"> |
| 60 | + <objects> |
| 61 | + <viewController storyboardIdentifier="DetailsViewController" id="mHi-HE-Qju" customClass="DetailsViewController" customModule="WOWCardStackView_Example" customModuleProvider="target" sceneMemberID="viewController"> |
| 62 | + <layoutGuides> |
| 63 | + <viewControllerLayoutGuide type="top" id="Byb-Zc-DtF"/> |
| 64 | + <viewControllerLayoutGuide type="bottom" id="Kf6-Tq-1eM"/> |
| 65 | + </layoutGuides> |
| 66 | + <view key="view" contentMode="scaleToFill" id="NM4-L1-Iov"> |
| 67 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 68 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 69 | + <subviews> |
| 70 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CL8-c8-W96" customClass="CardStackView" customModule="WOWCardStackView"> |
| 71 | + <rect key="frame" x="16" y="84" width="343" height="320"/> |
| 72 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 73 | + <constraints> |
| 74 | + <constraint firstAttribute="height" constant="320" id="T33-cE-T53"/> |
| 75 | + </constraints> |
| 76 | + <userDefinedRuntimeAttributes> |
| 77 | + <userDefinedRuntimeAttribute type="number" keyPath="offsetY"> |
| 78 | + <real key="value" value="10"/> |
| 79 | + </userDefinedRuntimeAttribute> |
| 80 | + <userDefinedRuntimeAttribute type="number" keyPath="scaleFactor"> |
| 81 | + <real key="value" value="0.98999999999999999"/> |
| 82 | + </userDefinedRuntimeAttribute> |
| 83 | + </userDefinedRuntimeAttributes> |
| 84 | + </view> |
| 85 | + </subviews> |
| 86 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 87 | + <constraints> |
| 88 | + <constraint firstItem="CL8-c8-W96" firstAttribute="top" secondItem="Byb-Zc-DtF" secondAttribute="bottom" constant="20" id="LNe-1e-FDN"/> |
| 89 | + <constraint firstItem="CL8-c8-W96" firstAttribute="leading" secondItem="NM4-L1-Iov" secondAttribute="leadingMargin" id="VX7-v2-UKN"/> |
| 90 | + <constraint firstItem="CL8-c8-W96" firstAttribute="trailing" secondItem="NM4-L1-Iov" secondAttribute="trailingMargin" id="sVp-RI-2OM"/> |
| 91 | + </constraints> |
| 92 | + </view> |
| 93 | + <connections> |
| 94 | + <outlet property="cardStackView" destination="CL8-c8-W96" id="wly-Hz-2Be"/> |
| 95 | + </connections> |
| 96 | + </viewController> |
| 97 | + <placeholder placeholderIdentifier="IBFirstResponder" id="dZP-uD-Gf3" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 98 | + </objects> |
| 99 | + <point key="canvasLocation" x="1892" y="131.78410794602701"/> |
| 100 | + </scene> |
| 101 | + <!--Navigation Controller--> |
| 102 | + <scene sceneID="IJB-WP-ss1"> |
| 103 | + <objects> |
| 104 | + <navigationController automaticallyAdjustsScrollViewInsets="NO" id="op4-yf-pKr" sceneMemberID="viewController"> |
| 105 | + <toolbarItems/> |
| 106 | + <navigationBar key="navigationBar" contentMode="scaleToFill" id="QaB-pn-J39"> |
| 107 | + <rect key="frame" x="0.0" y="0.0" width="375" height="44"/> |
| 108 | + <autoresizingMask key="autoresizingMask"/> |
| 109 | + </navigationBar> |
| 110 | + <nil name="viewControllers"/> |
| 111 | + <connections> |
| 112 | + <segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="UTh-1x-FVi"/> |
| 113 | + </connections> |
| 114 | + </navigationController> |
| 115 | + <placeholder placeholderIdentifier="IBFirstResponder" id="pCu-VV-fi7" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 116 | + </objects> |
54 | 117 | <point key="canvasLocation" x="136.80000000000001" y="138.98050974512745"/>
|
55 | 118 | </scene>
|
56 | 119 | </scenes>
|
|
0 commit comments