PlaybackSpeedView.xib 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="14460.20"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PlaybackSpeedView" customModule="VLC" customModuleProvider="target">
  14. <connections>
  15. <outlet property="audioDelayIndicator" destination="7Ll-yU-MYC" id="GHm-dx-K0U"/>
  16. <outlet property="audioDelayLabel" destination="hdg-PF-74y" id="eed-3i-thi"/>
  17. <outlet property="audioDelaySlider" destination="hjh-be-2Cl" id="TZX-6Y-jZD"/>
  18. <outlet property="playbackSpeedIndicator" destination="Eii-kE-m3f" id="moH-XM-G5e"/>
  19. <outlet property="playbackSpeedLabel" destination="kWD-cm-oD6" id="Okv-Hx-cbT"/>
  20. <outlet property="playbackSpeedSlider" destination="j8Y-sC-HfA" id="7gJ-lC-weR"/>
  21. <outlet property="sleepTimerButton" destination="80P-10-eTo" id="QA0-Ie-vVE"/>
  22. <outlet property="spuDelayIndicator" destination="sc2-l1-qRC" id="q4Y-ec-oqM"/>
  23. <outlet property="spuDelayLabel" destination="gIj-zk-5bi" id="Gr6-Jy-3sL"/>
  24. <outlet property="spuDelaySlider" destination="VDI-ql-vCO" id="3Hm-Qg-DNZ"/>
  25. </connections>
  26. </placeholder>
  27. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  28. <view contentMode="scaleToFill" id="ori-Bs-ouD" userLabel="playbackSpeedView" customClass="PlaybackSpeedView" customModule="VLC" customModuleProvider="target">
  29. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  30. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  31. <subviews>
  32. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="TAe-Ad-Ihk">
  33. <rect key="frame" x="10" y="30" width="355" height="627"/>
  34. <subviews>
  35. <stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jwI-2J-crS">
  36. <rect key="frame" x="0.0" y="0.0" width="355" height="89.5"/>
  37. <subviews>
  38. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Audio delay" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hdg-PF-74y">
  39. <rect key="frame" x="0.0" y="0.0" width="325" height="89.5"/>
  40. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  41. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. <nil key="highlightedColor"/>
  43. </label>
  44. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" text="0 ms" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7Ll-yU-MYC">
  45. <rect key="frame" x="325" y="0.0" width="30" height="89.5"/>
  46. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  47. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  48. <nil key="highlightedColor"/>
  49. </label>
  50. </subviews>
  51. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  52. </stackView>
  53. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-5000" maxValue="5000" translatesAutoresizingMaskIntoConstraints="NO" id="hjh-be-2Cl" customClass="VLCResettingSlider">
  54. <rect key="frame" x="-2" y="89.5" width="359" height="90.5"/>
  55. <userDefinedRuntimeAttributes>
  56. <userDefinedRuntimeAttribute type="boolean" keyPath="resetOnDoubleTap" value="YES"/>
  57. <userDefinedRuntimeAttribute type="number" keyPath="defaultValue">
  58. <real key="value" value="0.0"/>
  59. </userDefinedRuntimeAttribute>
  60. </userDefinedRuntimeAttributes>
  61. <connections>
  62. <action selector="playbackSliderActionWithSender:" destination="-1" eventType="valueChanged" id="eii-4j-Xu5"/>
  63. </connections>
  64. </slider>
  65. <stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2jk-tN-sXB">
  66. <rect key="frame" x="0.0" y="179" width="355" height="89.5"/>
  67. <subviews>
  68. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Subtitles delay" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gIj-zk-5bi">
  69. <rect key="frame" x="0.0" y="0.0" width="325" height="89.5"/>
  70. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  71. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  72. <nil key="highlightedColor"/>
  73. </label>
  74. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" text="0 ms" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sc2-l1-qRC">
  75. <rect key="frame" x="325" y="0.0" width="30" height="89.5"/>
  76. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  77. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  78. <nil key="highlightedColor"/>
  79. </label>
  80. </subviews>
  81. </stackView>
  82. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-5000" maxValue="5000" translatesAutoresizingMaskIntoConstraints="NO" id="VDI-ql-vCO" customClass="VLCResettingSlider">
  83. <rect key="frame" x="-2" y="268.5" width="359" height="91"/>
  84. <userDefinedRuntimeAttributes>
  85. <userDefinedRuntimeAttribute type="boolean" keyPath="resetOnDoubleTap" value="YES"/>
  86. <userDefinedRuntimeAttribute type="number" keyPath="defaultValue">
  87. <real key="value" value="0.0"/>
  88. </userDefinedRuntimeAttribute>
  89. </userDefinedRuntimeAttributes>
  90. <connections>
  91. <action selector="playbackSliderActionWithSender:" destination="-1" eventType="valueChanged" id="2ys-wq-QSh"/>
  92. </connections>
  93. </slider>
  94. <stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TKK-I2-86j">
  95. <rect key="frame" x="0.0" y="358.5" width="355" height="89.5"/>
  96. <subviews>
  97. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Playback speed" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kWD-cm-oD6">
  98. <rect key="frame" x="0.0" y="0.0" width="323" height="89.5"/>
  99. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  100. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  101. <nil key="highlightedColor"/>
  102. </label>
  103. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" text="1.00x" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Eii-kE-m3f">
  104. <rect key="frame" x="323" y="0.0" width="32" height="89.5"/>
  105. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  106. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  107. <nil key="highlightedColor"/>
  108. </label>
  109. </subviews>
  110. </stackView>
  111. <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="-2" maxValue="2" translatesAutoresizingMaskIntoConstraints="NO" id="j8Y-sC-HfA" customClass="VLCResettingSlider">
  112. <rect key="frame" x="-2" y="448" width="359" height="90.5"/>
  113. <userDefinedRuntimeAttributes>
  114. <userDefinedRuntimeAttribute type="boolean" keyPath="resetOnDoubleTap" value="YES"/>
  115. <userDefinedRuntimeAttribute type="number" keyPath="defaultValue">
  116. <real key="value" value="0.0"/>
  117. </userDefinedRuntimeAttribute>
  118. </userDefinedRuntimeAttributes>
  119. <connections>
  120. <action selector="playbackSliderActionWithSender:" destination="-1" eventType="valueChanged" id="j8M-vR-uJg"/>
  121. </connections>
  122. </slider>
  123. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="80P-10-eTo">
  124. <rect key="frame" x="0.0" y="537.5" width="355" height="89.5"/>
  125. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  126. <state key="normal" title="Sleep Timer">
  127. <color key="titleColor" red="1" green="1" blue="1" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
  128. <color key="titleShadowColor" red="0.43529411759999997" green="0.4431372549" blue="0.47450980390000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  129. </state>
  130. <connections>
  131. <action selector="sleepTimerWithSender:" destination="-1" eventType="touchUpInside" id="de9-vr-VCB"/>
  132. </connections>
  133. </button>
  134. </subviews>
  135. </stackView>
  136. </subviews>
  137. <constraints>
  138. <constraint firstItem="TAe-Ad-Ihk" firstAttribute="trailing" secondItem="N7w-nS-oNM" secondAttribute="trailing" constant="-10" id="3Op-p5-JWb"/>
  139. <constraint firstItem="N7w-nS-oNM" firstAttribute="bottom" secondItem="TAe-Ad-Ihk" secondAttribute="bottom" constant="10" id="9IK-VO-ZmF"/>
  140. <constraint firstItem="TAe-Ad-Ihk" firstAttribute="top" secondItem="N7w-nS-oNM" secondAttribute="top" constant="10" id="WEc-CL-mXb"/>
  141. <constraint firstItem="TAe-Ad-Ihk" firstAttribute="leading" secondItem="N7w-nS-oNM" secondAttribute="leading" constant="10" id="oVb-8b-1Vu"/>
  142. </constraints>
  143. <viewLayoutGuide key="safeArea" id="N7w-nS-oNM"/>
  144. <connections>
  145. <outlet property="audioDelayLabel" destination="hdg-PF-74y" id="PUu-UB-u9u"/>
  146. <outlet property="audioDelaySlider" destination="hjh-be-2Cl" id="ZLg-nb-d4X"/>
  147. <outlet property="playbackSpeedIndicator" destination="Eii-kE-m3f" id="fJW-7H-MmK"/>
  148. <outlet property="playbackSpeedLabel" destination="kWD-cm-oD6" id="oLM-sD-QWU"/>
  149. <outlet property="playbackSpeedSlider" destination="j8Y-sC-HfA" id="LIO-kU-QgG"/>
  150. <outlet property="sleepTimerButton" destination="80P-10-eTo" id="47c-uI-2yI"/>
  151. <outlet property="spuDelayIndicator" destination="sc2-l1-qRC" id="mNW-LB-O5n"/>
  152. <outlet property="spuDelayLabel" destination="gIj-zk-5bi" id="BtB-Nm-NBj"/>
  153. <outlet property="spuDelaySlider" destination="VDI-ql-vCO" id="usr-lC-Vdz"/>
  154. </connections>
  155. <point key="canvasLocation" x="70" y="49"/>
  156. </view>
  157. </objects>
  158. </document>