This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 166
/
Copy pathMain.storyboard
executable file
·94 lines (94 loc) · 6.51 KB
/
Main.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6245" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="wPa-1l-T93">
<dependencies>
<deployment defaultVersion="1792" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6238"/>
</dependencies>
<scenes>
<!--Item-->
<scene sceneID="ckq-ec-bC2">
<objects>
<navigationController definesPresentationContext="YES" id="wPa-1l-T93" customClass="HANavigationViewController" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Item" id="eGL-IK-WuM"/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="eji-eK-pgO">
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
<segue destination="PAo-hz-4GT" kind="relationship" relationship="rootViewController" id="yws-3w-llh"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="kmh-db-2Ux" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-159" y="-41"/>
</scene>
<!--View Controller-->
<scene sceneID="MfC-dt-QJg">
<objects>
<viewController id="PAo-hz-4GT" customClass="HAViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="k41-Gh-yMx"/>
<viewControllerLayoutGuide type="bottom" id="mxf-pW-pr4"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="XVx-mZ-oAe">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9Ag-2l-cV5">
<rect key="frame" x="120" y="269" width="80" height="30"/>
<state key="normal" title="Push Paper">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<segue destination="cKL-n7-GSf" kind="push" id="Zma-D4-eCh"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="centerY" secondItem="9Ag-2l-cV5" secondAttribute="centerY" id="BYc-pN-PEh"/>
<constraint firstAttribute="centerX" secondItem="9Ag-2l-cV5" secondAttribute="centerX" id="xt0-4a-XEe"/>
</constraints>
</view>
<navigationItem key="navigationItem" id="6nO-Xu-g7A"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="RQo-tL-dVF" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="289" y="-37"/>
</scene>
<!--Small Collection View Controller-->
<scene sceneID="V2q-Hz-JLW">
<objects>
<collectionViewController autoresizesArchivedViewToFullSize="NO" id="cKL-n7-GSf" customClass="HASmallCollectionViewController" sceneMemberID="viewController">
<collectionView key="view" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" minimumZoomScale="0.0" maximumZoomScale="0.0" dataMode="prototypes" id="fdJ-Q3-ZFw">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<collectionViewLayout key="collectionViewLayout" id="LhZ-8h-dBd" customClass="HACollectionViewSmallLayout"/>
<cells>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="CELL_ID" id="Jzz-ps-HXk">
<rect key="frame" x="0.0" y="64" width="50" height="50"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
</collectionViewCell>
</cells>
<connections>
<outlet property="dataSource" destination="cKL-n7-GSf" id="LGV-bi-dJQ"/>
<outlet property="delegate" destination="cKL-n7-GSf" id="8TK-H0-hkD"/>
</connections>
</collectionView>
<navigationItem key="navigationItem" id="A7N-5m-Vga"/>
</collectionViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="8NZ-eA-QIw" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="778" y="-37"/>
</scene>
</scenes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
</document>