VLCOpenNetworkStreamTVViewController.xib 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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="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="193" width="500" height="66"/>
  22. <animations/>
  23. <constraints>
  24. <constraint firstAttribute="width" constant="500" id="3fz-h4-cGU"/>
  25. <constraint firstAttribute="height" constant="66" id="hDw-hW-ont"/>
  26. </constraints>
  27. <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
  28. <textInputTraits key="textInputTraits" enablesReturnKeyAutomatically="YES"/>
  29. <connections>
  30. <action selector="URLEnteredInField:" destination="-1" eventType="editingDidEnd" id="ZIV-DP-cGr"/>
  31. </connections>
  32. </textField>
  33. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="66" sectionHeaderHeight="40" sectionFooterHeight="40" translatesAutoresizingMaskIntoConstraints="NO" id="v0o-s0-Xaz">
  34. <rect key="frame" x="183" y="329" width="1555" height="681"/>
  35. <animations/>
  36. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  37. <constraints>
  38. <constraint firstAttribute="width" constant="1555" id="ELC-Ea-jpC"/>
  39. </constraints>
  40. <connections>
  41. <outlet property="dataSource" destination="-1" id="5xO-BE-h5Q"/>
  42. <outlet property="delegate" destination="-1" id="osW-Kv-1VK"/>
  43. </connections>
  44. </tableView>
  45. </subviews>
  46. <animations/>
  47. <constraints>
  48. <constraint firstItem="dWa-3n-YCa" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="193" id="6FP-0U-Znd"/>
  49. <constraint firstItem="v0o-s0-Xaz" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="elq-bO-Tb3"/>
  50. <constraint firstItem="v0o-s0-Xaz" firstAttribute="top" secondItem="dWa-3n-YCa" secondAttribute="bottom" constant="70" id="jCe-Gz-82c"/>
  51. <constraint firstItem="dWa-3n-YCa" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="oFS-xp-QJo"/>
  52. <constraint firstAttribute="bottom" secondItem="v0o-s0-Xaz" secondAttribute="bottom" constant="70" id="ydf-eT-5UK"/>
  53. </constraints>
  54. </view>
  55. </objects>
  56. </document>