Interface.storyboard 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="8164.2" systemVersion="14E46" targetRuntime="watchKit" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="8Kw-Vw-M31">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8135.1"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="8083.2"/>
  6. </dependencies>
  7. <scenes>
  8. <!--nowPlaying-->
  9. <scene sceneID="5SR-5f-CHg">
  10. <objects>
  11. <controller identifier="nowPlaying" id="wXp-wP-Bbn" customClass="VLCNowPlayingInterfaceController">
  12. <items>
  13. <group width="1" height="1" heightAdjustment="-2" alignment="left" verticalAlignment="center" contentMode="scaleAspectFit" layout="vertical" id="q2L-GO-rtM">
  14. <items>
  15. <group width="1" height="1" heightAdjustment="-55" alignment="left" contentMode="scaleAspectFit" layout="vertical" id="z5I-mo-Bub">
  16. <items>
  17. <group width="1" height="45" alignment="center" verticalAlignment="center" spacing="0.0" id="R30-tL-swB">
  18. <items>
  19. <button alignment="center" verticalAlignment="center" accessibilityLabel="backward" id="D9t-yh-TGk">
  20. <group key="contentGroup" width="0.29999999999999999" height="1" alignment="left" backgroundImage="backward" contentMode="center" id="b6R-Z3-p9V"/>
  21. <connections>
  22. <action selector="skipBackward" destination="wXp-wP-Bbn" id="Int-qZ-fgC"/>
  23. </connections>
  24. </button>
  25. <button alignment="center" verticalAlignment="center" accessibilityLabel="play / pause" accessibilityHint="starts playing or pauses the current playback" id="3x6-ox-bnK">
  26. <group key="contentGroup" width="0.30000000000000004" height="1" alignment="left" backgroundImage="play" contentMode="center" id="4od-0P-P26"/>
  27. <connections>
  28. <action selector="playPausePressed" destination="wXp-wP-Bbn" id="Cl7-Q1-FND"/>
  29. </connections>
  30. </button>
  31. <button alignment="center" verticalAlignment="center" accessibilityLabel="forward" id="k1c-4V-CVV">
  32. <group key="contentGroup" width="0.29999999999999999" height="1" alignment="left" backgroundImage="forward" contentMode="center" id="DoH-0p-k2x"/>
  33. <connections>
  34. <action selector="skipForward" destination="wXp-wP-Bbn" id="gv7-b6-Btn"/>
  35. </connections>
  36. </button>
  37. </items>
  38. </group>
  39. </items>
  40. <variation key="device=watch42mm" heightAdjustment="-60"/>
  41. </group>
  42. <slider width="1" alignment="left" verticalAlignment="bottom" continuous="YES" value="0.5" steps="16" id="uYe-jt-MWv">
  43. <color key="color" red="1" green="0.50196081400000003" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  44. <connections>
  45. <action selector="volumeSliderChanged:" destination="wXp-wP-Bbn" id="QlO-NP-xGb"/>
  46. </connections>
  47. </slider>
  48. <group width="1" alignment="left" verticalAlignment="bottom" id="lds-Ir-4BZ">
  49. <items>
  50. <label width="100" alignment="left" verticalAlignment="bottom" text="title" id="gzb-lW-3d6">
  51. <fontDescription key="font" type="system" pointSize="14"/>
  52. </label>
  53. <label alignment="right" verticalAlignment="bottom" accessibilityLabel="playback duration" text="duration" id="YZ5-DZ-LtT">
  54. <color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
  55. <fontDescription key="font" style="UICTFontTextStyleFootnote"/>
  56. </label>
  57. </items>
  58. </group>
  59. </items>
  60. <edgeInsets key="margins" left="1" right="1" top="0.0" bottom="0.0"/>
  61. </group>
  62. <group width="1" height="2" alignment="left" verticalAlignment="bottom" radius="0.0" spacing="0.0" id="SBq-Xe-PWO" userLabel="progress Group">
  63. <color key="backgroundColor" red="0.92549019610000005" green="0.43529411759999997" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  64. </group>
  65. </items>
  66. <edgeInsets key="margins" left="0.0" right="0.0" top="0.0" bottom="0.0"/>
  67. <connections>
  68. <outlet property="durationLabel" destination="YZ5-DZ-LtT" id="Dh3-Vp-xzF"/>
  69. <outlet property="playElementsGroup" destination="q2L-GO-rtM" id="Fxc-ad-7r6"/>
  70. <outlet property="playPauseButton" destination="3x6-ox-bnK" id="AMc-Yd-Rbb"/>
  71. <outlet property="playPauseButtonGroup" destination="4od-0P-P26" id="9mH-eZ-YKp"/>
  72. <outlet property="progressObject" destination="SBq-Xe-PWO" id="0Cf-pw-QZe"/>
  73. <outlet property="skipBackwardButton" destination="D9t-yh-TGk" id="K0y-TI-Kit"/>
  74. <outlet property="skipForwardButton" destination="k1c-4V-CVV" id="BVN-sa-MUa"/>
  75. <outlet property="titleLabel" destination="gzb-lW-3d6" id="8MQ-Tj-6bC"/>
  76. <outlet property="volumeSlider" destination="uYe-jt-MWv" id="OQr-y7-imh"/>
  77. </connections>
  78. </controller>
  79. </objects>
  80. <point key="canvasLocation" x="373" y="483"/>
  81. </scene>
  82. <!--detailInfo-->
  83. <scene sceneID="Zh3-F7-pab">
  84. <objects>
  85. <controller identifier="detailInfo" id="hnG-Kr-aOH" customClass="VLCDetailInterfaceController">
  86. <items>
  87. <group width="1" height="100" alignment="left" layout="vertical" id="KLa-8Q-ZjO">
  88. <items>
  89. <group alignment="center" verticalAlignment="center" radius="20" id="cWe-n0-qzZ">
  90. <items>
  91. <button width="40" height="40" alignment="center" verticalAlignment="center" title="▶︎" enabled="NO" id="wQV-jM-QFL">
  92. <accessibilityTraits key="accessibilityTraits" button="YES" playsSound="YES"/>
  93. <color key="titleColor" red="0.92549019610000005" green="0.43529411759999997" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  94. <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.40000000000000002" colorSpace="calibratedRGB"/>
  95. <connections>
  96. <action selector="playNow" destination="hnG-Kr-aOH" id="C4n-rC-4JI"/>
  97. </connections>
  98. </button>
  99. </items>
  100. </group>
  101. </items>
  102. </group>
  103. <group width="1" height="2" alignment="left" verticalAlignment="center" radius="0.0" spacing="0.0" id="4lu-Rs-hJN" userLabel="progress Group">
  104. <color key="backgroundColor" red="0.92549019610000005" green="0.43529411759999997" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  105. </group>
  106. <label alignment="left" verticalAlignment="bottom" text="title" textAlignment="left" numberOfLines="0" id="mQk-aM-hhz">
  107. <fontDescription key="font" style="UICTFontTextStyleCaption1"/>
  108. </label>
  109. <group width="1" alignment="left" verticalAlignment="bottom" layout="vertical" id="8mT-uG-qbw">
  110. <items>
  111. <label alignment="left" verticalAlignment="bottom" text="duration" id="PK7-sh-qfO">
  112. <fontDescription key="font" type="italicSystem" pointSize="14"/>
  113. </label>
  114. </items>
  115. </group>
  116. </items>
  117. <connections>
  118. <outlet property="durationLabel" destination="PK7-sh-qfO" id="5qZ-4C-Ohl"/>
  119. <outlet property="group" destination="KLa-8Q-ZjO" id="KUP-in-n5M"/>
  120. <outlet property="playNowButton" destination="wQV-jM-QFL" id="c7X-No-nuA"/>
  121. <outlet property="progressObject" destination="4lu-Rs-hJN" id="wkt-PE-oqe"/>
  122. <outlet property="titleLabel" destination="mQk-aM-hhz" id="UfX-qP-U1h"/>
  123. </connections>
  124. </controller>
  125. </objects>
  126. <point key="canvasLocation" x="497" y="222"/>
  127. </scene>
  128. <!--tableViewController-->
  129. <scene sceneID="36c-U0-xsi">
  130. <objects>
  131. <controller identifier="tableViewController" id="8Kw-Vw-M31" customClass="VLCPlaylistInterfaceController">
  132. <items>
  133. <button width="1" alignment="left" title="︿" id="6Cs-sA-OnZ">
  134. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  135. <connections>
  136. <action selector="previousPagePressed" destination="8Kw-Vw-M31" id="Er3-bh-pa7"/>
  137. </connections>
  138. </button>
  139. <table alignment="left" id="DD3-78-CbV">
  140. <items>
  141. <tableRow identifier="mediaRow" id="j6m-XM-kdB" customClass="VLCRowController">
  142. <group key="rootItem" width="1" height="60" alignment="left" contentMode="scaleAspectFill" layout="vertical" radius="5" spacing="0.0" id="9aa-8p-fGY">
  143. <items>
  144. <group width="1" height="1" heightAdjustment="-2" alignment="left" contentMode="scaleAspectFill" layout="vertical" id="bb7-G9-ggT">
  145. <items>
  146. <label alignment="left" text="title" minimumScaleFactor="0.90000000000000002" id="UnX-S3-Jsk">
  147. <fontDescription key="font" style="UICTFontTextStyleCaption2"/>
  148. </label>
  149. </items>
  150. <edgeInsets key="margins" left="5" right="5" top="5" bottom="5"/>
  151. </group>
  152. <group width="1" widthAdjustment="11" height="2" alignment="left" verticalAlignment="bottom" radius="0.0" spacing="0.0" id="Jsb-rc-gPm" userLabel="progress Group">
  153. <color key="backgroundColor" red="0.92549019610000005" green="0.43529411759999997" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  154. </group>
  155. </items>
  156. <color key="backgroundColor" red="0.76862745099999996" green="0.74901960779999999" blue="0.75686274509999996" alpha="1" colorSpace="calibratedRGB"/>
  157. <edgeInsets key="margins" left="0.0" right="0.0" top="0.0" bottom="0.0"/>
  158. </group>
  159. <connections>
  160. <outlet property="group" destination="9aa-8p-fGY" id="rUd-O5-OJC"/>
  161. <outlet property="progressObject" destination="Jsb-rc-gPm" id="eAc-r5-ckq"/>
  162. <outlet property="titleLabel" destination="UnX-S3-Jsk" id="I1x-GA-6z1"/>
  163. </connections>
  164. </tableRow>
  165. </items>
  166. </table>
  167. <button width="1" alignment="left" title="﹀" id="N06-Yc-JEB">
  168. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  169. <connections>
  170. <action selector="nextPagePressed" destination="8Kw-Vw-M31" id="wr5-X0-iIi"/>
  171. </connections>
  172. </button>
  173. <group width="1" alignment="left" hidden="YES" layout="vertical" id="xpI-vG-uo1">
  174. <items>
  175. <imageView alignment="center" image="vlcCone" contentMode="scaleAspectFit" id="GuW-9p-Ed6"/>
  176. <label width="1" alignment="center" textAlignment="center" numberOfLines="0" id="FqM-Wy-AKa">
  177. <fontDescription key="font" style="UICTFontTextStyleHeadline"/>
  178. </label>
  179. </items>
  180. </group>
  181. </items>
  182. <connections>
  183. <outlet property="emptyLibraryGroup" destination="xpI-vG-uo1" id="d6N-Z8-GlC"/>
  184. <outlet property="emptyLibraryLabel" destination="FqM-Wy-AKa" id="iad-B7-MET"/>
  185. <outlet property="nextButton" destination="N06-Yc-JEB" id="yTF-m8-PND"/>
  186. <outlet property="previousButton" destination="6Cs-sA-OnZ" id="S0M-cO-f1H"/>
  187. <outlet property="table" destination="DD3-78-CbV" id="y6W-Wb-tgc"/>
  188. </connections>
  189. </controller>
  190. </objects>
  191. <point key="canvasLocation" x="221" y="216"/>
  192. </scene>
  193. </scenes>
  194. </document>