VLCOpenNetworkStreamTVViewController.xib 6.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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="httpServerLabel" destination="Nb1-SP-5iY" id="jwT-VV-Uf9"/>
  10. <outlet property="playURLField" destination="dWa-3n-YCa" id="Eoe-vT-AuM"/>
  11. <outlet property="preferredFocusedView" destination="dWa-3n-YCa" id="0Ez-4Z-KFF"/>
  12. <outlet property="previouslyPlayedStreamsTableView" destination="v0o-s0-Xaz" id="I1r-ie-lFf"/>
  13. <outlet property="toggleHTTPServerButton" destination="zWl-AV-9Ga" id="WC7-Uc-lxA"/>
  14. <outlet property="view" destination="iN0-l3-epB" id="Eym-vH-oyN"/>
  15. </connections>
  16. </placeholder>
  17. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  18. <view contentMode="scaleToFill" id="iN0-l3-epB">
  19. <rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <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">
  23. <rect key="frame" x="710" y="524" width="500" height="66"/>
  24. <constraints>
  25. <constraint firstAttribute="width" constant="500" id="3fz-h4-cGU"/>
  26. <constraint firstAttribute="height" constant="66" id="hDw-hW-ont"/>
  27. </constraints>
  28. <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
  29. <textInputTraits key="textInputTraits" enablesReturnKeyAutomatically="YES"/>
  30. <connections>
  31. <action selector="URLEnteredInField:" destination="-1" eventType="editingDidEnd" id="ZIV-DP-cGr"/>
  32. </connections>
  33. </textField>
  34. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="66" sectionHeaderHeight="40" sectionFooterHeight="40" translatesAutoresizingMaskIntoConstraints="NO" id="v0o-s0-Xaz">
  35. <rect key="frame" x="183" y="660" width="1555" height="350"/>
  36. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  37. <constraints>
  38. <constraint firstAttribute="width" constant="1555" id="ELC-Ea-jpC"/>
  39. <constraint firstAttribute="height" constant="350" id="gQs-hK-0At"/>
  40. </constraints>
  41. <connections>
  42. <outlet property="dataSource" destination="-1" id="5xO-BE-h5Q"/>
  43. <outlet property="delegate" destination="-1" id="osW-Kv-1VK"/>
  44. </connections>
  45. </tableView>
  46. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Nb1-SP-5iY">
  47. <rect key="frame" x="533" y="302" width="855" height="113"/>
  48. <string key="text">Open either of these URLs in a web browser on your network:
  49. http://bonjour.local
  50. http://192.168.1.1</string>
  51. <fontDescription key="fontDescription" style="UICTFontTextStyleCallout"/>
  52. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  53. <nil key="highlightedColor"/>
  54. </label>
  55. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zWl-AV-9Ga">
  56. <rect key="frame" x="710" y="180" width="501" height="86"/>
  57. <inset key="contentEdgeInsets" minX="40" minY="20" maxX="40" maxY="20"/>
  58. <state key="normal" title="Enable Remote Playback"/>
  59. <connections>
  60. <action selector="toggleHTTPServer:" destination="-1" eventType="primaryActionTriggered" id="vhQ-WP-o1L"/>
  61. </connections>
  62. </button>
  63. </subviews>
  64. <constraints>
  65. <constraint firstItem="dWa-3n-YCa" firstAttribute="top" secondItem="zWl-AV-9Ga" secondAttribute="bottom" constant="258" id="0dj-Io-wvg"/>
  66. <constraint firstItem="v0o-s0-Xaz" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="elq-bO-Tb3"/>
  67. <constraint firstItem="zWl-AV-9Ga" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="jB3-Df-sFO"/>
  68. <constraint firstItem="v0o-s0-Xaz" firstAttribute="top" secondItem="dWa-3n-YCa" secondAttribute="bottom" constant="70" id="jCe-Gz-82c"/>
  69. <constraint firstItem="Nb1-SP-5iY" firstAttribute="top" secondItem="zWl-AV-9Ga" secondAttribute="bottom" constant="36" id="jDR-XJ-Feh"/>
  70. <constraint firstItem="dWa-3n-YCa" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="oFS-xp-QJo"/>
  71. <constraint firstItem="Nb1-SP-5iY" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="rag-MH-SLa"/>
  72. <constraint firstAttribute="bottom" secondItem="v0o-s0-Xaz" secondAttribute="bottom" constant="70" id="ydf-eT-5UK"/>
  73. </constraints>
  74. </view>
  75. </objects>
  76. </document>