-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathMainWindow.xib
More file actions
47 lines (47 loc) · 2.97 KB
/
MainWindow.xib
File metadata and controls
47 lines (47 loc) · 2.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
<device id="retina4_7" orientation="landscape" 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>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="UIApplication">
<connections>
<outlet property="delegate" destination="3" id="17"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<customObject id="3" customClass="MyAppDelegate">
<connections>
<outlet property="glView" destination="18" id="21"/>
<outlet property="viewController" destination="10" id="16"/>
<outlet property="window" destination="2" id="12"/>
</connections>
</customObject>
<window clearsContextBeforeDrawing="NO" multipleTouchEnabled="YES" contentMode="center" visibleAtLaunch="YES" resizesToFullScreen="NO" id="2">
<rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="132" y="126"/>
</window>
<viewController autoresizesArchivedViewToFullSize="NO" id="10" customClass="MyViewController">
<extendedEdge key="edgesForExtendedLayout"/>
<connections>
<outlet property="glView" destination="18" id="20"/>
<outlet property="view" destination="18" id="19"/>
<outlet property="window" destination="2" id="22"/>
</connections>
</viewController>
<view clearsContextBeforeDrawing="NO" multipleTouchEnabled="YES" contentMode="center" id="18" customClass="EAGLView">
<rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
</view>
</objects>
</document>