VLCCloudStorageTableViewCell~ipad.xib 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6221" systemVersion="14B25" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <development version="5000" identifier="xcode"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6213"/>
  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="CloudStorageCell" rowHeight="76" id="3" userLabel="Cloud Storage Table View Cell - CloudStorageCell" customClass="VLCCloudStorageTableViewCell">
  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="StH-9P-AYV">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="79"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="4">
  19. <rect key="frame" x="5" y="8" width="64" height="64"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  21. </imageView>
  22. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="File Title" lineBreakMode="tailTruncation" baselineAdjustment="none" adjustsFontSizeToFit="NO" id="6">
  23. <rect key="frame" x="83" y="21" width="177" height="21"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  26. <color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
  27. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  28. </label>
  29. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Folder Title" lineBreakMode="tailTruncation" baselineAdjustment="none" adjustsFontSizeToFit="NO" id="23">
  30. <rect key="frame" x="83" y="29" width="177" height="21"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  32. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  33. <color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
  34. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  35. </label>
  36. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Subtitle — Subtitle" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="7">
  37. <rect key="frame" x="83" y="44" width="177" height="15"/>
  38. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  39. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  40. <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
  41. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  42. </label>
  43. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="VuV-6r-r3f">
  44. <rect key="frame" x="268" y="24" width="32" height="32"/>
  45. <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
  46. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  47. <state key="normal" image="download.png">
  48. <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
  49. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  50. </state>
  51. <state key="highlighted">
  52. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  53. </state>
  54. <connections>
  55. <action selector="triggerDownload:" destination="3" eventType="touchUpInside" id="7Fr-3V-SzO"/>
  56. </connections>
  57. </button>
  58. </subviews>
  59. </tableViewCellContentView>
  60. <connections>
  61. <outlet property="downloadButton" destination="VuV-6r-r3f" id="K9G-fy-OwZ"/>
  62. <outlet property="folderTitleLabel" destination="23" id="24"/>
  63. <outlet property="subtitleLabel" destination="7" id="8"/>
  64. <outlet property="thumbnailView" destination="4" id="9"/>
  65. <outlet property="titleLabel" destination="6" id="10"/>
  66. </connections>
  67. </tableViewCell>
  68. </objects>
  69. <resources>
  70. <image name="download.png" width="32" height="32"/>
  71. </resources>
  72. <simulatedMetricsContainer key="defaultSimulatedMetrics">
  73. <simulatedStatusBarMetrics key="statusBar"/>
  74. <simulatedOrientationMetrics key="orientation"/>
  75. <simulatedScreenMetrics key="destination" type="retina4"/>
  76. </simulatedMetricsContainer>
  77. </document>