Main.storyboard 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder.AppleTV.Storyboard" version="3.0" toolsVersion="9060" systemVersion="15B42" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES" initialViewController="BYZ-38-t0r">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9051"/>
  5. </dependencies>
  6. <scenes>
  7. <!--View Controller-->
  8. <scene sceneID="tne-QT-ifu">
  9. <objects>
  10. <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="ReachabilityAppleTVSample" customModuleProvider="target" sceneMemberID="viewController">
  11. <layoutGuides>
  12. <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
  13. <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
  14. </layoutGuides>
  15. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  16. <rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <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">
  20. <rect key="frame" x="695" y="408" width="530" height="91"/>
  21. <animations/>
  22. <constraints>
  23. <constraint firstAttribute="width" constant="530" id="MBv-Rz-Tzd"/>
  24. <constraint firstAttribute="height" constant="91" id="dMv-aK-0ih"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" type="system" pointSize="30"/>
  27. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <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">
  31. <rect key="frame" x="695" y="507" width="530" height="165"/>
  32. <animations/>
  33. <fontDescription key="fontDescription" type="system" pointSize="46"/>
  34. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  35. <nil key="highlightedColor"/>
  36. </label>
  37. </subviews>
  38. <animations/>
  39. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="calibratedWhite"/>
  40. <constraints>
  41. <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="wE4-fM-BF3" secondAttribute="bottom" constant="408" id="BDI-ry-4pH"/>
  42. <constraint firstItem="wE4-fM-BF3" firstAttribute="trailing" secondItem="Jew-4p-o9x" secondAttribute="trailing" id="GGb-7m-6uX"/>
  43. <constraint firstItem="Jew-4p-o9x" firstAttribute="leading" secondItem="wE4-fM-BF3" secondAttribute="leading" id="Q1c-Jb-iKN"/>
  44. <constraint firstItem="wE4-fM-BF3" firstAttribute="top" secondItem="Jew-4p-o9x" secondAttribute="bottom" constant="8" symbolic="YES" id="U8V-qN-EPr"/>
  45. <constraint firstItem="Jew-4p-o9x" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="Vng-pT-hW8"/>
  46. <constraint firstItem="Jew-4p-o9x" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" constant="408" id="cMK-9n-7pq"/>
  47. </constraints>
  48. </view>
  49. <connections>
  50. <outlet property="hostNameLabel" destination="Jew-4p-o9x" id="UxK-9M-yNN"/>
  51. <outlet property="networkStatus" destination="wE4-fM-BF3" id="0lK-Zo-X5G"/>
  52. </connections>
  53. </viewController>
  54. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  55. </objects>
  56. <point key="canvasLocation" x="302" y="343"/>
  57. </scene>
  58. </scenes>
  59. </document>