VLCLocalNetworkTVViewController.xib 2.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder.AppleTV.XIB" version="3.0" toolsVersion="9058" systemVersion="15B30a" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9048"/>
  5. </dependencies>
  6. <objects>
  7. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCLocalNetworkTVViewController">
  8. <connections>
  9. <outlet property="view" destination="iN0-l3-epB" id="Eym-vH-oyN"/>
  10. </connections>
  11. </placeholder>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="iN0-l3-epB">
  14. <rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Local Network" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Vjg-kr-rER">
  18. <rect key="frame" x="905" y="530" width="110" height="21"/>
  19. <animations/>
  20. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  21. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  22. <nil key="highlightedColor"/>
  23. </label>
  24. </subviews>
  25. <animations/>
  26. <color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
  27. <constraints>
  28. <constraint firstItem="Vjg-kr-rER" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="0f4-Tq-f3X"/>
  29. <constraint firstItem="Vjg-kr-rER" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="600-th-yGQ"/>
  30. </constraints>
  31. </view>
  32. </objects>
  33. </document>