|
@@ -1,9 +1,9 @@
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="5053" systemVersion="12F45" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="6249" systemVersion="14A379a" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
|
|
|
<dependencies>
|
|
|
- <deployment defaultVersion="1552" identifier="iOS"/>
|
|
|
- <development version="5000" identifier="xcode"/>
|
|
|
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
|
|
|
+ <deployment identifier="iOS"/>
|
|
|
+ <development version="5100" identifier="xcode"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6243"/>
|
|
|
</dependencies>
|
|
|
<objects>
|
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCMovieViewController">
|
|
@@ -12,6 +12,9 @@
|
|
|
<outlet property="artistNameLabel" destination="303" id="306"/>
|
|
|
<outlet property="artworkImageView" destination="g3j-bZ-K3S" id="fPn-6f-Kez"/>
|
|
|
<outlet property="aspectRatioButton" destination="198" id="229"/>
|
|
|
+ <outlet property="audioDelayIndicator" destination="FYO-Rd-Vjg" id="FVE-DI-BJ2"/>
|
|
|
+ <outlet property="audioDelayLabel" destination="bQc-dz-mB8" id="69P-Q3-3l3"/>
|
|
|
+ <outlet property="audioDelaySlider" destination="ahb-li-nqH" id="tQp-Zu-Sqd"/>
|
|
|
<outlet property="audioSwitcherButton" destination="277" id="292"/>
|
|
|
<outlet property="backButton" destination="102" id="111"/>
|
|
|
<outlet property="brightnessLabel" destination="148" id="165"/>
|
|
@@ -43,6 +46,9 @@
|
|
|
<outlet property="saturationSlider" destination="149" id="168"/>
|
|
|
<outlet property="scrubHelpLabel" destination="243" id="247"/>
|
|
|
<outlet property="scrubIndicatorView" destination="242" id="245"/>
|
|
|
+ <outlet property="spuDelayIndicator" destination="cTE-tb-Z89" id="Ll9-wY-xca"/>
|
|
|
+ <outlet property="spuDelayLabel" destination="NX8-Zc-K6Y" id="WLd-cA-fUn"/>
|
|
|
+ <outlet property="spuDelaySlider" destination="juX-HR-PqD" id="x4D-ki-Lwk"/>
|
|
|
<outlet property="statusLabel" destination="205" id="206"/>
|
|
|
<outlet property="subtitleContainer" destination="dvM-AB-hFc" id="5hO-zx-4tG"/>
|
|
|
<outlet property="subtitleSwitcherButton" destination="273" id="288"/>
|
|
@@ -112,6 +118,7 @@
|
|
|
</button>
|
|
|
</subviews>
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
+ <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
</view>
|
|
|
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="8">
|
|
|
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
|
|
@@ -185,6 +192,75 @@
|
|
|
</subviews>
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.60999999999999999" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
|
</view>
|
|
|
+ <view contentMode="scaleToFill" id="176" userLabel="Controls panel" customClass="VLCFrostedGlasView">
|
|
|
+ <rect key="frame" x="123" y="849" width="320" height="122"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Audio delay" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="bQc-dz-mB8">
|
|
|
+ <rect key="frame" x="20" y="6" width="280" height="21"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-30" maxValue="30" id="ahb-li-nqH" customClass="VLCSlider">
|
|
|
+ <rect key="frame" x="18" y="20" width="284" height="29"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="playbackSliderAction:" destination="-1" eventType="valueChanged" id="MB1-sB-W8m"/>
|
|
|
+ </connections>
|
|
|
+ </slider>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="1.00x" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="FYO-Rd-Vjg">
|
|
|
+ <rect key="frame" x="20" y="6" width="280" height="21"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Subtitles delay" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="NX8-Zc-K6Y">
|
|
|
+ <rect key="frame" x="20" y="43" width="280" height="21"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-30" maxValue="30" id="juX-HR-PqD" customClass="VLCSlider">
|
|
|
+ <rect key="frame" x="18" y="57" width="284" height="29"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="playbackSliderAction:" destination="-1" eventType="valueChanged" id="acG-8w-Mgd"/>
|
|
|
+ </connections>
|
|
|
+ </slider>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="1.00x" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="cTE-tb-Z89">
|
|
|
+ <rect key="frame" x="20" y="43" width="280" height="21"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Playback speed" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="181">
|
|
|
+ <rect key="frame" x="20" y="81" width="280" height="21"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-34" maxValue="34" id="180" customClass="VLCSlider">
|
|
|
+ <rect key="frame" x="18" y="95" width="284" height="29"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="playbackSliderAction:" destination="-1" eventType="valueChanged" id="4Xo-T4-hPJ"/>
|
|
|
+ </connections>
|
|
|
+ </slider>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="1.00x" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="179">
|
|
|
+ <rect key="frame" x="20" y="81" width="280" height="21"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ </subviews>
|
|
|
+ </view>
|
|
|
<view hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" id="123" userLabel="Playing Externally View">
|
|
|
<rect key="frame" x="184" y="312" width="400" height="400"/>
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
|
|
@@ -212,33 +288,6 @@
|
|
|
</subviews>
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
</view>
|
|
|
- <view contentMode="scaleToFill" id="176" userLabel="Controls panel" customClass="VLCFrostedGlasView">
|
|
|
- <rect key="frame" x="224" y="928" width="320" height="46"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
- <subviews>
|
|
|
- <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-34" maxValue="34" id="180" customClass="VLCSlider">
|
|
|
- <rect key="frame" x="18" y="19" width="284" height="29"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <connections>
|
|
|
- <action selector="playbackSpeedSliderAction:" destination="-1" eventType="valueChanged" id="192"/>
|
|
|
- </connections>
|
|
|
- </slider>
|
|
|
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Playback speed" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="181">
|
|
|
- <rect key="frame" x="20" y="5" width="280" height="21"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <nil key="highlightedColor"/>
|
|
|
- </label>
|
|
|
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="1.00x" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="179">
|
|
|
- <rect key="frame" x="20" y="5" width="280" height="21"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <nil key="highlightedColor"/>
|
|
|
- </label>
|
|
|
- </subviews>
|
|
|
- </view>
|
|
|
<label hidden="YES" opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Status Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="205" customClass="VLCStatusLabel">
|
|
|
<rect key="frame" x="224" y="799" width="320" height="21"/>
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
@@ -499,6 +548,7 @@
|
|
|
</subviews>
|
|
|
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="blackOpaque"/>
|
|
|
+ <simulatedScreenMetrics key="simulatedDestinationMetrics"/>
|
|
|
</view>
|
|
|
</objects>
|
|
|
<resources>
|
|
@@ -514,4 +564,9 @@
|
|
|
<image name="subtitleIcon.png" width="19" height="19"/>
|
|
|
<image name="videoEffectsIcon.png" width="21" height="21"/>
|
|
|
</resources>
|
|
|
+ <simulatedMetricsContainer key="defaultSimulatedMetrics">
|
|
|
+ <simulatedStatusBarMetrics key="statusBar"/>
|
|
|
+ <simulatedOrientationMetrics key="orientation"/>
|
|
|
+ <simulatedScreenMetrics key="destination"/>
|
|
|
+ </simulatedMetricsContainer>
|
|
|
</document>
|