VLCOpenNetworkStreamTVViewController.xib 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder.AppleTV.XIB" version="3.0" toolsVersion="9527.1" systemVersion="15B42" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9525.1"/>
  5. </dependencies>
  6. <objects>
  7. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCOpenNetworkStreamTVViewController">
  8. <connections>
  9. <outlet property="playURLField" destination="dWa-3n-YCa" id="Eoe-vT-AuM"/>
  10. <outlet property="preferredFocusedView" destination="dWa-3n-YCa" id="0Ez-4Z-KFF"/>
  11. <outlet property="previouslyPlayedStreamsTableView" destination="v0o-s0-Xaz" id="I1r-ie-lFf"/>
  12. <outlet property="view" destination="iN0-l3-epB" id="Eym-vH-oyN"/>
  13. </connections>
  14. </placeholder>
  15. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  16. <view contentMode="scaleToFill" id="iN0-l3-epB">
  17. <rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Enter URL to play" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="dWa-3n-YCa">
  21. <rect key="frame" x="710" y="174" width="500" height="66"/>
  22. <constraints>
  23. <constraint firstAttribute="width" constant="500" id="3fz-h4-cGU"/>
  24. <constraint firstAttribute="height" constant="66" id="hDw-hW-ont"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
  27. <textInputTraits key="textInputTraits" enablesReturnKeyAutomatically="YES"/>
  28. <connections>
  29. <action selector="URLEnteredInField:" destination="-1" eventType="editingDidEnd" id="ZIV-DP-cGr"/>
  30. </connections>
  31. </textField>
  32. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="66" sectionHeaderHeight="40" sectionFooterHeight="40" translatesAutoresizingMaskIntoConstraints="NO" id="v0o-s0-Xaz">
  33. <rect key="frame" x="183" y="310" width="1555" height="700"/>
  34. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  35. <constraints>
  36. <constraint firstAttribute="width" constant="1555" id="ELC-Ea-jpC"/>
  37. <constraint firstAttribute="height" constant="700" id="gQs-hK-0At"/>
  38. </constraints>
  39. <connections>
  40. <outlet property="dataSource" destination="-1" id="5xO-BE-h5Q"/>
  41. <outlet property="delegate" destination="-1" id="osW-Kv-1VK"/>
  42. </connections>
  43. </tableView>
  44. </subviews>
  45. <constraints>
  46. <constraint firstItem="v0o-s0-Xaz" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="elq-bO-Tb3"/>
  47. <constraint firstItem="v0o-s0-Xaz" firstAttribute="top" secondItem="dWa-3n-YCa" secondAttribute="bottom" constant="70" id="jCe-Gz-82c"/>
  48. <constraint firstItem="dWa-3n-YCa" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="oFS-xp-QJo"/>
  49. <constraint firstAttribute="bottom" secondItem="v0o-s0-Xaz" secondAttribute="bottom" constant="70" id="ydf-eT-5UK"/>
  50. </constraints>
  51. </view>
  52. </objects>
  53. </document>