VLCPlaylistTableViewCell.xib 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5037" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment defaultVersion="1552" identifier="iOS"/>
  5. <development version="5000" identifier="xcode"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <tableViewCell contentMode="scaleToFill" selectionStyle="blue" indentationWidth="10" reuseIdentifier="PlaylistCell" rowHeight="76" id="3" customClass="VLCPlaylistTableViewCell">
  12. <rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
  13. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  14. <tableViewCellContentView key="contentView" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3" id="ek8-Dm-ExQ">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="79"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" id="4">
  19. <rect key="frame" x="5" y="5" width="124" height="70"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  21. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  22. </imageView>
  23. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" lineBreakMode="wordWrap" numberOfLines="2" baselineAdjustment="none" minimumFontSize="9" adjustsLetterSpacingToFitWidth="YES" id="6">
  24. <rect key="frame" x="137" y="5" width="178" height="42"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  26. <string key="text">Title 1
  27. Title 2</string>
  28. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  29. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  30. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  31. </label>
  32. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="thumbOverlayPhone.png" id="22">
  33. <rect key="frame" x="3" y="2" width="129" height="75"/>
  34. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  35. </imageView>
  36. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Subtitle — Subtitle" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="7">
  37. <rect key="frame" x="137" y="55" width="178" height="15"/>
  38. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  39. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  40. <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
  41. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  42. </label>
  43. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="badgeUnread.png" id="20">
  44. <rect key="frame" x="99" y="5" width="31" height="31"/>
  45. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  46. </imageView>
  47. <view userInteractionEnabled="NO" contentMode="scaleToFill" id="27" customClass="VLCLinearProgressIndicator">
  48. <rect key="frame" x="6" y="64" width="122" height="10"/>
  49. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  50. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  51. </view>
  52. </subviews>
  53. </tableViewCellContentView>
  54. <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
  55. <connections>
  56. <outlet property="mediaIsUnreadView" destination="20" id="21"/>
  57. <outlet property="progressIndicator" destination="27" id="28"/>
  58. <outlet property="subtitleLabel" destination="7" id="8"/>
  59. <outlet property="thumbnailView" destination="4" id="9"/>
  60. <outlet property="titleLabel" destination="6" id="10"/>
  61. </connections>
  62. </tableViewCell>
  63. </objects>
  64. <resources>
  65. <image name="badgeUnread.png" width="35" height="35"/>
  66. <image name="thumbOverlayPhone.png" width="129" height="75"/>
  67. </resources>
  68. </document>