|
@@ -0,0 +1,150 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5037" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
|
|
|
+ <dependencies>
|
|
|
+ <deployment defaultVersion="1552" identifier="iOS"/>
|
|
|
+ <development version="5000" identifier="xcode"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
|
|
|
+ </dependencies>
|
|
|
+ <objects>
|
|
|
+ <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCDownloadViewController">
|
|
|
+ <connections>
|
|
|
+ <outlet property="activityIndicator" destination="91" id="92"/>
|
|
|
+ <outlet property="cancelButton" destination="86" id="89"/>
|
|
|
+ <outlet property="currentDownloadLabel" destination="84" id="88"/>
|
|
|
+ <outlet property="downloadButton" destination="EPu-Ev-iiG" id="rYp-Hq-sxv"/>
|
|
|
+ <outlet property="downloadsTable" destination="69" id="75"/>
|
|
|
+ <outlet property="progressContainer" destination="79" id="ziD-8V-J9W"/>
|
|
|
+ <outlet property="progressPercent" destination="99" id="pd3-iz-W06"/>
|
|
|
+ <outlet property="progressView" destination="85" id="87"/>
|
|
|
+ <outlet property="speedRate" destination="97" id="101"/>
|
|
|
+ <outlet property="timeDL" destination="98" id="102"/>
|
|
|
+ <outlet property="urlField" destination="yZ7-sQ-cbO" id="LWG-k2-ITS"/>
|
|
|
+ <outlet property="view" destination="1" id="3"/>
|
|
|
+ <outlet property="whatToDownloadHelpLabel" destination="95" id="96"/>
|
|
|
+ </connections>
|
|
|
+ </placeholder>
|
|
|
+ <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
|
+ <view contentMode="scaleToFill" id="1">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="320" height="383"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <view contentMode="scaleToFill" id="68">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="320" height="130"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Enter any HTTP address to download the file to your $DEVICE." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="9" id="95">
|
|
|
+ <rect key="frame" x="0.0" y="80" width="320" height="50"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
+ <color key="textColor" red="0.74659199620000005" green="0.74659199620000005" blue="0.74659199620000005" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <textField clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="http://myserver.com/file.mkv" textAlignment="center" minimumFontSize="17" clearButtonMode="unlessEditing" id="yZ7-sQ-cbO">
|
|
|
+ <rect key="frame" x="0.0" y="4" width="320" height="31"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" red="0.28627450980000002" green="0.28627450980000002" blue="0.28627450980000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
+ <textInputTraits key="textInputTraits" autocorrectionType="no"/>
|
|
|
+ </textField>
|
|
|
+ <button contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="EPu-Ev-iiG">
|
|
|
+ <rect key="frame" x="0.0" y="40" width="320" height="40"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
+ <state key="normal" title="Télécharger"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="downloadAction:" destination="-1" eventType="touchUpInside" id="I6C-sq-fVW"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
+ </view>
|
|
|
+ <view contentMode="scaleToFill" id="79">
|
|
|
+ <rect key="frame" x="0.0" y="133" width="320" height="90"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Current Download.mpg" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="84">
|
|
|
+ <rect key="frame" x="11" y="9" width="280" height="17"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
+ <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <progressView contentMode="scaleToFill" progress="0.5" id="85">
|
|
|
+ <rect key="frame" x="11" y="63" width="299" height="2"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ </progressView>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="86">
|
|
|
+ <rect key="frame" x="284" y="5" width="29" height="31"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
+ <state key="normal" image="flatDeleteButton.png">
|
|
|
+ <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ </state>
|
|
|
+ <state key="highlighted">
|
|
|
+ <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ </state>
|
|
|
+ <connections>
|
|
|
+ <action selector="cancelDownload:" destination="-1" eventType="touchUpInside" id="90"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <activityIndicatorView userInteractionEnabled="NO" contentMode="scaleToFill" hidesWhenStopped="YES" style="whiteLarge" id="91">
|
|
|
+ <rect key="frame" x="142" y="26" width="37" height="37"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ </activityIndicatorView>
|
|
|
+ <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="0 Kb/s" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="97">
|
|
|
+ <rect key="frame" x="11" y="40" width="95" height="15"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
+ <color key="textColor" name="secondarySelectedControlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="00:00:00" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="98">
|
|
|
+ <rect key="frame" x="234" y="40" width="66" height="15"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
+ <color key="textColor" name="secondarySelectedControlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="0%" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="99">
|
|
|
+ <rect key="frame" x="132" y="40" width="56" height="15"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
+ <color key="textColor" name="secondarySelectedControlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
+ </view>
|
|
|
+ <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsVerticalScrollIndicator="NO" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="69">
|
|
|
+ <rect key="frame" x="0.0" y="226" width="320" height="157"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <color key="separatorColor" white="0.0" alpha="0.60999999999999999" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
|
+ <color key="sectionIndexBackgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <color key="sectionIndexTrackingBackgroundColor" red="0.30689102410000002" green="0.30688184499999999" blue="0.3068870306" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <connections>
|
|
|
+ <outlet property="dataSource" destination="-1" id="93"/>
|
|
|
+ <outlet property="delegate" destination="-1" id="94"/>
|
|
|
+ </connections>
|
|
|
+ </tableView>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
+ </view>
|
|
|
+ </objects>
|
|
|
+ <resources>
|
|
|
+ <image name="flatDeleteButton.png" width="22" height="22"/>
|
|
|
+ </resources>
|
|
|
+</document>
|