VLCFullscreenMovieTVViewController.xib 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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="VLCFullscreenMovieTVViewController">
  8. <connections>
  9. <outlet property="activityIndicator" destination="UcH-Yc-Sd0" id="9fo-IU-bbs"/>
  10. <outlet property="bottomOverlayView" destination="SzB-KN-vRr" id="HdG-qX-fha"/>
  11. <outlet property="bufferingLabel" destination="yaX-qU-D4t" id="pDV-iQ-eaa"/>
  12. <outlet property="dimmingView" destination="VBa-d2-15H" id="5jE-Qy-meO"/>
  13. <outlet property="movieView" destination="SpU-aa-czI" id="zKW-zZ-hB6"/>
  14. <outlet property="preferredFocusedView" destination="iN0-l3-epB" id="obT-bV-VZv"/>
  15. <outlet property="titleLabel" destination="epY-iV-5FH" id="7pR-09-6Fu"/>
  16. <outlet property="transportBar" destination="CO6-ze-V9M" id="ogH-U0-9Vy"/>
  17. <outlet property="view" destination="iN0-l3-epB" id="Eym-vH-oyN"/>
  18. </connections>
  19. </placeholder>
  20. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  21. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="VLCPlaybackControlsFocusView">
  22. <rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SpU-aa-czI">
  26. <rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
  27. <animations/>
  28. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  29. </view>
  30. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="VBa-d2-15H" userLabel="DimmingView">
  31. <rect key="frame" x="0.0" y="0.0" width="1920" height="886"/>
  32. <animations/>
  33. <color key="backgroundColor" white="0.0" alpha="0.20000000000000001" colorSpace="calibratedWhite"/>
  34. </view>
  35. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Please wait" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yaX-qU-D4t">
  36. <rect key="frame" x="815" y="506" width="289" height="69"/>
  37. <animations/>
  38. <fontDescription key="fontDescription" style="UICTFontTextStyleTitle2"/>
  39. <color key="textColor" red="1" green="1" blue="1" alpha="0.59999999999999998" colorSpace="calibratedRGB"/>
  40. <nil key="highlightedColor"/>
  41. </label>
  42. <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="UcH-Yc-Sd0">
  43. <rect key="frame" x="928" y="583" width="64" height="64"/>
  44. <animations/>
  45. </activityIndicatorView>
  46. <view userInteractionEnabled="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SzB-KN-vRr" customClass="VLCFrostedGlasView">
  47. <rect key="frame" x="0.0" y="886" width="1920" height="194"/>
  48. <subviews>
  49. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="epY-iV-5FH">
  50. <rect key="frame" x="960" y="10" width="0.0" height="69"/>
  51. <animations/>
  52. <constraints>
  53. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="69" id="Cum-M9-lbH"/>
  54. </constraints>
  55. <fontDescription key="fontDescription" style="UICTFontTextStyleTitle2"/>
  56. <color key="textColor" red="1" green="1" blue="1" alpha="0.59999999999999998" colorSpace="calibratedRGB"/>
  57. <nil key="highlightedColor"/>
  58. </label>
  59. <view opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CO6-ze-V9M" customClass="VLCTransportBar">
  60. <rect key="frame" x="90" y="94" width="1740" height="10"/>
  61. <animations/>
  62. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  63. <constraints>
  64. <constraint firstAttribute="height" constant="10" id="N7R-Ku-vGb"/>
  65. </constraints>
  66. </view>
  67. </subviews>
  68. <animations/>
  69. <constraints>
  70. <constraint firstItem="CO6-ze-V9M" firstAttribute="top" secondItem="epY-iV-5FH" secondAttribute="bottom" constant="15" id="3KL-US-KZa"/>
  71. <constraint firstItem="CO6-ze-V9M" firstAttribute="leading" secondItem="SzB-KN-vRr" secondAttribute="leading" constant="90" id="6fm-9L-qPq"/>
  72. <constraint firstItem="epY-iV-5FH" firstAttribute="top" secondItem="SzB-KN-vRr" secondAttribute="top" constant="10" id="92r-mU-afS"/>
  73. <constraint firstItem="epY-iV-5FH" firstAttribute="centerX" secondItem="SzB-KN-vRr" secondAttribute="centerX" id="HiD-5l-FVo"/>
  74. <constraint firstAttribute="trailing" secondItem="CO6-ze-V9M" secondAttribute="trailing" constant="90" id="iA4-Us-HaM"/>
  75. <constraint firstAttribute="bottom" secondItem="CO6-ze-V9M" secondAttribute="bottom" constant="90" id="qW9-4Q-Y5z"/>
  76. </constraints>
  77. </view>
  78. </subviews>
  79. <animations/>
  80. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  81. <constraints>
  82. <constraint firstAttribute="trailing" secondItem="SzB-KN-vRr" secondAttribute="trailing" id="3Bb-JP-76x"/>
  83. <constraint firstAttribute="bottom" secondItem="SzB-KN-vRr" secondAttribute="bottom" id="542-su-jDp"/>
  84. <constraint firstAttribute="trailing" secondItem="VBa-d2-15H" secondAttribute="trailing" id="5Pl-VN-MrE"/>
  85. <constraint firstItem="SzB-KN-vRr" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="DAq-5Q-AKJ"/>
  86. <constraint firstItem="VBa-d2-15H" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="IZO-1L-Mhz"/>
  87. <constraint firstAttribute="bottom" secondItem="SpU-aa-czI" secondAttribute="bottom" id="J9T-OC-2Sd"/>
  88. <constraint firstItem="yaX-qU-D4t" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="Qbe-FY-TR5"/>
  89. <constraint firstItem="SpU-aa-czI" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="SnQ-Wu-aiI"/>
  90. <constraint firstItem="UcH-Yc-Sd0" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="WUO-qL-8wn"/>
  91. <constraint firstItem="SpU-aa-czI" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="XAU-E6-19A"/>
  92. <constraint firstItem="SzB-KN-vRr" firstAttribute="top" secondItem="VBa-d2-15H" secondAttribute="bottom" id="dwd-A2-fZz"/>
  93. <constraint firstItem="yaX-qU-D4t" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="ecl-IU-ALU"/>
  94. <constraint firstItem="UcH-Yc-Sd0" firstAttribute="top" secondItem="yaX-qU-D4t" secondAttribute="bottom" constant="8" symbolic="YES" id="jWW-Sc-AHB"/>
  95. <constraint firstAttribute="trailing" secondItem="SpU-aa-czI" secondAttribute="trailing" id="loH-43-lbw"/>
  96. <constraint firstItem="VBa-d2-15H" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="qef-Wc-yeD"/>
  97. </constraints>
  98. </view>
  99. </objects>
  100. </document>