-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChannelCollectionViewCell.xib
60 lines (60 loc) · 4.83 KB
/
ChannelCollectionViewCell.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
<?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"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB" customClass="ChannelCollectionViewCell" customModule="TeeVee" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="146" height="179"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="lng-4h-xeB">
<rect key="frame" x="1" y="1" width="144" height="144"/>
<constraints>
<constraint firstAttribute="width" secondItem="lng-4h-xeB" secondAttribute="height" multiplier="1:1" id="CmE-DR-0o0"/>
</constraints>
</imageView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4BA-Yg-fN7">
<rect key="frame" x="1" y="145" width="144" height="33"/>
<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="eqg-LU-gwk">
<rect key="frame" x="54" y="8" width="36" height="17"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstAttribute="height" constant="33" id="5xb-IN-0Js"/>
<constraint firstItem="eqg-LU-gwk" firstAttribute="centerX" secondItem="4BA-Yg-fN7" secondAttribute="centerX" id="KQp-1y-BUa"/>
<constraint firstItem="eqg-LU-gwk" firstAttribute="centerY" secondItem="4BA-Yg-fN7" secondAttribute="centerY" id="zaO-pl-oW8"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="lng-4h-xeB" secondAttribute="trailing" constant="1" id="1rV-5k-xmM"/>
<constraint firstItem="lng-4h-xeB" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="1" id="G6f-Em-Yhp"/>
<constraint firstItem="4BA-Yg-fN7" firstAttribute="top" secondItem="lng-4h-xeB" secondAttribute="bottom" id="LDg-sE-KmN"/>
<constraint firstItem="lng-4h-xeB" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="1" id="jIf-p2-JGe"/>
<constraint firstAttribute="trailing" secondItem="4BA-Yg-fN7" secondAttribute="trailing" constant="1" id="r2k-Jy-qVK"/>
<constraint firstItem="4BA-Yg-fN7" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="1" id="tGF-5E-7EQ"/>
<constraint firstAttribute="bottom" secondItem="4BA-Yg-fN7" secondAttribute="bottom" constant="1" id="zrI-KA-Zcv"/>
</constraints>
<nil key="simulatedStatusBarMetrics"/>
<nil key="simulatedTopBarMetrics"/>
<nil key="simulatedBottomBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<connections>
<outlet property="channelImageView" destination="lng-4h-xeB" id="X43-1p-HjL"/>
<outlet property="channelNameLabel" destination="eqg-LU-gwk" id="cBb-XA-Gkg"/>
<outlet property="infoContainerView" destination="4BA-Yg-fN7" id="ceP-IM-hLY"/>
</connections>
<point key="canvasLocation" x="129" y="78.5"/>
</view>
</objects>
</document>