Main.storyboard 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder.AppleTV.Storyboard" version="3.0" toolsVersion="13771" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
  3. <device id="appleTV" orientation="landscape">
  4. <adaptation id="light"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="tvOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--View Controller-->
  13. <scene sceneID="tne-QT-ifu">
  14. <objects>
  15. <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="ReachabilityAppleTVSample" customModuleProvider="target" sceneMemberID="viewController">
  16. <layoutGuides>
  17. <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
  18. <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
  19. </layoutGuides>
  20. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  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. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jew-4p-o9x">
  25. <rect key="frame" x="924" y="468" width="72" height="91"/>
  26. <constraints>
  27. <constraint firstAttribute="height" constant="91" id="dMv-aK-0ih"/>
  28. </constraints>
  29. <fontDescription key="fontDescription" type="system" pointSize="30"/>
  30. <nil key="textColor"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wE4-fM-BF3">
  34. <rect key="frame" x="906" y="567" width="108" height="55"/>
  35. <fontDescription key="fontDescription" type="system" pointSize="46"/>
  36. <nil key="textColor"/>
  37. <nil key="highlightedColor"/>
  38. </label>
  39. </subviews>
  40. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  41. <constraints>
  42. <constraint firstItem="Jew-4p-o9x" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="McL-OC-xmz"/>
  43. <constraint firstItem="wE4-fM-BF3" firstAttribute="top" secondItem="Jew-4p-o9x" secondAttribute="bottom" constant="8" id="TRM-vy-Pvk"/>
  44. <constraint firstItem="Jew-4p-o9x" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" constant="408" id="j6d-xn-evu"/>
  45. <constraint firstItem="wE4-fM-BF3" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="ne8-Vk-QZp"/>
  46. </constraints>
  47. </view>
  48. <connections>
  49. <outlet property="hostNameLabel" destination="Jew-4p-o9x" id="UxK-9M-yNN"/>
  50. <outlet property="networkStatus" destination="wE4-fM-BF3" id="0lK-Zo-X5G"/>
  51. </connections>
  52. </viewController>
  53. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  54. </objects>
  55. <point key="canvasLocation" x="302" y="343"/>
  56. </scene>
  57. </scenes>
  58. </document>