ThreeSectionTableViewCell.xib 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="ThreeSectionTableViewCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="竞拍记录 (35)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="M77-fz-wIk">
  22. <rect key="frame" x="10" y="0.0" width="219" height="44"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="44" id="BAR-be-jkD"/>
  25. <constraint firstAttribute="width" constant="219" id="mCt-SY-tVP"/>
  26. </constraints>
  27. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  28. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="com_arrow_right_1" translatesAutoresizingMaskIntoConstraints="NO" id="6hi-2W-0mf">
  32. <rect key="frame" x="304" y="17" width="6" height="11"/>
  33. <constraints>
  34. <constraint firstAttribute="width" constant="6" id="FVL-r7-Yvh"/>
  35. <constraint firstAttribute="height" constant="11" id="fSj-dr-8bc"/>
  36. </constraints>
  37. </imageView>
  38. </subviews>
  39. <constraints>
  40. <constraint firstAttribute="trailing" secondItem="6hi-2W-0mf" secondAttribute="trailing" constant="10" id="2hS-fh-Uz5"/>
  41. <constraint firstItem="M77-fz-wIk" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="3JP-We-Zcu"/>
  42. <constraint firstItem="6hi-2W-0mf" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="il8-0y-bzN"/>
  43. <constraint firstItem="M77-fz-wIk" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="rbW-PA-DZM"/>
  44. </constraints>
  45. </tableViewCellContentView>
  46. <connections>
  47. <outlet property="nameLabel" destination="M77-fz-wIk" id="DBF-x7-sLt"/>
  48. </connections>
  49. </tableViewCell>
  50. </objects>
  51. <resources>
  52. <image name="com_arrow_right_1" width="6" height="11"/>
  53. </resources>
  54. </document>