IGListKit/Examples/Examples-tvOS/IGListKitExamples/Views/CarouselCell.xib
Jesse Squires 879260b417 internal diff for PR #209
Summary: https://github.com/Instagram/IGListKit/pull/209

Reviewed By: rnystrom

Differential Revision: D4190633

fbshipit-source-id: 9d382b9ba3f3d20c8b9c48d900650ec354bc9728
2016-11-16 12:44:19 -08:00

40 lines
3 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder.AppleTV.XIB" version="3.0" toolsVersion="11535.1" systemVersion="15G31" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="appleTV" orientation="landscape">
<adaptation id="light"/>
</device>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11523"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<collectionViewCell opaque="NO" multipleTouchEnabled="YES" contentMode="center" id="Rz2-K0-ksD" customClass="CarouselCell" customModule="IGListKitExamples" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="117" height="156"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="117" height="156"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="#1" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Gaz-SF-Koj">
<rect key="frame" x="0.0" y="0.0" width="117" height="156"/>
<fontDescription key="fontDescription" type="system" pointSize="50"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</view>
<color key="backgroundColor" red="0.68235294117647061" green="0.77647058823529413" blue="0.81176470588235294" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="Gaz-SF-Koj" firstAttribute="top" secondItem="Rz2-K0-ksD" secondAttribute="top" id="asP-B0-EN2"/>
<constraint firstItem="Gaz-SF-Koj" firstAttribute="leading" secondItem="Rz2-K0-ksD" secondAttribute="leading" id="che-iF-Aui"/>
<constraint firstAttribute="trailing" secondItem="Gaz-SF-Koj" secondAttribute="trailing" id="gnO-2r-8Zr"/>
<constraint firstAttribute="bottom" secondItem="Gaz-SF-Koj" secondAttribute="bottom" id="mFh-Xf-q3J"/>
</constraints>
<connections>
<outlet property="titleLabel" destination="Gaz-SF-Koj" id="xO4-09-xqC"/>
</connections>
</collectionViewCell>
</objects>
</document>