VLCOpenNetworkStreamTVViewController.xib 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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="noURLsToShowLabel" destination="9hs-BK-cVI" id="jpj-cD-PRW"/>
  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="view" destination="iN0-l3-epB" id="Eym-vH-oyN"/>
  14. </connections>
  15. </placeholder>
  16. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  17. <view contentMode="scaleToFill" id="iN0-l3-epB">
  18. <rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
  19. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  20. <subviews>
  21. <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">
  22. <rect key="frame" x="710" y="174" width="500" height="66"/>
  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="310" width="1555" height="700"/>
  35. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  36. <constraints>
  37. <constraint firstAttribute="width" constant="1555" id="ELC-Ea-jpC"/>
  38. <constraint firstAttribute="height" constant="700" id="gQs-hK-0At"/>
  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. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="No recently played streams" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9hs-BK-cVI">
  46. <rect key="frame" x="662" y="510" width="596" height="60"/>
  47. <fontDescription key="fontDescription" type="system" pointSize="50"/>
  48. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  49. <nil key="highlightedColor"/>
  50. </label>
  51. </subviews>
  52. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
  53. <constraints>
  54. <constraint firstItem="9hs-BK-cVI" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="WOA-cL-SLX"/>
  55. <constraint firstItem="v0o-s0-Xaz" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="elq-bO-Tb3"/>
  56. <constraint firstItem="v0o-s0-Xaz" firstAttribute="top" secondItem="dWa-3n-YCa" secondAttribute="bottom" constant="70" id="jCe-Gz-82c"/>
  57. <constraint firstItem="9hs-BK-cVI" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="n8b-cY-wQE"/>
  58. <constraint firstItem="dWa-3n-YCa" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="oFS-xp-QJo"/>
  59. <constraint firstAttribute="bottom" secondItem="v0o-s0-Xaz" secondAttribute="bottom" constant="70" id="ydf-eT-5UK"/>
  60. </constraints>
  61. </view>
  62. </objects>
  63. </document>