VLCFuturePlaylistTableViewCell.xib 5.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4511" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment version="1792" defaultVersion="1552" identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3745"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  9. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  10. <tableViewCell contentMode="scaleToFill" selectionStyle="blue" indentationWidth="10" reuseIdentifier="PlaylistCell" rowHeight="191" id="3" customClass="VLCPlaylistTableViewCell">
  11. <rect key="frame" x="0.0" y="0.0" width="320" height="90"/>
  12. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  13. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3" id="pEL-yt-P8r">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="89"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <subviews>
  17. <imageView userInteractionEnabled="NO" contentMode="center" image="thumbOverlayPhone.png" id="22">
  18. <rect key="frame" x="0.0" y="0.0" width="330" height="90"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. </imageView>
  21. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="gradient-cell-ios7.png" id="4">
  22. <rect key="frame" x="0.0" y="0.0" width="320" height="90"/>
  23. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  24. </imageView>
  25. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Title" lineBreakMode="wordWrap" baselineAdjustment="none" minimumFontSize="9" adjustsLetterSpacingToFitWidth="YES" id="6">
  26. <rect key="frame" x="7" y="46" width="305" height="21"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  29. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  30. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  31. </label>
  32. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="New" textAlignment="right" lineBreakMode="wordWrap" baselineAdjustment="none" minimumFontSize="9" adjustsLetterSpacingToFitWidth="YES" id="sYw-l2-Tmv">
  33. <rect key="frame" x="265" y="61" width="50" height="26"/>
  34. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  35. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  36. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  37. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  38. </label>
  39. <view userInteractionEnabled="NO" contentMode="scaleToFill" id="27" customClass="VLCLinearProgressIndicator">
  40. <rect key="frame" x="-1" y="48" width="320" height="10"/>
  41. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  42. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  43. </view>
  44. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Subtitle — Subtitle" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="7">
  45. <rect key="frame" x="7" y="66" width="305" height="15"/>
  46. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  47. <fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="12"/>
  48. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  49. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  50. </label>
  51. </subviews>
  52. </tableViewCellContentView>
  53. <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
  54. <connections>
  55. <outlet property="mediaIsUnreadView" destination="sYw-l2-Tmv" id="us6-sJ-NVp"/>
  56. <outlet property="progressIndicator" destination="27" id="28"/>
  57. <outlet property="subtitleLabel" destination="7" id="8"/>
  58. <outlet property="thumbnailView" destination="4" id="9"/>
  59. <outlet property="titleLabel" destination="6" id="10"/>
  60. </connections>
  61. </tableViewCell>
  62. </objects>
  63. <resources>
  64. <image name="gradient-cell-ios7.png" width="1" height="90"/>
  65. <image name="thumbOverlayPhone.png" width="129" height="75"/>
  66. </resources>
  67. </document>