Interface.storyboard 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. <!--tableViewController-->
  9. <scene sceneID="aou-V4-d1y">
  10. <objects>
  11. <controller identifier="tableViewController" id="AgC-eL-Hgc" customClass="InterfaceController">
  12. <items>
  13. <button width="1" alignment="left" title="︿" id="fUJ-qB-19l">
  14. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  15. <connections>
  16. <action selector="previousPagePressed" destination="AgC-eL-Hgc" id="d5P-dB-jji"/>
  17. </connections>
  18. </button>
  19. <table alignment="left" id="lC4-Vd-sgP">
  20. <items>
  21. <tableRow identifier="mediaRow" id="QhF-se-FCS" customClass="VLCRowController">
  22. <group key="rootItem" width="1" height="60" alignment="left" contentMode="scaleAspectFill" layout="vertical" radius="5" id="IQK-uE-8Jr">
  23. <items>
  24. <label alignment="left" verticalAlignment="bottom" text="title" numberOfLines="0" minimumScaleFactor="0.90000000000000002" id="bUB-PE-2P0"/>
  25. </items>
  26. <color key="backgroundColor" red="0.76862745099999996" green="0.74901960779999999" blue="0.75686274509999996" alpha="1" colorSpace="calibratedRGB"/>
  27. </group>
  28. <connections>
  29. <outlet property="group" destination="IQK-uE-8Jr" id="AMK-in-WKm"/>
  30. <outlet property="titleLabel" destination="bUB-PE-2P0" id="U07-pL-M8k"/>
  31. </connections>
  32. </tableRow>
  33. </items>
  34. </table>
  35. <button width="1" alignment="left" title="﹀" id="3AK-kX-V9D">
  36. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  37. <connections>
  38. <action selector="nextPagePressed" destination="AgC-eL-Hgc" id="iNm-4n-TvE"/>
  39. </connections>
  40. </button>
  41. <group width="1" alignment="left" layout="vertical" id="Sdu-Gc-HNJ">
  42. <items>
  43. <imageView alignment="center" image="vlcCone" contentMode="scaleAspectFit" id="oPx-9e-qpC"/>
  44. <label width="1" alignment="center" textAlignment="center" numberOfLines="0" id="t8d-XX-2X2">
  45. <fontDescription key="font" style="UICTFontTextStyleHeadline"/>
  46. </label>
  47. <label alignment="left" textAlignment="left" numberOfLines="0" id="hcI-lI-ORA"/>
  48. </items>
  49. </group>
  50. </items>
  51. <connections>
  52. <outlet property="emptyLibraryGroup" destination="Sdu-Gc-HNJ" id="Pj1-Oh-Is8"/>
  53. <outlet property="emptyLibraryLabel" destination="t8d-XX-2X2" id="5MF-Vt-cAr"/>
  54. <outlet property="emptyLibraryLabelLong" destination="hcI-lI-ORA" id="5g5-hU-Gae"/>
  55. <outlet property="nextButton" destination="3AK-kX-V9D" id="Iju-cx-571"/>
  56. <outlet property="previousButton" destination="fUJ-qB-19l" id="r36-II-aik"/>
  57. <outlet property="table" destination="lC4-Vd-sgP" id="mxe-b7-XMx"/>
  58. </connections>
  59. </controller>
  60. </objects>
  61. <point key="canvasLocation" x="221" y="216"/>
  62. </scene>
  63. <!--detailInfo-->
  64. <scene sceneID="ssu-GA-ce6">
  65. <objects>
  66. <controller identifier="detailInfo" id="iqo-j9-nlr" customClass="VLCDetailInterfaceController">
  67. <items>
  68. <imageView alignment="left" contentMode="scaleAspectFit" id="TPb-N9-Qms"/>
  69. <label alignment="left" text="title" textAlignment="left" numberOfLines="0" id="0av-IS-YI5"/>
  70. <label alignment="left" text="duration" id="eqY-Zs-PAu"/>
  71. <label alignment="left" hidden="YES" text="???" id="l0f-Nd-PHT"/>
  72. <button width="1" alignment="left" title="Play Now" enabled="NO" id="4LT-2D-Zeq">
  73. <connections>
  74. <action selector="playNow" destination="iqo-j9-nlr" id="y9K-R2-er7"/>
  75. </connections>
  76. </button>
  77. </items>
  78. <connections>
  79. <outlet property="durationLabel" destination="eqY-Zs-PAu" id="ttj-gB-C2S"/>
  80. <outlet property="imageView" destination="TPb-N9-Qms" id="epU-Re-hBk"/>
  81. <outlet property="playNowButton" destination="4LT-2D-Zeq" id="d2T-jc-gAb"/>
  82. <outlet property="titleLabel" destination="0av-IS-YI5" id="vEh-KH-Vt5"/>
  83. </connections>
  84. </controller>
  85. </objects>
  86. <point key="canvasLocation" x="497" y="222"/>
  87. </scene>
  88. <!--nowPlaying-->
  89. <scene sceneID="NHj-Mq-ifc">
  90. <objects>
  91. <controller identifier="nowPlaying" id="Mzo-Y8-gdK" customClass="VLCNowPlayingInterfaceController">
  92. <items>
  93. <label alignment="left" accessibilityLabel="title" text="title" textAlignment="left" numberOfLines="0" id="H58-Y8-Tbc"/>
  94. <label alignment="left" accessibilityLabel="playback duration" text="duration" id="D0h-cq-wsv"/>
  95. <button width="1" alignment="left" accessibilityLabel="play / pause" accessibilityHint="starts playing or pauses the current playback" title="playpause" id="BAZ-aC-ETt">
  96. <connections>
  97. <action selector="playPausePressed" destination="Mzo-Y8-gdK" id="6p8-JZ-0Gh"/>
  98. </connections>
  99. </button>
  100. <group width="1" alignment="left" id="uwS-0S-Ag2">
  101. <items>
  102. <button width="0.5" alignment="left" accessibilityLabel="backward" title="&lt;&lt;" id="uKa-8V-C8x">
  103. <connections>
  104. <action selector="skipBackward" destination="Mzo-Y8-gdK" id="aP1-vb-XwF"/>
  105. </connections>
  106. </button>
  107. <button width="0.5" alignment="left" accessibilityLabel="forward" title="&gt;&gt;" id="w8s-Mc-7oV">
  108. <connections>
  109. <action selector="skipForward" destination="Mzo-Y8-gdK" id="1kf-Nh-kjr"/>
  110. </connections>
  111. </button>
  112. </items>
  113. </group>
  114. </items>
  115. <connections>
  116. <outlet property="durationLabel" destination="D0h-cq-wsv" id="3AN-YZ-yEj"/>
  117. <outlet property="playPauseButton" destination="BAZ-aC-ETt" id="X17-bz-cFy"/>
  118. <outlet property="titleLabel" destination="H58-Y8-Tbc" id="xZs-ZW-Shj"/>
  119. </connections>
  120. </controller>
  121. </objects>
  122. <point key="canvasLocation" x="221" y="605"/>
  123. </scene>
  124. </scenes>
  125. <color key="tintColor" red="0.89803921568627454" green="0.38823529411764707" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  126. </document>