VLCPlaybackInfoAudioTVViewController.xib 2.1 KB

123456789101112131415161718192021222324252627282930313233
  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="VLCPlaybackInfoAudioTVViewController">
  8. <connections>
  9. <outlet property="view" destination="SfU-3e-bi3" id="dbi-nU-kf2"/>
  10. </connections>
  11. </placeholder>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="SfU-3e-bi3">
  14. <rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <subviews>
  17. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Put audio stuff here" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RD5-yN-Bxj">
  18. <rect key="frame" x="884" y="530" width="151" height="21"/>
  19. <animations/>
  20. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  21. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  22. <nil key="highlightedColor"/>
  23. </label>
  24. </subviews>
  25. <animations/>
  26. <constraints>
  27. <constraint firstItem="RD5-yN-Bxj" firstAttribute="centerY" secondItem="SfU-3e-bi3" secondAttribute="centerY" id="U6D-ND-4bN"/>
  28. <constraint firstItem="RD5-yN-Bxj" firstAttribute="centerX" secondItem="SfU-3e-bi3" secondAttribute="centerX" id="eNA-sk-bI6"/>
  29. </constraints>
  30. </view>
  31. </objects>
  32. </document>