VLCNetworkListCell~ipad.xib 7.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8121.17" systemVersion="14E33b" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <development version="5000" identifier="xcode"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8101.14"/>
  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="scaleAspectFill" selectionStyle="blue" indentationWidth="10" reuseIdentifier="LocalNetworkCell" rowHeight="76" id="3" customClass="VLCNetworkListCell">
  11. <rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
  12. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  13. <tableViewCellContentView key="contentView" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3" id="vO8-D6-6WE">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="79"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <subviews>
  17. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" id="4">
  18. <rect key="frame" x="5" y="8" width="64" height="64"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. </imageView>
  21. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="File Title" lineBreakMode="wordWrap" baselineAdjustment="none" minimumScaleFactor="0.5" id="6">
  22. <rect key="frame" x="83" y="21" width="177" height="21"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  24. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  26. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  27. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  28. </label>
  29. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Folder Title" lineBreakMode="wordWrap" baselineAdjustment="none" minimumScaleFactor="0.5" id="23">
  30. <rect key="frame" x="83" y="29" width="232" height="21"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  32. <color key="backgroundColor" red="0.1052877679" green="0.1052846164" blue="0.1052864045" alpha="1" colorSpace="calibratedRGB"/>
  33. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  34. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  35. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  36. </label>
  37. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Subtitle — Subtitle" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" id="7">
  38. <rect key="frame" x="83" y="44" width="177" height="15"/>
  39. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  40. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  41. <fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="12"/>
  42. <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
  43. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  44. </label>
  45. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="25">
  46. <rect key="frame" x="268" y="24" width="32" height="32"/>
  47. <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
  48. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  49. <state key="normal" image="download.png">
  50. <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
  51. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  52. </state>
  53. <state key="highlighted">
  54. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  55. </state>
  56. <connections>
  57. <action selector="triggerDownload:" destination="3" eventType="touchUpInside" id="27"/>
  58. </connections>
  59. </button>
  60. <label hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Downloading..." lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" id="28" customClass="VLCStatusLabel">
  61. <rect key="frame" x="83" y="29" width="177" height="21"/>
  62. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  63. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  64. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  65. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  66. <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  67. </label>
  68. </subviews>
  69. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  70. </tableViewCellContentView>
  71. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  72. <connections>
  73. <outlet property="downloadButton" destination="25" id="26"/>
  74. <outlet property="folderTitleLabel" destination="23" id="24"/>
  75. <outlet property="statusLabel" destination="28" id="29"/>
  76. <outlet property="subtitleLabel" destination="7" id="8"/>
  77. <outlet property="thumbnailView" destination="4" id="9"/>
  78. <outlet property="titleLabel" destination="6" id="10"/>
  79. </connections>
  80. </tableViewCell>
  81. </objects>
  82. <resources>
  83. <image name="download.png" width="32" height="32"/>
  84. </resources>
  85. </document>