forked from CodeForPhilly/CyclePhilly-iOS-app
-
Notifications
You must be signed in to change notification settings - Fork 6
/
MainWindow.xib
109 lines (109 loc) · 7.23 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
</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="CycleAtlantaAppDelegate">
<connections>
<outlet property="tabBarController" destination="17" id="24"/>
<outlet property="window" destination="12" id="14"/>
</connections>
</customObject>
<window opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="12">
<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>
<tabBarController id="17">
<extendedEdge key="edgesForExtendedLayout"/>
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="lightContent"/>
<simulatedTabBarMetrics key="simulatedBottomBarMetrics"/>
<tabBar key="tabBar" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" selectedItem="39" id="18">
<rect key="frame" x="0.0" y="431" width="320" height="49"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</tabBar>
<viewControllers>
<navigationController title="Record" id="30">
<extendedEdge key="edgesForExtendedLayout"/>
<tabBarItem key="tabBarItem" title="Record" image="tabbar_record.png" id="34"/>
<navigationBar key="navigationBar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="32">
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<viewControllers>
<viewController title="Record" nibName="RecordMap" id="31" customClass="RecordTripViewController">
<extendedEdge key="edgesForExtendedLayout"/>
<navigationItem key="navigationItem" title="Record" id="33"/>
</viewController>
</viewControllers>
</navigationController>
<navigationController title="My Trips" id="35">
<extendedEdge key="edgesForExtendedLayout"/>
<tabBarItem key="tabBarItem" title="My Trips" image="tabbar_view.png" id="39"/>
<navigationBar key="navigationBar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="37">
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<viewControllers>
<viewController title="Trips" id="36" customClass="SavedTripsViewController">
<extendedEdge key="edgesForExtendedLayout"/>
<navigationItem key="navigationItem" title="My Trips" id="38"/>
</viewController>
</viewControllers>
</navigationController>
<navigationController title="My Notes" id="109">
<extendedEdge key="edgesForExtendedLayout"/>
<tabBarItem key="tabBarItem" title="My Notes" image="tabbar_notes.png" id="113"/>
<navigationBar key="navigationBar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="110">
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<viewControllers>
<tableViewController title="My Notes" id="115" customClass="SavedNotesViewController">
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="116">
<rect key="frame" x="0.0" y="0.0" width="320" height="519"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<connections>
<outlet property="dataSource" destination="115" id="118"/>
<outlet property="delegate" destination="115" id="117"/>
</connections>
</tableView>
<extendedEdge key="edgesForExtendedLayout"/>
<navigationItem key="navigationItem" title="My Notes" id="119"/>
</tableViewController>
</viewControllers>
</navigationController>
<navigationController title="Personal Info" id="45">
<extendedEdge key="edgesForExtendedLayout"/>
<tabBarItem key="tabBarItem" title="Settings" image="tabbar_settings.png" id="49"/>
<navigationBar key="navigationBar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="47">
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<viewControllers>
<viewController title="Personal Info" nibName="PersonalInfo" id="46" customClass="PersonalInfoViewController">
<extendedEdge key="edgesForExtendedLayout"/>
<navigationItem key="navigationItem" title="Personal Info" id="48"/>
</viewController>
</viewControllers>
</navigationController>
</viewControllers>
<connections>
<outlet property="delegate" destination="3" id="23"/>
</connections>
</tabBarController>
</objects>
<resources>
<image name="tabbar_notes.png" width="30" height="30"/>
<image name="tabbar_record.png" width="30" height="30"/>
<image name="tabbar_settings.png" width="30" height="30"/>
<image name="tabbar_view.png" width="30" height="30"/>
</resources>
</document>