-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMainWindow.xib
29 lines (29 loc) · 1.64 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="9060" systemVersion="15B42" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9051"/>
</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" contentMode="scaleToFill" resizesToFullScreen="NO" id="2">
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<animations/>
</window>
<customObject id="6" userLabel="Lab Solitaire App Delegate" customClass="LabSolitaireAppDelegate">
<connections>
<outlet property="_viewController" destination="7" id="22"/>
<outlet property="_window" destination="2" id="21"/>
</connections>
</customObject>
<viewController nibName="LabSolitaireViewController" modalPresentationStyle="currentContext" id="7" customClass="LabSolitaireViewController">
<extendedEdge key="edgesForExtendedLayout"/>
</viewController>
</objects>
</document>