-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathMainWindow.xib
More file actions
53 lines (53 loc) · 3.08 KB
/
MainWindow.xib
File metadata and controls
53 lines (53 loc) · 3.08 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
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9531" systemVersion="15C50" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="UIApplication">
<connections>
<outlet property="delegate" destination="3" id="4"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<customObject id="3" customClass="iNethackAppDelegate">
<connections>
<outlet property="mainMenuViewController" destination="19" id="20"/>
<outlet property="mainNavigationController" destination="12" id="16"/>
<outlet property="window" destination="2" id="5"/>
</connections>
</customObject>
<window opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" resizesToFullScreen="NO" id="2">
<rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
</window>
<navigationController navigationBarHidden="YES" id="12">
<extendedEdge key="edgesForExtendedLayout"/>
<navigationBar key="navigationBar" hidden="YES" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="14">
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<viewControllers>
<viewController title="Dungeon" nibName="MainView" id="13" customClass="MainViewController">
<extendedEdge key="edgesForExtendedLayout"/>
<navigationItem key="navigationItem" title="Root View Controller" id="15"/>
</viewController>
</viewControllers>
<toolbar key="toolbar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="17">
<rect key="frame" x="0.0" y="416" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</toolbar>
<connections>
<outlet property="delegate" destination="13" id="18"/>
</connections>
</navigationController>
<viewController nibName="MainMenuView" id="19" customClass="MainMenuViewController">
<extendedEdge key="edgesForExtendedLayout"/>
<connections>
<outlet property="mainNavigationController" destination="12" id="21"/>
</connections>
</viewController>
</objects>
</document>