-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExplore.storyboard
78 lines (78 loc) · 6.47 KB
/
Explore.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="69d-dk-AnO">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
</dependencies>
<scenes>
<!--Explore View Controller-->
<scene sceneID="5Vt-wy-gPG">
<objects>
<viewController id="69d-dk-AnO" customClass="ExploreViewController" customModule="TeeVee" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Sbh-ha-kaK"/>
<viewControllerLayoutGuide type="bottom" id="nvc-QO-YNo"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="AcI-Qx-7hW">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="qtw-0S-eyy">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="o3z-tZ-euy">
<size key="itemSize" width="0.0" height="0.0"/>
<size key="headerReferenceSize" width="50" height="50"/>
<size key="footerReferenceSize" width="0.0" height="0.0"/>
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
</collectionViewFlowLayout>
<cells/>
<collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="ExploreSectionCollectionReusableView" id="rix-bp-TAt" customClass="ExploreSectionCollectionReusableView" customModule="TeeVee" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="600" height="50"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Curated Channels" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Lu6-px-0t2">
<rect key="frame" x="15" y="14" width="138" 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>
<constraints>
<constraint firstItem="Lu6-px-0t2" firstAttribute="leading" secondItem="rix-bp-TAt" secondAttribute="leading" constant="15" id="AE4-K0-oxJ"/>
<constraint firstItem="Lu6-px-0t2" firstAttribute="centerY" secondItem="rix-bp-TAt" secondAttribute="centerY" id="i8E-f2-usu"/>
</constraints>
<connections>
<outlet property="sectionHeaderLabel" destination="Lu6-px-0t2" id="U6D-Fs-clH"/>
</connections>
</collectionReusableView>
<connections>
<outlet property="dataSource" destination="69d-dk-AnO" id="XZK-B7-N5U"/>
<outlet property="delegate" destination="69d-dk-AnO" id="xlm-xb-ODi"/>
</connections>
</collectionView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="qtw-0S-eyy" secondAttribute="trailing" id="8S1-AC-gsr"/>
<constraint firstItem="nvc-QO-YNo" firstAttribute="top" secondItem="qtw-0S-eyy" secondAttribute="bottom" id="Q4a-TD-dh2"/>
<constraint firstItem="qtw-0S-eyy" firstAttribute="leading" secondItem="AcI-Qx-7hW" secondAttribute="leading" id="Q73-xg-zz4"/>
<constraint firstItem="qtw-0S-eyy" firstAttribute="top" secondItem="AcI-Qx-7hW" secondAttribute="top" id="lT2-dy-OTI"/>
<constraint firstItem="nvc-QO-YNo" firstAttribute="top" secondItem="qtw-0S-eyy" secondAttribute="bottom" id="oTS-14-0Cn"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="oTS-14-0Cn"/>
</mask>
</variation>
</view>
<connections>
<outlet property="collectionView" destination="qtw-0S-eyy" id="C4X-Ay-MIk"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="XvU-2n-6sS" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2323" y="951"/>
</scene>
</scenes>
</document>