|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder.AppleTV.XIB" version="3.0" toolsVersion="20037" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES"> |
| 2 | +<document type="com.apple.InterfaceBuilder.AppleTV.XIB" version="3.0" toolsVersion="19529" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES"> |
3 | 3 | <device id="appleTV" appearance="light"/> |
4 | 4 | <dependencies> |
5 | 5 | <deployment identifier="tvOS"/> |
6 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/> |
7 | 7 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
8 | 8 | </dependencies> |
9 | 9 | <objects> |
10 | 10 | <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCOpenNetworkStreamTVViewController"> |
11 | 11 | <connections> |
12 | 12 | <outlet property="deleteHintView" destination="Wa3-IS-ztU" id="ipW-Hx-fMJ"/> |
13 | | - <outlet property="emptyListButton" destination="OXZ-Zx-045" id="kJS-RB-MGp"/> |
| 13 | + <outlet property="emptyListButton" destination="OXZ-Zx-045" id="amt-Xy-VhT"/> |
14 | 14 | <outlet property="nothingFoundConeImageView" destination="aAb-aY-bkT" id="Abp-Yt-oQb"/> |
15 | 15 | <outlet property="nothingFoundLabel" destination="sdc-e1-PSc" id="dvi-jc-vaR"/> |
16 | 16 | <outlet property="nothingFoundView" destination="dvt-CP-ALF" id="lg3-aJ-oHg"/> |
17 | 17 | <outlet property="playURLField" destination="dWa-3n-YCa" id="Eoe-vT-AuM"/> |
18 | 18 | <outlet property="preferredFocusedView" destination="dWa-3n-YCa" id="0Ez-4Z-KFF"/> |
19 | 19 | <outlet property="previouslyPlayedStreamsTableView" destination="v0o-s0-Xaz" id="I1r-ie-lFf"/> |
| 20 | + <outlet property="reverseListSortingButton" destination="S9C-So-1TT" id="Wys-kF-xwY"/> |
20 | 21 | <outlet property="view" destination="iN0-l3-epB" id="Eym-vH-oyN"/> |
21 | 22 | </connections> |
22 | 23 | </placeholder> |
|
83 | 84 | <action selector="emptyListAction:" destination="-1" eventType="primaryActionTriggered" id="Pp6-st-y2N"/> |
84 | 85 | </connections> |
85 | 86 | </button> |
| 87 | + <button hidden="YES" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="S9C-So-1TT"> |
| 88 | + <rect key="frame" x="1439" y="190" width="128" height="88"/> |
| 89 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 90 | + <inset key="contentEdgeInsets" minX="40" minY="20" maxX="40" maxY="20"/> |
| 91 | + <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> |
| 92 | + <state key="normal" image="delete"/> |
| 93 | + <buttonConfiguration key="configuration" style="gray" image="sortingImage"/> |
| 94 | + <connections> |
| 95 | + <action selector="reverseListSortingAction:" destination="-1" eventType="primaryActionTriggered" id="pFj-w5-Hp2"/> |
| 96 | + </connections> |
| 97 | + </button> |
86 | 98 | </subviews> |
87 | 99 | <constraints> |
88 | 100 | <constraint firstItem="Wa3-IS-ztU" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="0ms-Lt-g1Q"/> |
|
105 | 117 | <image name="cone" width="143" height="158"/> |
106 | 118 | <image name="delete" width="24" height="24"/> |
107 | 119 | <image name="deleteImage" width="48" height="48"/> |
| 120 | + <image name="sortingImage" width="48" height="48"/> |
108 | 121 | </resources> |
109 | 122 | </document> |
0 commit comments