| | <?xml version="1.0" encoding="UTF-8"?> |
| | <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="Y6W-OH-hqX"> |
| | <dependencies> |
| | <deployment identifier="iOS"/> |
| | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21679"/> |
| | </dependencies> |
| | <scenes> |
| | |
| | <scene sceneID="s0d-6b-0kx"> |
| | <objects> |
| | <viewController id="Y6W-OH-hqX" sceneMemberID="viewController"> |
| | <view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc"> |
| | <rect key="frame" x="0.0" y="0.0" width="393" height="852"/> |
| | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| | <subviews> |
| | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launch_logo.png" translatesAutoresizingMaskIntoConstraints="NO" id="yrZ-hu-Uge"> |
| | <rect key="frame" x="-59.666666666666657" y="306" width="512.33333333333337" height="240"/> |
| | <constraints> |
| | <constraint firstAttribute="height" constant="240" id="VhL-hA-Bwr"/> |
| | </constraints> |
| | </imageView> |
| | </subviews> |
| | <viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/> |
| | <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| | <constraints> |
| | <constraint firstItem="yrZ-hu-Uge" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="1y3-Mx-a65"/> |
| | <constraint firstItem="yrZ-hu-Uge" firstAttribute="centerY" secondItem="5EZ-qb-Rvc" secondAttribute="centerY" id="vNO-xV-EPD"/> |
| | </constraints> |
| | </view> |
| | </viewController> |
| | <placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
| | </objects> |
| | <point key="canvasLocation" x="219" y="18"/> |
| | </scene> |
| | </scenes> |
| | <resources> |
| | <image name="launch_logo.png" width="512" height="512"/> |
| | <systemColor name="systemBackgroundColor"> |
| | <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| | </systemColor> |
| | </resources> |
| | </document> |
| |
|