- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <scenes>
- <!--View Controller-->
- <scene sceneID="EHf-IW-A2E">
- <objects>
- <viewController id="01J-lp-oVM" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="W9n-5X-l20" userLabel="BGView">
- <rect key="frame" x="0.0" y="44" width="414" height="818"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="CarIn" translatesAutoresizingMaskIntoConstraints="NO" id="yvK-iY-odz" userLabel="BG">
- <rect key="frame" x="0.0" y="0.0" width="414" height="818"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="yvK-iY-odz" secondAttribute="trailing" id="Cde-4x-coL"/>
- <constraint firstAttribute="bottom" secondItem="yvK-iY-odz" secondAttribute="bottom" id="Klx-Uz-u24"/>
- <constraint firstItem="yvK-iY-odz" firstAttribute="leading" secondItem="W9n-5X-l20" secondAttribute="leading" id="OSJ-BB-OUk"/>
- <constraint firstItem="yvK-iY-odz" firstAttribute="top" secondItem="W9n-5X-l20" secondAttribute="top" id="Sjf-Fc-3kq"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstItem="W9n-5X-l20" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="0qK-Cl-ixf"/>
- <constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="W9n-5X-l20" secondAttribute="bottom" id="44M-Ds-LBy"/>
- <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="W9n-5X-l20" secondAttribute="trailing" id="BIE-Sx-aOm"/>
- <constraint firstItem="W9n-5X-l20" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="x4S-DK-Hd7"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
- </view>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="53" y="375"/>
- </scene>
- </scenes>
- <resources>
- <image name="CarIn" width="1024" height="1024"/>
- </resources>
- </document>
|