2017-12-21 11:43:46 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2019-07-02 18:20:12 +08:00
|
|
|
<document type="com.apple.InterfaceBuilder.AppleTV.Storyboard" version="3.0" toolsVersion="14490.70" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
|
2017-12-21 11:43:46 +08:00
|
|
|
<device id="appleTV" orientation="landscape">
|
|
|
|
<adaptation id="light"/>
|
|
|
|
</device>
|
2016-06-13 06:13:46 +08:00
|
|
|
<dependencies>
|
2017-12-21 11:43:46 +08:00
|
|
|
<deployment identifier="tvOS"/>
|
2019-07-02 18:20:12 +08:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
|
2017-12-21 11:43:46 +08:00
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
2016-06-13 06:13:46 +08:00
|
|
|
</dependencies>
|
|
|
|
<scenes>
|
|
|
|
<!--View Controller-->
|
|
|
|
<scene sceneID="tne-QT-ifu">
|
|
|
|
<objects>
|
|
|
|
<viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
|
|
|
|
<layoutGuides>
|
|
|
|
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
|
|
|
|
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
|
|
|
|
</layoutGuides>
|
|
|
|
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
2017-12-21 11:43:46 +08:00
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xeq-iS-C6S">
|
2016-06-13 06:13:46 +08:00
|
|
|
<rect key="frame" x="20" y="20" width="300" height="200"/>
|
2017-12-21 11:43:46 +08:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
2016-06-13 06:13:46 +08:00
|
|
|
</imageView>
|
2017-12-21 11:43:46 +08:00
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xvm-ne-7D9">
|
|
|
|
<rect key="frame" x="328" y="20" width="300" height="200"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
</imageView>
|
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="c5h-Lg-aZx" customClass="SDAnimatedImageView">
|
2016-06-13 06:13:46 +08:00
|
|
|
<rect key="frame" x="636" y="20" width="300" height="200"/>
|
2017-12-21 11:43:46 +08:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
2016-06-13 06:13:46 +08:00
|
|
|
</imageView>
|
2017-12-21 11:43:46 +08:00
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Udx-nH-mbX" customClass="SDAnimatedImageView">
|
2016-06-13 06:13:46 +08:00
|
|
|
<rect key="frame" x="944" y="20" width="300" height="200"/>
|
2017-12-21 11:43:46 +08:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
2016-06-13 06:13:46 +08:00
|
|
|
</imageView>
|
|
|
|
</subviews>
|
2017-12-21 11:43:46 +08:00
|
|
|
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
|
2016-06-13 06:13:46 +08:00
|
|
|
</view>
|
|
|
|
<connections>
|
|
|
|
<outlet property="imageView1" destination="xeq-iS-C6S" id="4gp-UN-VjW"/>
|
|
|
|
<outlet property="imageView2" destination="xvm-ne-7D9" id="m95-tV-LXY"/>
|
|
|
|
<outlet property="imageView3" destination="c5h-Lg-aZx" id="9Hg-WX-Sl2"/>
|
|
|
|
<outlet property="imageView4" destination="Udx-nH-mbX" id="lEI-yT-cZa"/>
|
|
|
|
</connections>
|
|
|
|
</viewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
</scene>
|
|
|
|
</scenes>
|
|
|
|
</document>
|