HWFolderListCell.xib 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="HWFolderListCell" id="KGk-i7-Jjw" customClass="HWFolderListCell">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="I8m-qA-KA4">
  21. <rect key="frame" x="15" y="13" width="37.5" height="18"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  23. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" selected="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="A7h-6U-u4P">
  27. <rect key="frame" x="275" y="0.0" width="45" height="44"/>
  28. <constraints>
  29. <constraint firstAttribute="width" constant="45" id="Rfk-h0-3sg"/>
  30. </constraints>
  31. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  32. <state key="selected" image="Icon04"/>
  33. </button>
  34. </subviews>
  35. <color key="backgroundColor" red="0.11372549019607843" green="0.11764705882352941" blue="0.12156862745098039" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. <constraints>
  37. <constraint firstItem="I8m-qA-KA4" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="0Pd-Lz-GOi"/>
  38. <constraint firstAttribute="trailing" secondItem="A7h-6U-u4P" secondAttribute="trailing" id="Ffo-qc-ZQa"/>
  39. <constraint firstItem="I8m-qA-KA4" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="OXG-dG-Phi"/>
  40. <constraint firstItem="A7h-6U-u4P" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="UBa-lV-lzb"/>
  41. <constraint firstAttribute="bottom" secondItem="A7h-6U-u4P" secondAttribute="bottom" id="aCW-Pu-aqI"/>
  42. </constraints>
  43. </tableViewCellContentView>
  44. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  45. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  46. <connections>
  47. <outlet property="nameLabel" destination="I8m-qA-KA4" id="Of9-vR-R2T"/>
  48. <outlet property="selectBtn" destination="A7h-6U-u4P" id="ht3-rU-Peh"/>
  49. </connections>
  50. <point key="canvasLocation" x="201" y="135"/>
  51. </tableViewCell>
  52. </objects>
  53. <resources>
  54. <image name="Icon04" width="14" height="14"/>
  55. </resources>
  56. </document>