Interface.storyboard 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="7528.3" systemVersion="14C1514" targetRuntime="watchKit" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="AgC-eL-Hgc">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7518.3"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="3737"/>
  6. </dependencies>
  7. <scenes>
  8. <!--Interface Controller-->
  9. <scene sceneID="aou-V4-d1y">
  10. <objects>
  11. <controller id="AgC-eL-Hgc" customClass="InterfaceController">
  12. <items>
  13. <table alignment="left" id="lC4-Vd-sgP">
  14. <items>
  15. <tableRow identifier="mediaRow" id="QhF-se-FCS" customClass="VLCRowController">
  16. <group key="rootItem" width="1" height="0.0" alignment="left" contentMode="scaleAspectFill" layout="vertical" id="IQK-uE-8Jr">
  17. <items>
  18. <label alignment="left" text="title" numberOfLines="0" minimumScaleFactor="0.90000000000000002" id="bUB-PE-2P0"/>
  19. <label alignment="left" text="duration" id="mQo-qf-FiK"/>
  20. </items>
  21. </group>
  22. <connections>
  23. <outlet property="durationLabel" destination="mQo-qf-FiK" id="eSs-eG-afe"/>
  24. <outlet property="group" destination="IQK-uE-8Jr" id="AMK-in-WKm"/>
  25. <outlet property="titleLabel" destination="bUB-PE-2P0" id="U07-pL-M8k"/>
  26. </connections>
  27. </tableRow>
  28. </items>
  29. </table>
  30. </items>
  31. <connections>
  32. <outlet property="table" destination="lC4-Vd-sgP" id="mxe-b7-XMx"/>
  33. </connections>
  34. </controller>
  35. </objects>
  36. <point key="canvasLocation" x="221" y="216"/>
  37. </scene>
  38. <!--Detail-->
  39. <scene sceneID="ssu-GA-ce6">
  40. <objects>
  41. <controller identifier="detailInfo" title="Detail" id="iqo-j9-nlr" customClass="VLCDetailInterfaceController">
  42. <items>
  43. <imageView alignment="left" contentMode="scaleAspectFit" id="TPb-N9-Qms"/>
  44. <label alignment="left" text="title" textAlignment="left" numberOfLines="0" id="0av-IS-YI5"/>
  45. <label alignment="left" text="duration" id="eqY-Zs-PAu"/>
  46. <label alignment="left" hidden="YES" text="???" id="l0f-Nd-PHT"/>
  47. <button width="1" alignment="left" title="Play Now" enabled="NO" id="4LT-2D-Zeq">
  48. <connections>
  49. <action selector="playNow" destination="iqo-j9-nlr" id="y9K-R2-er7"/>
  50. </connections>
  51. </button>
  52. </items>
  53. <connections>
  54. <outlet property="durationLabel" destination="eqY-Zs-PAu" id="ttj-gB-C2S"/>
  55. <outlet property="imageView" destination="TPb-N9-Qms" id="epU-Re-hBk"/>
  56. <outlet property="playNowButton" destination="4LT-2D-Zeq" id="d2T-jc-gAb"/>
  57. <outlet property="titleLabel" destination="0av-IS-YI5" id="vEh-KH-Vt5"/>
  58. </connections>
  59. </controller>
  60. </objects>
  61. <point key="canvasLocation" x="497" y="222"/>
  62. </scene>
  63. <!--Playing-->
  64. <scene sceneID="NHj-Mq-ifc">
  65. <objects>
  66. <controller identifier="nowPlaying" title="Playing" id="Mzo-Y8-gdK" customClass="VLCNowPlayingInterfaceController">
  67. <items>
  68. <label alignment="left" accessibilityLabel="title" text="title" textAlignment="left" numberOfLines="0" id="H58-Y8-Tbc"/>
  69. <label alignment="left" accessibilityLabel="playback duration" text="duration" id="D0h-cq-wsv"/>
  70. <button width="1" alignment="left" accessibilityLabel="play / pause" accessibilityHint="starts playing or pauses the current playback" title="playpause" id="BAZ-aC-ETt">
  71. <connections>
  72. <action selector="playPausePressed" destination="Mzo-Y8-gdK" id="6p8-JZ-0Gh"/>
  73. </connections>
  74. </button>
  75. <group width="1" alignment="left" id="uwS-0S-Ag2">
  76. <items>
  77. <button width="0.5" alignment="left" accessibilityLabel="backward" title="&lt;&lt;" id="uKa-8V-C8x">
  78. <connections>
  79. <action selector="skipBackward" destination="Mzo-Y8-gdK" id="aP1-vb-XwF"/>
  80. </connections>
  81. </button>
  82. <button width="0.5" alignment="left" accessibilityLabel="forward" title="&gt;&gt;" id="w8s-Mc-7oV">
  83. <connections>
  84. <action selector="skipForward" destination="Mzo-Y8-gdK" id="1kf-Nh-kjr"/>
  85. </connections>
  86. </button>
  87. </items>
  88. </group>
  89. </items>
  90. <connections>
  91. <outlet property="durationLabel" destination="D0h-cq-wsv" id="3AN-YZ-yEj"/>
  92. <outlet property="playPauseButton" destination="BAZ-aC-ETt" id="X17-bz-cFy"/>
  93. <outlet property="titleLabel" destination="H58-Y8-Tbc" id="xZs-ZW-Shj"/>
  94. </connections>
  95. </controller>
  96. </objects>
  97. <point key="canvasLocation" x="221" y="605"/>
  98. </scene>
  99. </scenes>
  100. </document>