VLCPlaybackInfoTrackTVCell.xib 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder.AppleTV.XIB" version="3.0" toolsVersion="9060" systemVersion="15B42" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9051"/>
  5. </dependencies>
  6. <objects>
  7. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  8. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  9. <collectionViewCell opaque="NO" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="VLCPlaybackInfoTrackTVCell" id="m1I-s4-RPj" customClass="VLCPlaybackInfoTrackTVCell">
  10. <rect key="frame" x="0.0" y="0.0" width="460" height="56"/>
  11. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  12. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  13. <rect key="frame" x="0.0" y="0.0" width="460" height="56"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <subviews>
  16. <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">
  17. <rect key="frame" x="48" y="0.0" width="412" height="56"/>
  18. <animations/>
  19. <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
  20. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  21. <nil key="highlightedColor"/>
  22. </label>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="500" text="✔︎" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YMP-ov-ixd">
  24. <rect key="frame" x="8" y="0.0" width="32" height="56"/>
  25. <animations/>
  26. <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
  27. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. </subviews>
  31. <animations/>
  32. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  33. </view>
  34. <animations/>
  35. <constraints>
  36. <constraint firstAttribute="bottom" secondItem="YMP-ov-ixd" secondAttribute="bottom" id="EMu-OI-4qI"/>
  37. <constraint firstItem="iNn-kk-JAL" firstAttribute="top" secondItem="m1I-s4-RPj" secondAttribute="top" id="EUZ-5I-erE"/>
  38. <constraint firstItem="YMP-ov-ixd" firstAttribute="leading" secondItem="m1I-s4-RPj" secondAttribute="leading" constant="8" id="HDQ-rO-QHf"/>
  39. <constraint firstAttribute="bottom" secondItem="iNn-kk-JAL" secondAttribute="bottom" id="Jfi-tb-NfI"/>
  40. <constraint firstAttribute="trailing" secondItem="iNn-kk-JAL" secondAttribute="trailing" id="OTh-f4-bTz"/>
  41. <constraint firstItem="iNn-kk-JAL" firstAttribute="leading" secondItem="YMP-ov-ixd" secondAttribute="trailing" constant="8" id="QUe-TA-BP4"/>
  42. <constraint firstItem="YMP-ov-ixd" firstAttribute="top" secondItem="m1I-s4-RPj" secondAttribute="top" id="g0N-SR-4dY"/>
  43. </constraints>
  44. <size key="customSize" width="460" height="56"/>
  45. <connections>
  46. <outlet property="selectionMarkerView" destination="YMP-ov-ixd" id="Nq5-Gk-JHF"/>
  47. <outlet property="titleLabel" destination="iNn-kk-JAL" id="l3s-MH-GSe"/>
  48. </connections>
  49. <point key="canvasLocation" x="649" y="-82"/>
  50. </collectionViewCell>
  51. </objects>
  52. </document>