VLCFuturePlaylistTableViewCell.xib 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5037.3" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment version="1792" 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="191" id="3" customClass="VLCPlaylistTableViewCell">
  12. <rect key="frame" x="0.0" y="0.0" width="320" height="90"/>
  13. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  14. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3" id="pEL-yt-P8r">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="89"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" id="4">
  19. <rect key="frame" x="0.0" y="0.0" width="320" height="90"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  22. </imageView>
  23. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="gradient-cell-ios7.png" id="22">
  24. <rect key="frame" x="0.0" y="0.0" width="320" height="90"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. </imageView>
  27. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Title" lineBreakMode="wordWrap" baselineAdjustment="none" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" id="6">
  28. <rect key="frame" x="7" y="46" width="305" height="21"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  30. <fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="15"/>
  31. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  32. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  33. <size key="shadowOffset" width="0.0" height="0.0"/>
  34. </label>
  35. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="New" textAlignment="right" lineBreakMode="wordWrap" baselineAdjustment="none" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" id="sYw-l2-Tmv">
  36. <rect key="frame" x="222" y="61" width="93" height="26"/>
  37. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  38. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  39. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  40. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  41. <size key="shadowOffset" width="0.0" height="0.0"/>
  42. </label>
  43. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Subtitle — Subtitle" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" id="7">
  44. <rect key="frame" x="7" y="66" width="252" height="15"/>
  45. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  46. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  47. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  48. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  49. <size key="shadowOffset" width="0.0" height="0.0"/>
  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="subtitleLabel" destination="7" id="8"/>
  57. <outlet property="thumbnailView" destination="4" id="9"/>
  58. <outlet property="titleLabel" destination="6" id="10"/>
  59. </connections>
  60. </tableViewCell>
  61. </objects>
  62. <resources>
  63. <image name="gradient-cell-ios7.png" width="2" height="92"/>
  64. </resources>
  65. </document>