-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChannelCollectionPageView.xib
64 lines (64 loc) · 5 KB
/
ChannelCollectionPageView.xib
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ChannelCollectionPageView" customModule="TeeVee" customModuleProvider="target">
<connections>
<outlet property="channelNameContainerView" destination="PU5-W8-9O7" id="jKd-cJ-hte"/>
<outlet property="channelNameLabel" destination="yAz-tB-d5f" id="caS-dW-hu9"/>
<outlet property="contentView" destination="iN0-l3-epB" id="ft8-Xh-tLC"/>
<outlet property="pageImageView" destination="LEv-ff-jmj" id="oPh-s1-j2z"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="600" height="200"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="LEv-ff-jmj">
<rect key="frame" x="0.0" y="0.0" width="600" height="200"/>
<gestureRecognizers/>
<connections>
<outletCollection property="gestureRecognizers" destination="SJ6-jj-30m" appends="YES" id="7hP-87-r7I"/>
</connections>
</imageView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PU5-W8-9O7">
<rect key="frame" x="271" y="147" width="58" height="28"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yAz-tB-d5f">
<rect key="frame" x="8" y="8" width="42" height="12"/>
<fontDescription key="fontDescription" type="system" weight="light" 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="yAz-tB-d5f" firstAttribute="centerX" secondItem="PU5-W8-9O7" secondAttribute="centerX" id="PZc-DB-9T7"/>
<constraint firstAttribute="bottom" secondItem="yAz-tB-d5f" secondAttribute="bottom" constant="8" id="krj-NJ-Tx5"/>
<constraint firstAttribute="height" constant="28" id="sa1-uo-rQY"/>
<constraint firstItem="yAz-tB-d5f" firstAttribute="top" secondItem="PU5-W8-9O7" secondAttribute="top" constant="8" id="swB-bw-og5"/>
<constraint firstAttribute="width" secondItem="yAz-tB-d5f" secondAttribute="width" constant="16" id="wXp-ul-fW2"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstItem="PU5-W8-9O7" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="I24-PX-9NK"/>
<constraint firstAttribute="bottom" secondItem="LEv-ff-jmj" secondAttribute="bottom" id="b3p-4H-Upq"/>
<constraint firstItem="LEv-ff-jmj" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="dYV-tk-4ng"/>
<constraint firstItem="LEv-ff-jmj" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="h1k-uq-vVD"/>
<constraint firstItem="PU5-W8-9O7" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="147" id="mAr-qZ-ulD"/>
<constraint firstAttribute="trailing" secondItem="LEv-ff-jmj" secondAttribute="trailing" id="ygP-3d-lfS"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
</view>
<tapGestureRecognizer id="SJ6-jj-30m">
<connections>
<action selector="onTapChannel:" destination="-1" id="je5-5P-i87"/>
</connections>
</tapGestureRecognizer>
</objects>
</document>