-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStoryboard.storyboard
96 lines (96 loc) · 7.09 KB
/
Storyboard.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
90
91
92
93
94
95
96
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion="2840" systemVersion="12C54" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="EU6-Yq-o3R">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="1926"/>
</dependencies>
<scenes>
<!--Navigation Controller-->
<scene sceneID="MmK-W3-xj5">
<objects>
<navigationController definesPresentationContext="YES" id="EU6-Yq-o3R" sceneMemberID="viewController">
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="blackOpaque"/>
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" barStyle="blackTranslucent" prompted="NO"/>
<nil key="simulatedBottomBarMetrics"/>
<navigationBar key="navigationBar" contentMode="scaleToFill" barStyle="blackTranslucent" id="iXo-HG-NJF">
<rect key="frame" x="0.0" y="0.0" width="0.0" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<toolbar key="toolbar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" barStyle="blackTranslucent" id="KGA-7e-aef">
<rect key="frame" x="0.0" y="524" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</toolbar>
<connections>
<segue destination="Nci-sq-JE4" kind="relationship" relationship="rootViewController" id="L7K-TD-y1Y"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="fEL-D3-J7F" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-284" y="-30"/>
</scene>
<!--Demo View Controller-->
<scene sceneID="Kvf-1N-6uK">
<objects>
<viewController id="Nci-sq-JE4" customClass="DemoViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="EUp-Tm-WbH">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JlU-H1-bX0">
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
<state key="normal" title="Show Icon Action Sheet">
<color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
</state>
<state key="highlighted">
<color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="showActionSheet:" destination="Nci-sq-JE4" eventType="touchUpInside" id="ayo-J5-DYh"/>
</connections>
</button>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Use the action sheet to change the label" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="214" translatesAutoresizingMaskIntoConstraints="NO" id="vSC-3K-f0P">
<constraints>
<constraint firstAttribute="width" constant="214" id="SsX-xc-7eR"/>
<constraint firstAttribute="height" constant="41" id="qV6-vc-e42"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="vSC-3K-f0P" firstAttribute="trailing" secondItem="JlU-H1-bX0" secondAttribute="trailing" type="default" id="0S5-0r-qme"/>
<constraint firstItem="vSC-3K-f0P" firstAttribute="leading" secondItem="JlU-H1-bX0" secondAttribute="leading" type="default" id="M1C-J6-p1d"/>
<constraint firstItem="vSC-3K-f0P" firstAttribute="top" secondItem="EUp-Tm-WbH" secondAttribute="top" constant="110" id="Z3y-8k-kQ8"/>
<constraint firstItem="JlU-H1-bX0" firstAttribute="top" secondItem="EUp-Tm-WbH" secondAttribute="top" constant="230" id="psc-tp-jVG"/>
<constraint firstItem="vSC-3K-f0P" firstAttribute="centerX" secondItem="EUp-Tm-WbH" secondAttribute="centerX" type="default" id="qPp-Dm-5nZ"/>
</constraints>
</view>
<navigationItem key="navigationItem" id="WdA-L2-Tzu"/>
<connections>
<outlet property="label" destination="vSC-3K-f0P" id="acE-6H-5VZ"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="ahG-G6-wfA" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="244" y="-30"/>
</scene>
</scenes>
<classes>
<class className="DemoViewController" superclassName="UIViewController">
<source key="sourceIdentifier" type="project" relativePath="./Classes/DemoViewController.h"/>
<relationships>
<relationship kind="action" name="showActionSheet:"/>
<relationship kind="outlet" name="label" candidateClass="UILabel"/>
</relationships>
</class>
<class className="NSLayoutConstraint" superclassName="NSObject">
<source key="sourceIdentifier" type="project" relativePath="./Classes/NSLayoutConstraint.h"/>
</class>
</classes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
</document>