-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainWindow.xib
executable file
·118 lines (118 loc) · 8.71 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
110
111
112
113
114
115
116
117
118
<?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="RenoTracksAppDelegate">
<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"/>
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="lightContent"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
</window>
<tabBarController id="17">
<extendedEdge key="edgesForExtendedLayout"/>
<tabBar key="tabBar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translucent="NO" id="18">
<rect key="frame" x="0.0" y="411" width="320" height="49"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</tabBar>
<viewControllers>
<navigationController title="Record" id="30">
<extendedEdge key="edgesForExtendedLayout"/>
<tabBarItem key="tabBarItem" title="Track" image="tabbar_record.png" id="34"/>
<navigationBar key="navigationBar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translucent="NO" id="32">
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" red="0.231372565" green="0.54509806630000002" blue="0.2196078598" alpha="1" colorSpace="deviceRGB"/>
<color key="tintColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
<color key="barTintColor" red="0.231372565" green="0.54509806630000002" blue="0.2196078598" alpha="1" colorSpace="deviceRGB"/>
</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" tag="1" title="My Trips" image="tabbar_view.png" id="39"/>
<navigationBar key="navigationBar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translucent="NO" id="37">
<autoresizingMask key="autoresizingMask"/>
<color key="tintColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<color key="barTintColor" red="0.231372565" green="0.54509806630000002" blue="0.2196078598" alpha="1" colorSpace="deviceRGB"/>
</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 Marks" id="109">
<extendedEdge key="edgesForExtendedLayout"/>
<tabBarItem key="tabBarItem" tag="2" title="My Marks" image="tabbar_notes.png" id="113" userLabel="Tab Bar Item - My Marks"/>
<navigationBar key="navigationBar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translucent="NO" id="110">
<autoresizingMask key="autoresizingMask"/>
<color key="tintColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
<color key="barTintColor" red="0.231372565" green="0.54509806630000002" blue="0.2196078598" alpha="1" colorSpace="deviceRGB"/>
</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 Marks" id="119"/>
</tableViewController>
</viewControllers>
</navigationController>
<navigationController title="Personal Info" id="45">
<extendedEdge key="edgesForExtendedLayout"/>
<tabBarItem key="tabBarItem" tag="3" title="Settings" image="tabbar_settings.png" id="49"/>
<navigationBar key="navigationBar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translucent="NO" id="47">
<autoresizingMask key="autoresizingMask"/>
<color key="tintColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
<color key="barTintColor" red="0.231372565" green="0.54509806630000002" blue="0.2196078598" alpha="1" colorSpace="deviceRGB"/>
</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="36" height="30"/>
<image name="tabbar_settings.png" width="30" height="30"/>
<image name="tabbar_view.png" width="30" height="30"/>
</resources>
</document>