-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainTabsStoryboard.storyboard
More file actions
69 lines (69 loc) · 4.36 KB
/
MainTabsStoryboard.storyboard
File metadata and controls
69 lines (69 loc) · 4.36 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="OwK-n2-qyQ">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Control-->
<scene sceneID="oEO-Vi-FBQ">
<objects>
<viewControllerPlaceholder storyboardName="Control" id="TPM-Ue-mhX" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Venues" image="TabTVIconSolid" id="je0-xZ-UBX"/>
</viewControllerPlaceholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="WCZ-7X-oGx" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="286" y="-313"/>
</scene>
<!--Main Tabs Controller-->
<scene sceneID="WF8-E1-EyP">
<objects>
<tabBarController id="OwK-n2-qyQ" customClass="MainTabsController" customModule="Bourbon_iOS" customModuleProvider="target" sceneMemberID="viewController">
<simulatedTabBarMetrics key="simulatedBottomBarMetrics" barStyle="black" translucent="NO"/>
<tabBar key="tabBar" contentMode="scaleToFill" barStyle="black" translucent="NO" id="L0b-eT-oZW">
<rect key="frame" x="0.0" y="0.0" width="320" height="49"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
<color key="selectedImageTintColor" red="0.40000000600000002" green="0.80000001190000003" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</tabBar>
<connections>
<segue destination="TPM-Ue-mhX" kind="relationship" relationship="viewControllers" id="BIv-yg-bQr"/>
<segue destination="tty-OO-Mvq" kind="relationship" relationship="viewControllers" id="i8K-gn-dex"/>
<segue destination="08f-Iw-7LS" kind="relationship" relationship="viewControllers" id="ND2-Jw-ehP"/>
</connections>
</tabBarController>
<placeholder placeholderIdentifier="IBFirstResponder" id="OMP-cQ-cNS" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-241" y="-116"/>
</scene>
<!--Settings-->
<scene sceneID="7QL-fK-sAE">
<objects>
<viewControllerPlaceholder storyboardName="Settings" id="08f-Iw-7LS" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Settings" image="TabGearIcon" selectedImage="TabGearIcon" id="aPs-sa-54R"/>
</viewControllerPlaceholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="p2s-ds-TP4" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="290.5" y="-116"/>
</scene>
<!--Map-->
<scene sceneID="adg-SF-Wsj">
<objects>
<viewControllerPlaceholder storyboardName="Map" id="tty-OO-Mvq" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Map" image="TabMapIcon" id="Rgk-x7-T2F"/>
</viewControllerPlaceholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="Lh2-L4-IMJ" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="290" y="58"/>
</scene>
</scenes>
<resources>
<image name="TabGearIcon" width="25" height="25"/>
<image name="TabMapIcon" width="25" height="25"/>
<image name="TabTVIconSolid" width="25" height="25"/>
</resources>
</document>