|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder.AppleTV.Storyboard" version="3.0" toolsVersion="13122.16" systemVersion="17A278a" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 2 | +<document type="com.apple.InterfaceBuilder.AppleTV.Storyboard" version="3.0" toolsVersion="16096" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 3 | + <device id="appleTV" appearance="light"/> |
3 | 4 | <dependencies> |
4 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/> |
| 5 | + <deployment identifier="tvOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> |
5 | 7 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
6 | 8 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
7 | 9 | </dependencies> |
8 | 10 | <scenes> |
9 | 11 | <!--View Controller--> |
10 | 12 | <scene sceneID="tne-QT-ifu"> |
11 | 13 | <objects> |
12 | | - <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController"> |
| 14 | + <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="Mocky_Example_tvOS" customModuleProvider="target" sceneMemberID="viewController"> |
13 | 15 | <layoutGuides> |
14 | 16 | <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/> |
15 | 17 | <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/> |
16 | 18 | </layoutGuides> |
17 | 19 | <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
18 | 20 | <rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/> |
19 | 21 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 22 | + <subviews> |
| 23 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="SwiftyMocky tvOS example" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3m4-jI-eN1"> |
| 24 | + <rect key="frame" x="730" y="517" width="460" height="46"/> |
| 25 | + <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/> |
| 26 | + <nil key="textColor"/> |
| 27 | + <nil key="highlightedColor"/> |
| 28 | + </label> |
| 29 | + </subviews> |
20 | 30 | <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/> |
| 31 | + <constraints> |
| 32 | + <constraint firstItem="3m4-jI-eN1" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" id="0R3-BZ-bIJ"/> |
| 33 | + <constraint firstItem="3m4-jI-eN1" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="8P9-GP-MSW"/> |
| 34 | + </constraints> |
21 | 35 | <viewLayoutGuide key="safeArea" id="wu6-TO-1qx"/> |
22 | 36 | </view> |
23 | 37 | </viewController> |
24 | 38 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
25 | 39 | </objects> |
| 40 | + <point key="canvasLocation" x="69" y="69"/> |
26 | 41 | </scene> |
27 | 42 | </scenes> |
28 | 43 | </document> |
0 commit comments