VLCOpenNetworkStreamTVViewController.xib 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder.AppleTV.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
  5. </dependencies>
  6. <objects>
  7. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCOpenNetworkStreamTVViewController">
  8. <connections>
  9. <outlet property="deleteHintView" destination="Wa3-IS-ztU" id="ipW-Hx-fMJ"/>
  10. <outlet property="nothingFoundConeImageView" destination="aAb-aY-bkT" id="Abp-Yt-oQb"/>
  11. <outlet property="nothingFoundLabel" destination="sdc-e1-PSc" id="dvi-jc-vaR"/>
  12. <outlet property="nothingFoundView" destination="dvt-CP-ALF" id="lg3-aJ-oHg"/>
  13. <outlet property="playURLField" destination="dWa-3n-YCa" id="Eoe-vT-AuM"/>
  14. <outlet property="preferredFocusedView" destination="dWa-3n-YCa" id="0Ez-4Z-KFF"/>
  15. <outlet property="previouslyPlayedStreamsTableView" destination="v0o-s0-Xaz" id="I1r-ie-lFf"/>
  16. <outlet property="view" destination="iN0-l3-epB" id="Eym-vH-oyN"/>
  17. </connections>
  18. </placeholder>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view contentMode="scaleToFill" id="iN0-l3-epB">
  21. <rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <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">
  25. <rect key="frame" x="648" y="193" width="625" height="82"/>
  26. <constraints>
  27. <constraint firstAttribute="width" constant="625" id="3fz-h4-cGU"/>
  28. <constraint firstAttribute="height" constant="82" id="hDw-hW-ont"/>
  29. </constraints>
  30. <fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/>
  31. <textInputTraits key="textInputTraits" enablesReturnKeyAutomatically="YES"/>
  32. <connections>
  33. <action selector="URLEnteredInField:" destination="-1" eventType="editingDidEnd" id="ZIV-DP-cGr"/>
  34. </connections>
  35. </textField>
  36. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="66" sectionHeaderHeight="40" sectionFooterHeight="40" translatesAutoresizingMaskIntoConstraints="NO" id="v0o-s0-Xaz">
  37. <rect key="frame" x="183" y="345" width="1555" height="665"/>
  38. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  39. <constraints>
  40. <constraint firstAttribute="width" constant="1555" id="ELC-Ea-jpC"/>
  41. </constraints>
  42. <connections>
  43. <outlet property="dataSource" destination="-1" id="5xO-BE-h5Q"/>
  44. <outlet property="delegate" destination="-1" id="osW-Kv-1VK"/>
  45. </connections>
  46. </tableView>
  47. <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="dvt-CP-ALF">
  48. <rect key="frame" x="961" y="541" width="0.0" height="274"/>
  49. <subviews>
  50. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="cone" translatesAutoresizingMaskIntoConstraints="NO" id="aAb-aY-bkT">
  51. <rect key="frame" x="-72" y="25" width="143" height="158"/>
  52. </imageView>
  53. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="nuting found" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sdc-e1-PSc">
  54. <rect key="frame" x="-109" y="213" width="217" height="46"/>
  55. <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
  56. <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
  57. <nil key="highlightedColor"/>
  58. </label>
  59. </subviews>
  60. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
  61. <constraints>
  62. <constraint firstItem="aAb-aY-bkT" firstAttribute="centerX" secondItem="dvt-CP-ALF" secondAttribute="centerX" id="T2B-Dd-kNQ"/>
  63. <constraint firstAttribute="bottom" secondItem="sdc-e1-PSc" secondAttribute="bottom" constant="15" id="WnV-66-ihQ"/>
  64. <constraint firstItem="sdc-e1-PSc" firstAttribute="top" secondItem="aAb-aY-bkT" secondAttribute="bottom" constant="30" id="k26-yy-keN"/>
  65. <constraint firstItem="aAb-aY-bkT" firstAttribute="top" secondItem="dvt-CP-ALF" secondAttribute="top" constant="25" id="x0R-Nk-2BI"/>
  66. <constraint firstItem="sdc-e1-PSc" firstAttribute="centerX" secondItem="aAb-aY-bkT" secondAttribute="centerX" id="zmo-g5-Gt7"/>
  67. </constraints>
  68. </view>
  69. <view hidden="YES" contentMode="scaleToFill" placeholderIntrinsicWidth="550" placeholderIntrinsicHeight="100" translatesAutoresizingMaskIntoConstraints="NO" id="Wa3-IS-ztU" customClass="VLCDeleteHintTVView">
  70. <rect key="frame" x="685" y="930" width="550" height="100"/>
  71. </view>
  72. </subviews>
  73. <constraints>
  74. <constraint firstItem="Wa3-IS-ztU" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="0ms-Lt-g1Q"/>
  75. <constraint firstItem="dWa-3n-YCa" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="193" id="6FP-0U-Znd"/>
  76. <constraint firstItem="dvt-CP-ALF" firstAttribute="centerY" secondItem="v0o-s0-Xaz" secondAttribute="centerY" id="GIx-LR-UOF"/>
  77. <constraint firstAttribute="bottom" secondItem="Wa3-IS-ztU" secondAttribute="bottom" constant="50" id="ZDa-1f-46j"/>
  78. <constraint firstItem="v0o-s0-Xaz" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="elq-bO-Tb3"/>
  79. <constraint firstItem="v0o-s0-Xaz" firstAttribute="top" secondItem="dWa-3n-YCa" secondAttribute="bottom" constant="70" id="jCe-Gz-82c"/>
  80. <constraint firstItem="dWa-3n-YCa" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="oFS-xp-QJo"/>
  81. <constraint firstItem="dvt-CP-ALF" firstAttribute="centerX" secondItem="v0o-s0-Xaz" secondAttribute="centerX" id="uSF-XP-xr0"/>
  82. <constraint firstAttribute="bottom" secondItem="v0o-s0-Xaz" secondAttribute="bottom" constant="70" id="ydf-eT-5UK"/>
  83. </constraints>
  84. </view>
  85. </objects>
  86. <resources>
  87. <image name="cone" width="143" height="158"/>
  88. </resources>
  89. </document>