-
Notifications
You must be signed in to change notification settings - Fork 0
/
Profile.storyboard
67 lines (67 loc) · 4.51 KB
/
Profile.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/>
</dependencies>
<scenes>
<!--Profile View Controller-->
<scene sceneID="Nk5-Je-CNo">
<objects>
<viewController storyboardIdentifier="ProfileViewController" id="a1I-gw-ZPj" customClass="ProfileViewController" customModule="SmartStream" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Fkn-7v-qVY"/>
<viewControllerLayoutGuide type="bottom" id="s9u-Dl-HBy"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="N0w-qD-JRl">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Profile" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7H4-Bw-NnU">
<rect key="frame" x="276" y="289" width="49" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="7H4-Bw-NnU" firstAttribute="centerX" secondItem="N0w-qD-JRl" secondAttribute="centerX" id="YT3-bP-UOn"/>
<constraint firstItem="7H4-Bw-NnU" firstAttribute="centerY" secondItem="N0w-qD-JRl" secondAttribute="centerY" id="s45-5O-wau"/>
</constraints>
</view>
<navigationItem key="navigationItem" id="Ffa-Cr-Ikp">
<barButtonItem key="leftBarButtonItem" image="icon_menu" id="WWi-eU-UoH">
<connections>
<action selector="didTapMenu:" destination="a1I-gw-ZPj" id="7zF-zJ-FD0"/>
</connections>
</barButtonItem>
</navigationItem>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="t2D-Dd-Y7j" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1092" y="372"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="Yow-MJ-CBW">
<objects>
<navigationController storyboardIdentifier="ProfileNavigationController" automaticallyAdjustsScrollViewInsets="NO" id="EHf-sA-Rsm" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="5VU-UE-LNn">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="a1I-gw-ZPj" kind="relationship" relationship="rootViewController" id="3Lg-bZ-lhQ"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="96v-Te-PnJ" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="280" y="372"/>
</scene>
</scenes>
<resources>
<image name="icon_menu" width="46" height="44"/>
</resources>
</document>