import code
[app.GameProjectTest] / GameProjectTest / Base.lproj / Main.storyboard
1 <?xml version="1.0" encoding="UTF-8"?>
2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BV1-FR-VrT">
3     <device id="retina6_1" orientation="portrait" appearance="light"/>
4     <dependencies>
5         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
6         <capability name="System colors in document resources" minToolsVersion="11.0"/>
7         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
8     </dependencies>
9     <scenes>
10         <!--Game View Controller-->
11         <scene sceneID="tXr-a1-R10">
12             <objects>
13                 <viewController id="BV1-FR-VrT" customClass="GameViewController" customModule="GameProjectTest" customModuleProvider="target" sceneMemberID="viewController">
14                     <sceneKitView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" allowsCameraControl="YES" autoenablesDefaultLighting="YES" id="3se-qz-xqx">
15                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
16                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
17                         <color key="backgroundColor" systemColor="systemBackgroundColor"/>
18                     </sceneKitView>
19                 </viewController>
20                 <placeholder placeholderIdentifier="IBFirstResponder" id="SZV-WD-TEh" sceneMemberID="firstResponder"/>
21             </objects>
22             <point key="canvasLocation" x="30" y="65"/>
23         </scene>
24     </scenes>
25     <resources>
26         <systemColor name="systemBackgroundColor">
27             <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
28         </systemColor>
29     </resources>
30 </document>