1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <document type="com.apple.InterfaceBuilder.AppleTV.XIB" version="3.0" toolsVersion="9060" systemVersion="15B42" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES">
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9051"/>
- </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" reuseIdentifier="VLCPlaybackInfoTrackTVCell" id="m1I-s4-RPj" customClass="VLCPlaybackInfoTrackTVCell">
- <rect key="frame" x="0.0" y="0.0" width="460" height="56"/>
- <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="460" height="56"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iNn-kk-JAL">
- <rect key="frame" x="48" y="0.0" width="412" height="56"/>
- <animations/>
- <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
- <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="500" text="✔︎" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YMP-ov-ixd">
- <rect key="frame" x="8" y="0.0" width="32" height="56"/>
- <animations/>
- <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
- <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <animations/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
- </view>
- <animations/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="YMP-ov-ixd" secondAttribute="bottom" id="EMu-OI-4qI"/>
- <constraint firstItem="iNn-kk-JAL" firstAttribute="top" secondItem="m1I-s4-RPj" secondAttribute="top" id="EUZ-5I-erE"/>
- <constraint firstItem="YMP-ov-ixd" firstAttribute="leading" secondItem="m1I-s4-RPj" secondAttribute="leading" constant="8" id="HDQ-rO-QHf"/>
- <constraint firstAttribute="bottom" secondItem="iNn-kk-JAL" secondAttribute="bottom" id="Jfi-tb-NfI"/>
- <constraint firstAttribute="trailing" secondItem="iNn-kk-JAL" secondAttribute="trailing" id="OTh-f4-bTz"/>
- <constraint firstItem="iNn-kk-JAL" firstAttribute="leading" secondItem="YMP-ov-ixd" secondAttribute="trailing" constant="8" id="QUe-TA-BP4"/>
- <constraint firstItem="YMP-ov-ixd" firstAttribute="top" secondItem="m1I-s4-RPj" secondAttribute="top" id="g0N-SR-4dY"/>
- </constraints>
- <size key="customSize" width="460" height="56"/>
- <connections>
- <outlet property="selectionMarkerView" destination="YMP-ov-ixd" id="Nq5-Gk-JHF"/>
- <outlet property="titleLabel" destination="iNn-kk-JAL" id="l3s-MH-GSe"/>
- </connections>
- <point key="canvasLocation" x="649" y="-82"/>
- </collectionViewCell>
- </objects>
- </document>
|