47 lines
		
	
	
	
		
			3.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
	
		
			3.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
 | |
|     <device id="retina4_7" orientation="portrait" appearance="light"/>
 | |
|     <dependencies>
 | |
|         <deployment identifier="iOS"/>
 | |
|         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17124"/>
 | |
|         <capability name="Safe area layout guides" minToolsVersion="9.0"/>
 | |
|         <capability name="System colors in document resources" minToolsVersion="11.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="375" height="667"/>
 | |
|                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
 | |
|                         <subviews>
 | |
|                             <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="erM-YB-Vzk">
 | |
|                                 <rect key="frame" x="123.5" y="269.5" width="128" height="128"/>
 | |
|                                 <constraints>
 | |
|                                     <constraint firstAttribute="width" secondItem="erM-YB-Vzk" secondAttribute="height" multiplier="1:1" id="0TT-ZM-7es"/>
 | |
|                                     <constraint firstAttribute="width" constant="128" id="xCb-tz-RTW"/>
 | |
|                                 </constraints>
 | |
|                             </imageView>
 | |
|                         </subviews>
 | |
|                         <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
 | |
|                         <color key="backgroundColor" systemColor="systemBackgroundColor"/>
 | |
|                         <constraints>
 | |
|                             <constraint firstItem="erM-YB-Vzk" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="9Sw-2e-l2R"/>
 | |
|                             <constraint firstItem="erM-YB-Vzk" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="Mtq-Xq-8oK"/>
 | |
|                         </constraints>
 | |
|                     </view>
 | |
|                 </viewController>
 | |
|                 <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
 | |
|             </objects>
 | |
|             <point key="canvasLocation" x="52" y="374.66266866566718"/>
 | |
|         </scene>
 | |
|     </scenes>
 | |
|     <resources>
 | |
|         <image name="LaunchImage" width="768" height="768"/>
 | |
|         <systemColor name="systemBackgroundColor">
 | |
|             <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
 | |
|         </systemColor>
 | |
|     </resources>
 | |
| </document>
 |