| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
- <device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
- <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">
- <layoutGuides>
- <viewControllerLayoutGuide type="top" id="87K-PZ-J9L"/>
- <viewControllerLayoutGuide type="bottom" id="eZg-7j-v87"/>
- </layoutGuides>
- <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
- <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchIcon" translatesAutoresizingMaskIntoConstraints="NO" id="niE-1q-O6x">
- <rect key="frame" x="128" y="256" width="512" height="512"/>
- <constraints>
- <constraint firstAttribute="width" constant="512" id="2D9-dm-JhQ"/>
- <constraint firstAttribute="height" constant="512" id="e1b-jh-DGm"/>
- </constraints>
- </imageView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="niE-1q-O6x" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="W6T-5k-CAh"/>
- <constraint firstItem="niE-1q-O6x" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="Xgk-eX-yuE"/>
- </constraints>
- </view>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="52.34375" y="375"/>
- </scene>
- </scenes>
- <resources>
- <image name="LaunchIcon" width="256" height="256"/>
- </resources>
- </document>
|