VLCDownloadViewController.xib 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCDownloadViewController">
  13. <connections>
  14. <outlet property="activityIndicator" destination="91" id="92"/>
  15. <outlet property="cancelButton" destination="86" id="89"/>
  16. <outlet property="currentDownloadLabel" destination="84" id="88"/>
  17. <outlet property="downloadButton" destination="EPu-Ev-iiG" id="rYp-Hq-sxv"/>
  18. <outlet property="downloadsTable" destination="69" id="75"/>
  19. <outlet property="progressContainer" destination="79" id="ziD-8V-J9W"/>
  20. <outlet property="progressPercent" destination="99" id="pd3-iz-W06"/>
  21. <outlet property="progressView" destination="85" id="87"/>
  22. <outlet property="speedRate" destination="97" id="101"/>
  23. <outlet property="timeDL" destination="98" id="102"/>
  24. <outlet property="urlField" destination="yZ7-sQ-cbO" id="LWG-k2-ITS"/>
  25. <outlet property="view" destination="1" id="3"/>
  26. <outlet property="whatToDownloadHelpLabel" destination="95" id="96"/>
  27. </connections>
  28. </placeholder>
  29. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  30. <view contentMode="scaleToFill" id="1">
  31. <rect key="frame" x="0.0" y="0.0" width="320" height="383"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  33. <subviews>
  34. <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" translatesAutoresizingMaskIntoConstraints="NO" id="95">
  35. <rect key="frame" x="0.0" y="87" width="320" height="38"/>
  36. <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  37. <constraints>
  38. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="38" id="vRA-2f-jer"/>
  39. </constraints>
  40. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  41. <color key="textColor" red="0.74659199620000005" green="0.74659199620000005" blue="0.74659199620000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. <nil key="highlightedColor"/>
  43. </label>
  44. <textField clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="center" minimumFontSize="17" clearButtonMode="unlessEditing" translatesAutoresizingMaskIntoConstraints="NO" id="yZ7-sQ-cbO">
  45. <rect key="frame" x="0.0" y="8" width="320" height="31"/>
  46. <color key="backgroundColor" red="0.28627450980000002" green="0.28627450980000002" blue="0.28627450980000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  47. <constraints>
  48. <constraint firstAttribute="height" constant="31" id="BrP-Ow-0Rv"/>
  49. </constraints>
  50. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  51. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  52. <textInputTraits key="textInputTraits" autocorrectionType="no" keyboardAppearance="alert"/>
  53. </textField>
  54. <button contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EPu-Ev-iiG">
  55. <rect key="frame" x="0.0" y="43" width="320" height="40"/>
  56. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  57. <constraints>
  58. <constraint firstAttribute="height" constant="40" id="paf-BZ-9vp"/>
  59. </constraints>
  60. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  61. <state key="normal" title="Télécharger"/>
  62. <connections>
  63. <action selector="downloadAction:" destination="-1" eventType="touchUpInside" id="I6C-sq-fVW"/>
  64. </connections>
  65. </button>
  66. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="79">
  67. <rect key="frame" x="0.0" y="129" width="320" height="90"/>
  68. <subviews>
  69. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Current Download.mpg" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="84">
  70. <rect key="frame" x="11" y="11" width="150" height="17"/>
  71. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  72. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  73. <color key="textColor" red="0.72000002861022949" green="0.72000002861022949" blue="0.72000002861022949" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  74. <nil key="highlightedColor"/>
  75. </label>
  76. <progressView contentMode="scaleToFill" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="85">
  77. <rect key="frame" x="11" y="73" width="298" height="2"/>
  78. <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  79. <constraints>
  80. <constraint firstAttribute="height" constant="2" id="Jeu-jw-vzk"/>
  81. </constraints>
  82. </progressView>
  83. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="86">
  84. <rect key="frame" x="290" y="8" width="22" height="22"/>
  85. <constraints>
  86. <constraint firstAttribute="height" relation="lessThanOrEqual" constant="31" id="VHL-kj-SOm"/>
  87. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="29" id="zTY-if-NSJ"/>
  88. </constraints>
  89. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  90. <state key="normal" image="flatDeleteButton.png">
  91. <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  92. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  93. </state>
  94. <state key="highlighted">
  95. <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  96. </state>
  97. <connections>
  98. <action selector="cancelDownload:" destination="-1" eventType="touchUpInside" id="90"/>
  99. </connections>
  100. </button>
  101. <activityIndicatorView hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" fixedFrame="YES" hidesWhenStopped="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="91">
  102. <rect key="frame" x="0.0" y="-129" width="37" height="37"/>
  103. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  104. <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  105. </activityIndicatorView>
  106. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="0 Kb/s" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="97">
  107. <rect key="frame" x="11" y="48" width="42" height="17"/>
  108. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  109. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  110. <color key="textColor" red="0.79277843236923218" green="0.79277843236923218" blue="0.79277843236923218" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  111. <nil key="highlightedColor"/>
  112. </label>
  113. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="00:00:00" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="98">
  114. <rect key="frame" x="248.5" y="48" width="60.5" height="17"/>
  115. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  116. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  117. <color key="textColor" red="0.79277843236923218" green="0.79277843236923218" blue="0.79277843236923218" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  118. <nil key="highlightedColor"/>
  119. </label>
  120. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="0%" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="99">
  121. <rect key="frame" x="150" y="48" width="20" height="17"/>
  122. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  123. <constraints>
  124. <constraint firstAttribute="height" constant="17" id="0Fp-ES-zmf"/>
  125. </constraints>
  126. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  127. <color key="textColor" red="0.79277843236923218" green="0.79277843236923218" blue="0.79277843236923218" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  128. <nil key="highlightedColor"/>
  129. </label>
  130. </subviews>
  131. <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  132. <constraints>
  133. <constraint firstAttribute="bottom" secondItem="85" secondAttribute="bottom" constant="15" id="1Ms-oP-nb3"/>
  134. <constraint firstItem="85" firstAttribute="top" secondItem="98" secondAttribute="bottom" constant="8" id="5m8-CM-by5"/>
  135. <constraint firstItem="99" firstAttribute="centerY" secondItem="79" secondAttribute="centerY" id="7wY-Lf-WPo"/>
  136. <constraint firstAttribute="trailing" secondItem="98" secondAttribute="trailing" constant="11" id="8Rd-M0-M6p"/>
  137. <constraint firstAttribute="height" constant="90" id="Idg-1Y-u4p"/>
  138. <constraint firstAttribute="trailing" secondItem="85" secondAttribute="trailing" constant="11" id="Sfe-E3-mzB"/>
  139. <constraint firstItem="85" firstAttribute="top" secondItem="97" secondAttribute="bottom" constant="8" id="TBq-8t-Hfi"/>
  140. <constraint firstItem="86" firstAttribute="top" secondItem="79" secondAttribute="top" constant="8" id="UV9-gt-jFK"/>
  141. <constraint firstItem="85" firstAttribute="top" secondItem="99" secondAttribute="bottom" constant="8" id="Wer-cE-ybK"/>
  142. <constraint firstItem="85" firstAttribute="leading" secondItem="79" secondAttribute="leading" constant="11" id="iI8-x5-MJB"/>
  143. <constraint firstItem="84" firstAttribute="top" secondItem="79" secondAttribute="top" constant="11" id="lbf-s9-EBt"/>
  144. <constraint firstItem="99" firstAttribute="centerX" secondItem="79" secondAttribute="centerX" id="nUA-bQ-j3U"/>
  145. <constraint firstItem="97" firstAttribute="leading" secondItem="79" secondAttribute="leading" constant="11" id="rbg-Ij-juR"/>
  146. <constraint firstAttribute="trailing" secondItem="86" secondAttribute="trailing" constant="8" id="vvG-NR-Wrz"/>
  147. <constraint firstItem="84" firstAttribute="leading" secondItem="79" secondAttribute="leading" constant="11" id="x9h-M2-h3C"/>
  148. </constraints>
  149. </view>
  150. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsVerticalScrollIndicator="NO" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="69">
  151. <rect key="frame" x="0.0" y="223" width="320" height="160"/>
  152. <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  153. <color key="separatorColor" red="0.0" green="0.0" blue="0.0" alpha="0.60999999999999999" colorSpace="custom" customColorSpace="sRGB"/>
  154. <color key="sectionIndexBackgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  155. <color key="sectionIndexTrackingBackgroundColor" red="0.30689102410000002" green="0.30688184499999999" blue="0.3068870306" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  156. <connections>
  157. <outlet property="dataSource" destination="-1" id="93"/>
  158. <outlet property="delegate" destination="-1" id="94"/>
  159. </connections>
  160. </tableView>
  161. </subviews>
  162. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  163. <constraints>
  164. <constraint firstAttribute="trailing" secondItem="yZ7-sQ-cbO" secondAttribute="trailing" id="6xO-qL-QAy"/>
  165. <constraint firstItem="yZ7-sQ-cbO" firstAttribute="leading" secondItem="1" secondAttribute="leading" id="Dnj-BX-p5y"/>
  166. <constraint firstItem="79" firstAttribute="leading" secondItem="1" secondAttribute="leading" id="JGX-bO-IIX"/>
  167. <constraint firstItem="95" firstAttribute="top" secondItem="EPu-Ev-iiG" secondAttribute="bottom" constant="4" id="NjI-xZ-uzl"/>
  168. <constraint firstAttribute="trailing" secondItem="EPu-Ev-iiG" secondAttribute="trailing" id="Puk-HT-ijh"/>
  169. <constraint firstItem="EPu-Ev-iiG" firstAttribute="leading" secondItem="1" secondAttribute="leading" id="Q2z-VX-R0v"/>
  170. <constraint firstItem="yZ7-sQ-cbO" firstAttribute="top" secondItem="1" secondAttribute="top" constant="8" id="UxY-8X-Sdz"/>
  171. <constraint firstAttribute="bottom" secondItem="69" secondAttribute="bottom" id="X98-1t-ymz"/>
  172. <constraint firstAttribute="trailing" secondItem="69" secondAttribute="trailing" id="Zir-kN-H73"/>
  173. <constraint firstItem="95" firstAttribute="leading" secondItem="1" secondAttribute="leading" id="gRe-1y-HAi"/>
  174. <constraint firstItem="EPu-Ev-iiG" firstAttribute="top" secondItem="yZ7-sQ-cbO" secondAttribute="bottom" constant="4" id="nZf-TX-blD"/>
  175. <constraint firstAttribute="trailing" secondItem="95" secondAttribute="trailing" id="q1a-Ic-6gE"/>
  176. <constraint firstAttribute="trailing" secondItem="79" secondAttribute="trailing" id="wgI-kp-5Ll"/>
  177. <constraint firstItem="69" firstAttribute="top" secondItem="79" secondAttribute="bottom" constant="4" id="yW6-Of-qGx"/>
  178. <constraint firstItem="69" firstAttribute="leading" secondItem="1" secondAttribute="leading" id="ygD-J8-Mio"/>
  179. <constraint firstItem="79" firstAttribute="top" secondItem="95" secondAttribute="bottom" constant="4" id="zq6-k5-61K"/>
  180. </constraints>
  181. <nil key="simulatedStatusBarMetrics"/>
  182. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  183. <point key="canvasLocation" x="362" y="298.5"/>
  184. </view>
  185. </objects>
  186. <resources>
  187. <image name="flatDeleteButton.png" width="22" height="22"/>
  188. </resources>
  189. </document>