forked from Epskampie/ios-coreaudio-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainWindow.xib
32 lines (32 loc) · 1.83 KB
/
MainWindow.xib
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="UIApplication">
<connections>
<outlet property="delegate" destination="6" id="9"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<window opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="2">
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
</window>
<customObject id="6" userLabel="Aruts App Delegate" customClass="ArutsAppDelegate">
<connections>
<outlet property="viewController" destination="7" id="8"/>
<outlet property="window" destination="2" id="10"/>
</connections>
</customObject>
<viewController nibName="ArutsViewController" id="7" customClass="ArutsViewController">
<extendedEdge key="edgesForExtendedLayout"/>
<simulatedOrientationMetrics key="simulatedOrientationMetrics"/>
</viewController>
</objects>
</document>