VLCCloudStorageTableViewController.xib 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder.AppleTV.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
  5. </dependencies>
  6. <objects>
  7. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCCloudStorageTableViewController">
  8. <connections>
  9. <outlet property="preferredFocusedView" destination="BJu-fh-cvS" id="esr-eG-51l"/>
  10. <outlet property="tableView" destination="BJu-fh-cvS" id="Q4L-re-bYO"/>
  11. <outlet property="view" destination="iN0-l3-epB" id="StN-hL-tvv"/>
  12. </connections>
  13. </placeholder>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <view contentMode="scaleToFill" id="iN0-l3-epB">
  16. <rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="66" sectionHeaderHeight="40" sectionFooterHeight="40" translatesAutoresizingMaskIntoConstraints="NO" id="BJu-fh-cvS">
  20. <rect key="frame" x="68" y="114" width="1784" height="917"/>
  21. <animations/>
  22. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  23. <constraints>
  24. <constraint firstAttribute="width" constant="1784" id="Fbw-Lq-50b"/>
  25. <constraint firstAttribute="height" constant="917" id="U93-WZ-nro"/>
  26. </constraints>
  27. <connections>
  28. <outlet property="dataSource" destination="-1" id="KMS-Qu-Hei"/>
  29. <outlet property="delegate" destination="-1" id="LBp-MJ-kum"/>
  30. </connections>
  31. </tableView>
  32. </subviews>
  33. <animations/>
  34. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  35. <constraints>
  36. <constraint firstItem="BJu-fh-cvS" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="114" id="iWm-Kv-B61"/>
  37. <constraint firstItem="BJu-fh-cvS" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="tgK-kM-gPy"/>
  38. </constraints>
  39. </view>
  40. </objects>
  41. </document>