VLCRemoteBrowsingCollectionViewController.xib 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder.AppleTV.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
  5. </dependencies>
  6. <objects>
  7. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCRemoteBrowsingCollectionViewController">
  8. <connections>
  9. <outlet property="collectionView" destination="NUi-8f-W1D" id="iDT-ID-8jS"/>
  10. <outlet property="nothingFoundConeImageView" destination="Quf-Xw-Yoh" id="2bc-0R-tbC"/>
  11. <outlet property="nothingFoundLabel" destination="Mu6-3W-jEj" id="hmc-NZ-fOG"/>
  12. <outlet property="nothingFoundView" destination="h3e-OS-Jjb" id="QPG-ls-Fhp"/>
  13. <outlet property="preferredFocusedView" destination="NUi-8f-W1D" id="mXv-Wn-Sh7"/>
  14. <outlet property="view" destination="NUi-8f-W1D" id="oDs-Vy-NyX"/>
  15. </connections>
  16. </placeholder>
  17. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  18. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" id="NUi-8f-W1D">
  19. <rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  21. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="100" minimumInteritemSpacing="50" id="o9k-mG-llf">
  22. <size key="itemSize" width="308" height="308"/>
  23. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  24. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  25. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  26. </collectionViewFlowLayout>
  27. <connections>
  28. <outlet property="dataSource" destination="-1" id="Jwj-RD-1Py"/>
  29. <outlet property="delegate" destination="-1" id="Ng7-Ok-jZx"/>
  30. </connections>
  31. </collectionView>
  32. <view contentMode="scaleToFill" id="h3e-OS-Jjb">
  33. <rect key="frame" x="0.0" y="0.0" width="257" height="274"/>
  34. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  35. <subviews>
  36. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="cone" translatesAutoresizingMaskIntoConstraints="NO" id="Quf-Xw-Yoh">
  37. <rect key="frame" x="57" y="25" width="143" height="158"/>
  38. </imageView>
  39. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="nuting found" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Mu6-3W-jEj">
  40. <rect key="frame" x="20" y="213" width="217" height="46"/>
  41. <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
  42. <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
  43. <nil key="highlightedColor"/>
  44. </label>
  45. </subviews>
  46. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
  47. <constraints>
  48. <constraint firstAttribute="bottom" secondItem="Mu6-3W-jEj" secondAttribute="bottom" constant="15" id="58q-ng-MEs"/>
  49. <constraint firstItem="Mu6-3W-jEj" firstAttribute="centerX" secondItem="Quf-Xw-Yoh" secondAttribute="centerX" id="Hjw-pa-rCv"/>
  50. <constraint firstItem="Quf-Xw-Yoh" firstAttribute="top" secondItem="h3e-OS-Jjb" secondAttribute="top" constant="25" id="Je2-wH-8DG"/>
  51. <constraint firstItem="Mu6-3W-jEj" firstAttribute="top" secondItem="Quf-Xw-Yoh" secondAttribute="bottom" constant="30" id="gZY-EA-QXB"/>
  52. <constraint firstItem="Quf-Xw-Yoh" firstAttribute="centerX" secondItem="h3e-OS-Jjb" secondAttribute="centerX" id="glb-f5-O9H"/>
  53. </constraints>
  54. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  55. <point key="canvasLocation" x="1128.5" y="1333.5"/>
  56. </view>
  57. </objects>
  58. <resources>
  59. <image name="cone" width="143" height="158"/>
  60. </resources>
  61. </document>