49 lines
		
	
	
		
			4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | |
| <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
 | |
|     <dependencies>
 | |
|         <deployment identifier="iOS"/>
 | |
|         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
 | |
|     </dependencies>
 | |
|     <scenes>
 | |
|         <!--View Controller-->
 | |
|         <scene sceneID="EHf-IW-A2E">
 | |
|             <objects>
 | |
|                 <viewController id="01J-lp-oVM" sceneMemberID="viewController">
 | |
|                     <layoutGuides>
 | |
|                         <viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/>
 | |
|                         <viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
 | |
|                     </layoutGuides>
 | |
|                     <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
 | |
|                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
 | |
|                         <subviews>
 | |
|                             <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" image="LaunchBackground" translatesAutoresizingMaskIntoConstraints="NO" id="tWc-Dq-wcI"/>
 | |
|                             <imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4"></imageView>
 | |
|                             <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" image="BrandingImage" translatesAutoresizingMaskIntoConstraints="NO" id="Uyq-Kz-ftE"/>
 | |
|                         </subviews>
 | |
|                         <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
 | |
|                         <constraints>
 | |
|                             <constraint firstAttribute="bottom" secondItem="Uyq-Kz-ftE" secondAttribute="bottom" constant="0" id="8Yb-q4-8bl"/>
 | |
|                             <constraint firstItem="Uyq-Kz-ftE" firstAttribute="centerX" secondItem="YRO-k0-Ey4" secondAttribute="centerX" id="3kg-TC-cPP"/>
 | |
|                             <constraint firstItem="YRO-k0-Ey4" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="3T2-ad-Qdv"/>
 | |
|                             <constraint firstItem="tWc-Dq-wcI" firstAttribute="bottom" secondItem="Ze5-6b-2t3" secondAttribute="bottom" id="RPx-PI-7Xg"/>
 | |
|                             <constraint firstItem="tWc-Dq-wcI" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="SdS-ul-q2q"/>
 | |
|                             <constraint firstAttribute="trailing" secondItem="tWc-Dq-wcI" secondAttribute="trailing" id="Swv-Gf-Rwn"/>
 | |
|                             <constraint firstAttribute="trailing" secondItem="YRO-k0-Ey4" secondAttribute="trailing" id="TQA-XW-tRk"/>
 | |
|                             <constraint firstItem="YRO-k0-Ey4" firstAttribute="bottom" secondItem="Ze5-6b-2t3" secondAttribute="bottom" id="duK-uY-Gun"/>
 | |
|                             <constraint firstItem="tWc-Dq-wcI" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="kV7-tw-vXt"/>
 | |
|                             <constraint firstItem="YRO-k0-Ey4" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="xPn-NY-SIU"/>
 | |
|                         </constraints>
 | |
|                     </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="LaunchImage" width="168" height="185"/>
 | |
|         <image name="LaunchBackground" width="1" height="1"/>
 | |
|         <image name="BrandingImage" width="1" height="1"/>
 | |
|     </resources>
 | |
| </document>
 |