VLCRemoteBrowsingCollectionViewController.xib 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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="nothingFoundLabel" destination="Mu6-3W-jEj" id="hmc-NZ-fOG"/>
  11. <outlet property="nothingFoundView" destination="h3e-OS-Jjb" id="QPG-ls-Fhp"/>
  12. <outlet property="preferredFocusedView" destination="NUi-8f-W1D" id="mXv-Wn-Sh7"/>
  13. <outlet property="view" destination="NUi-8f-W1D" id="oDs-Vy-NyX"/>
  14. </connections>
  15. </placeholder>
  16. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  17. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" id="NUi-8f-W1D">
  18. <rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="100" minimumInteritemSpacing="50" id="o9k-mG-llf">
  21. <size key="itemSize" width="308" height="308"/>
  22. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  23. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  24. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  25. </collectionViewFlowLayout>
  26. <connections>
  27. <outlet property="dataSource" destination="-1" id="Jwj-RD-1Py"/>
  28. <outlet property="delegate" destination="-1" id="Ng7-Ok-jZx"/>
  29. </connections>
  30. </collectionView>
  31. <view contentMode="scaleToFill" id="h3e-OS-Jjb">
  32. <rect key="frame" x="0.0" y="0.0" width="257" height="274"/>
  33. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  34. <subviews>
  35. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="cone" translatesAutoresizingMaskIntoConstraints="NO" id="Quf-Xw-Yoh">
  36. <rect key="frame" x="57" y="25" width="143" height="158"/>
  37. </imageView>
  38. <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">
  39. <rect key="frame" x="20" y="213" width="217" height="46"/>
  40. <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
  41. <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
  42. <nil key="highlightedColor"/>
  43. </label>
  44. </subviews>
  45. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
  46. <constraints>
  47. <constraint firstAttribute="bottom" secondItem="Mu6-3W-jEj" secondAttribute="bottom" constant="15" id="58q-ng-MEs"/>
  48. <constraint firstItem="Mu6-3W-jEj" firstAttribute="centerX" secondItem="Quf-Xw-Yoh" secondAttribute="centerX" id="Hjw-pa-rCv"/>
  49. <constraint firstItem="Quf-Xw-Yoh" firstAttribute="top" secondItem="h3e-OS-Jjb" secondAttribute="top" constant="25" id="Je2-wH-8DG"/>
  50. <constraint firstItem="Mu6-3W-jEj" firstAttribute="top" secondItem="Quf-Xw-Yoh" secondAttribute="bottom" constant="30" id="gZY-EA-QXB"/>
  51. <constraint firstItem="Quf-Xw-Yoh" firstAttribute="centerX" secondItem="h3e-OS-Jjb" secondAttribute="centerX" id="glb-f5-O9H"/>
  52. </constraints>
  53. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  54. <point key="canvasLocation" x="1128.5" y="1333.5"/>
  55. </view>
  56. </objects>
  57. <resources>
  58. <image name="cone" width="143" height="158"/>
  59. </resources>
  60. </document>