-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathMainStoryboard.storyboard
executable file
·89 lines (89 loc) · 5.87 KB
/
MainStoryboard.storyboard
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES" initialViewController="HaB-sy-lJ3">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Tab Bar Controller-->
<scene sceneID="dOJ-tW-r9L">
<objects>
<tabBarController id="HaB-sy-lJ3" sceneMemberID="viewController">
<navigationItem key="navigationItem" id="aGf-Tu-Op6"/>
<nil key="simulatedBottomBarMetrics"/>
<tabBar key="tabBar" contentMode="scaleToFill" id="KSs-sy-eNB">
<rect key="frame" x="129" y="330" width="163" height="49"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
</tabBar>
<connections>
<segue destination="dH5-UL-Jlt" kind="relationship" relationship="viewControllers" id="1xg-EP-KUi"/>
<segue destination="uuy-vj-snI" kind="relationship" relationship="viewControllers" id="uWc-Hv-7M3"/>
<segue destination="Dmr-be-aqM" kind="relationship" relationship="viewControllers" id="lJx-9h-toB"/>
</connections>
</tabBarController>
<placeholder placeholderIdentifier="IBFirstResponder" id="V0N-Od-iXn" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-6489" y="1375"/>
</scene>
<!--home-vc-->
<scene sceneID="p5L-4W-x3R">
<objects>
<viewControllerPlaceholder storyboardName="HelloChat" referencedIdentifier="home-vc" id="dH5-UL-Jlt" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Home" id="3KZ-eS-7hg"/>
</viewControllerPlaceholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="vDg-ym-ren" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-6160" y="877"/>
</scene>
<!--profile-vc-->
<scene sceneID="5Zf-24-GsS">
<objects>
<viewControllerPlaceholder storyboardName="HelloChat" referencedIdentifier="profile-vc" id="Dmr-be-aqM" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Profile" id="W0d-9W-JVO"/>
</viewControllerPlaceholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="wx9-0y-62v" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-5969" y="926"/>
</scene>
<!--Chat-->
<scene sceneID="Mjc-Al-qcX">
<objects>
<viewController id="uuy-vj-snI" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="hjr-IE-ApL"/>
<viewControllerLayoutGuide type="bottom" id="TUL-ps-gD9"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="pGx-jZ-VGK">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Chat Conversations' Placeholder" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a71-yP-oIn">
<rect key="frame" x="56" y="323" width="264" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="a71-yP-oIn" firstAttribute="centerX" secondItem="pGx-jZ-VGK" secondAttribute="centerX" id="BSA-7c-lnQ"/>
<constraint firstItem="a71-yP-oIn" firstAttribute="centerY" secondItem="pGx-jZ-VGK" secondAttribute="centerY" id="I7s-zv-u82"/>
<constraint firstItem="a71-yP-oIn" firstAttribute="leading" secondItem="pGx-jZ-VGK" secondAttribute="leadingMargin" constant="40" id="mC8-tU-cCH"/>
</constraints>
</view>
<tabBarItem key="tabBarItem" title="Chat" selectedImage="ic_linear_chat.png" id="5nY-UZ-RIY"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="6zc-fV-G8U" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-5980.5" y="2001.5"/>
</scene>
</scenes>
<resources>
<image name="ic_linear_chat.png" width="32" height="32"/>
</resources>
</document>