• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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" useTraitCollections="YES" useSafeAreas="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="Safe area layout guides" minToolsVersion="9.0"/>
10        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
11    </dependencies>
12    <scenes>
13        <!--View Controller-->
14        <scene sceneID="tne-QT-ifu">
15            <objects>
16                <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
17                    <layoutGuides>
18                        <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
19                        <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
20                    </layoutGuides>
21                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
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                            <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mTU-yu-aIA">
26                                <rect key="frame" x="838" y="497" width="246" height="86"/>
27                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
28                                <inset key="contentEdgeInsets" minX="40" minY="20" maxX="40" maxY="20"/>
29                                <state key="normal" title="Make Call"/>
30                                <connections>
31                                    <action selector="makeCall:" destination="BYZ-38-t0r" eventType="primaryActionTriggered" id="ZRv-7t-Fxu"/>
32                                </connections>
33                            </button>
34                        </subviews>
35                        <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
36                        <viewLayoutGuide key="safeArea" id="wu6-TO-1qx"/>
37                    </view>
38                </viewController>
39                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
40            </objects>
41        </scene>
42    </scenes>
43</document>
44