|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BZG-L0-DG2"> |
3 | 3 | <dependencies> |
4 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/> |
| 4 | + <deployment identifier="iOS"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/> |
5 | 6 | </dependencies> |
6 | 7 | <scenes> |
7 | 8 | <!--View Controller--> |
8 | 9 | <scene sceneID="tne-QT-ifu"> |
9 | 10 | <objects> |
10 | | - <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController"> |
| 11 | + <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="HWAnimationTransition_Swift" customModuleProvider="target" sceneMemberID="viewController"> |
11 | 12 | <layoutGuides> |
12 | 13 | <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/> |
13 | 14 | <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/> |
14 | 15 | </layoutGuides> |
15 | 16 | <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
16 | 17 | <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> |
17 | 18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
18 | | - <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> |
| 19 | + <subviews> |
| 20 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="AnH-Dh-jiW"> |
| 21 | + <rect key="frame" x="536" y="20" width="44" height="44"/> |
| 22 | + <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/> |
| 23 | + <constraints> |
| 24 | + <constraint firstAttribute="width" constant="44" id="b2g-it-lFC"/> |
| 25 | + <constraint firstAttribute="height" constant="44" id="byn-SU-3Kg"/> |
| 26 | + </constraints> |
| 27 | + <userDefinedRuntimeAttributes> |
| 28 | + <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius"> |
| 29 | + <integer key="value" value="22"/> |
| 30 | + </userDefinedRuntimeAttribute> |
| 31 | + </userDefinedRuntimeAttributes> |
| 32 | + <connections> |
| 33 | + <segue destination="E9y-5V-s6T" kind="show" identifier="PushSegue" id="IZa-Zw-GAT"/> |
| 34 | + </connections> |
| 35 | + </button> |
| 36 | + <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="fox" translatesAutoresizingMaskIntoConstraints="NO" id="jvm-4n-mmg"> |
| 37 | + <rect key="frame" x="150" y="190" width="300" height="220"/> |
| 38 | + <constraints> |
| 39 | + <constraint firstAttribute="width" constant="300" id="ikm-qO-ThL"/> |
| 40 | + <constraint firstAttribute="height" constant="220" id="oh7-VE-i2u"/> |
| 41 | + </constraints> |
| 42 | + </imageView> |
| 43 | + </subviews> |
| 44 | + <color key="backgroundColor" red="0.3294117647" green="0.70588235290000001" blue="0.38431372549999998" alpha="1" colorSpace="calibratedRGB"/> |
| 45 | + <constraints> |
| 46 | + <constraint firstItem="AnH-Dh-jiW" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" constant="20" id="4Zq-t3-zu7"/> |
| 47 | + <constraint firstItem="jvm-4n-mmg" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" id="5bP-Mv-B6I"/> |
| 48 | + <constraint firstAttribute="trailing" secondItem="AnH-Dh-jiW" secondAttribute="trailing" constant="20" id="LYU-iE-Ii8"/> |
| 49 | + <constraint firstItem="jvm-4n-mmg" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="gk2-8h-fW3"/> |
| 50 | + </constraints> |
19 | 51 | </view> |
| 52 | + <navigationItem key="navigationItem" id="Lvc-c2-wO0"/> |
| 53 | + <connections> |
| 54 | + <outlet property="popBtn" destination="AnH-Dh-jiW" id="5Hp-IX-ahk"/> |
| 55 | + </connections> |
20 | 56 | </viewController> |
21 | 57 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
22 | 58 | </objects> |
| 59 | + <point key="canvasLocation" x="769" y="339"/> |
| 60 | + </scene> |
| 61 | + <!--View Controller--> |
| 62 | + <scene sceneID="BBk-PK-x6i"> |
| 63 | + <objects> |
| 64 | + <viewController id="E9y-5V-s6T" customClass="ViewController" customModule="HWAnimationTransition_Swift" customModuleProvider="target" sceneMemberID="viewController"> |
| 65 | + <layoutGuides> |
| 66 | + <viewControllerLayoutGuide type="top" id="5oP-Bv-ABU"/> |
| 67 | + <viewControllerLayoutGuide type="bottom" id="VXr-dp-3ZF"/> |
| 68 | + </layoutGuides> |
| 69 | + <view key="view" contentMode="scaleToFill" id="YiM-ri-ZZk"> |
| 70 | + <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> |
| 71 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 72 | + <subviews> |
| 73 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="nqF-Cr-VlI"> |
| 74 | + <rect key="frame" x="536" y="20" width="44" height="44"/> |
| 75 | + <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/> |
| 76 | + <constraints> |
| 77 | + <constraint firstAttribute="width" constant="44" id="hE7-4t-ycS"/> |
| 78 | + <constraint firstAttribute="height" constant="44" id="hcz-fe-ih0"/> |
| 79 | + </constraints> |
| 80 | + <userDefinedRuntimeAttributes> |
| 81 | + <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius"> |
| 82 | + <integer key="value" value="22"/> |
| 83 | + </userDefinedRuntimeAttribute> |
| 84 | + </userDefinedRuntimeAttributes> |
| 85 | + <connections> |
| 86 | + <action selector="popClick:" destination="E9y-5V-s6T" eventType="touchUpInside" id="m6X-0b-IGB"/> |
| 87 | + </connections> |
| 88 | + </button> |
| 89 | + <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="rabbit" translatesAutoresizingMaskIntoConstraints="NO" id="LC1-nK-2oj"> |
| 90 | + <rect key="frame" x="100" y="140" width="401" height="319"/> |
| 91 | + <constraints> |
| 92 | + <constraint firstAttribute="height" constant="319" id="NcD-Wp-fLI"/> |
| 93 | + <constraint firstAttribute="width" constant="401" id="VVg-uY-Sdv"/> |
| 94 | + </constraints> |
| 95 | + </imageView> |
| 96 | + </subviews> |
| 97 | + <color key="backgroundColor" red="0.96470588239999999" green="0.70980392160000005" blue="0.35686274509999999" alpha="1" colorSpace="calibratedRGB"/> |
| 98 | + <constraints> |
| 99 | + <constraint firstAttribute="trailing" secondItem="nqF-Cr-VlI" secondAttribute="trailing" constant="20" id="2vA-d3-o8S"/> |
| 100 | + <constraint firstItem="nqF-Cr-VlI" firstAttribute="top" secondItem="5oP-Bv-ABU" secondAttribute="bottom" constant="20" id="UW6-DM-Aym"/> |
| 101 | + <constraint firstItem="LC1-nK-2oj" firstAttribute="centerX" secondItem="YiM-ri-ZZk" secondAttribute="centerX" constant="0.5" id="hgQ-vE-PGh"/> |
| 102 | + <constraint firstItem="LC1-nK-2oj" firstAttribute="centerY" secondItem="YiM-ri-ZZk" secondAttribute="centerY" constant="-0.5" id="rI9-fY-dRL"/> |
| 103 | + </constraints> |
| 104 | + </view> |
| 105 | + <nil key="simulatedStatusBarMetrics"/> |
| 106 | + <connections> |
| 107 | + <outlet property="popBtn" destination="nqF-Cr-VlI" id="Pt4-pW-GEM"/> |
| 108 | + </connections> |
| 109 | + </viewController> |
| 110 | + <placeholder placeholderIdentifier="IBFirstResponder" id="WPY-zI-WuH" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 111 | + </objects> |
| 112 | + <point key="canvasLocation" x="769" y="1001"/> |
| 113 | + </scene> |
| 114 | + <!--Navigation Controller--> |
| 115 | + <scene sceneID="c0C-im-ZDU"> |
| 116 | + <objects> |
| 117 | + <navigationController automaticallyAdjustsScrollViewInsets="NO" navigationBarHidden="YES" id="BZG-L0-DG2" sceneMemberID="viewController"> |
| 118 | + <toolbarItems/> |
| 119 | + <nil key="simulatedStatusBarMetrics"/> |
| 120 | + <navigationBar key="navigationBar" contentMode="scaleToFill" id="A2i-tw-xZd"> |
| 121 | + <rect key="frame" x="0.0" y="0.0" width="320" height="44"/> |
| 122 | + <autoresizingMask key="autoresizingMask"/> |
| 123 | + </navigationBar> |
| 124 | + <nil name="viewControllers"/> |
| 125 | + <connections> |
| 126 | + <outlet property="delegate" destination="qtS-fA-obs" id="eeA-4Z-1Fr"/> |
| 127 | + <segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="dY3-KS-QdQ"/> |
| 128 | + </connections> |
| 129 | + </navigationController> |
| 130 | + <placeholder placeholderIdentifier="IBFirstResponder" id="qYp-L2-22I" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 131 | + <customObject id="qtS-fA-obs" customClass="HWNavigationDelegate" customModule="HWAnimationTransition_Swift" customModuleProvider="target"> |
| 132 | + <connections> |
| 133 | + <outlet property="navigationController" destination="BZG-L0-DG2" id="kbs-Xu-lMk"/> |
| 134 | + </connections> |
| 135 | + </customObject> |
| 136 | + </objects> |
| 137 | + <point key="canvasLocation" x="146" y="339"/> |
23 | 138 | </scene> |
24 | 139 | </scenes> |
| 140 | + <resources> |
| 141 | + <image name="fox" width="220" height="212"/> |
| 142 | + <image name="rabbit" width="220" height="212"/> |
| 143 | + </resources> |
25 | 144 | </document> |
0 commit comments