TemplateProject-iOS.storyboard (2454B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14810.11" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> 3 <device id="ipad9_7" orientation="landscape" layout="fullscreen" appearance="light"/> 4 <dependencies> 5 <deployment identifier="iOS"/> 6 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14766.13"/> 7 <capability name="Safe area layout guides" minToolsVersion="9.0"/> 8 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> 9 </dependencies> 10 <scenes> 11 <!--App View Controller--> 12 <scene sceneID="tne-QT-ifu"> 13 <objects> 14 <viewController id="BYZ-38-t0r" userLabel="App View Controller" customClass="AppViewController" sceneMemberID="viewController"> 15 <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> 16 <rect key="frame" x="0.0" y="0.0" width="1024" height="768"/> 17 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 18 <subviews> 19 <containerView opaque="NO" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="oZU-Ig-hQr" userLabel="auView"> 20 <rect key="frame" x="0.0" y="0.0" width="1024" height="768"/> 21 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 22 </containerView> 23 </subviews> 24 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> 25 <viewLayoutGuide key="safeArea" id="SMR-0T-dF7"/> 26 </view> 27 <connections> 28 <outlet property="auView" destination="oZU-Ig-hQr" id="gcv-qk-sqY"/> 29 </connections> 30 </viewController> 31 <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> 32 </objects> 33 <point key="canvasLocation" x="300.5859375" y="269.53125"/> 34 </scene> 35 </scenes> 36 </document>