FiveSectionTableViewCell.xib 8.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="FiveSectionTableViewCell">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="45"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  19. <rect key="frame" x="0.0" y="0.0" width="320" height="45"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="保证金:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Gxl-9E-g4S">
  23. <rect key="frame" x="10" y="12" width="48" height="21"/>
  24. <constraints>
  25. <constraint firstAttribute="width" constant="48" id="uik-Xe-5gK"/>
  26. </constraints>
  27. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  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="ac_gold_diamond" translatesAutoresizingMaskIntoConstraints="NO" id="baZ-vo-4N1">
  32. <rect key="frame" x="62" y="17" width="13" height="10"/>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="10" id="HZE-D6-Ct5"/>
  35. <constraint firstAttribute="width" constant="13" id="XPu-o0-gBh"/>
  36. </constraints>
  37. </imageView>
  38. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1000" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c0D-bD-6pK">
  39. <rect key="frame" x="80" y="-0.5" width="67" height="45"/>
  40. <constraints>
  41. <constraint firstAttribute="width" constant="67" id="Qqw-sp-fpY"/>
  42. </constraints>
  43. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  44. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  45. <nil key="highlightedColor"/>
  46. </label>
  47. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="j6N-t6-znu">
  48. <rect key="frame" x="220" y="7" width="90" height="30"/>
  49. <constraints>
  50. <constraint firstAttribute="width" constant="90" id="2o0-ii-X9S"/>
  51. </constraints>
  52. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  53. <state key="normal" title="参拍保证金"/>
  54. <connections>
  55. <action selector="buttonClick:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="evZ-rc-3JO"/>
  56. </connections>
  57. </button>
  58. <button hidden="YES" opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fPF-sh-kyv">
  59. <rect key="frame" x="10" y="5" width="300" height="35"/>
  60. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  61. <state key="normal" title="继续参拍"/>
  62. <connections>
  63. <action selector="buttonClick:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="dfW-GH-9ZP"/>
  64. </connections>
  65. </button>
  66. </subviews>
  67. <constraints>
  68. <constraint firstAttribute="trailing" secondItem="j6N-t6-znu" secondAttribute="trailing" constant="10" id="1RN-vw-9Y1"/>
  69. <constraint firstItem="c0D-bD-6pK" firstAttribute="leading" secondItem="baZ-vo-4N1" secondAttribute="trailing" constant="5" id="7PG-zN-E0g"/>
  70. <constraint firstItem="fPF-sh-kyv" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="I6W-Iz-FI9"/>
  71. <constraint firstItem="fPF-sh-kyv" firstAttribute="height" secondItem="H2p-sc-9uM" secondAttribute="height" multiplier="35:45" id="JWM-TC-ZJi"/>
  72. <constraint firstItem="Gxl-9E-g4S" firstAttribute="height" secondItem="H2p-sc-9uM" secondAttribute="height" multiplier="21:45" id="O4H-1J-0nr"/>
  73. <constraint firstItem="j6N-t6-znu" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="W0b-Ic-xQ0"/>
  74. <constraint firstItem="Gxl-9E-g4S" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="Wrv-f0-f5n"/>
  75. <constraint firstItem="j6N-t6-znu" firstAttribute="height" secondItem="H2p-sc-9uM" secondAttribute="height" multiplier="2:3" id="duK-Uu-HPK"/>
  76. <constraint firstItem="Gxl-9E-g4S" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="fxL-KA-KoC"/>
  77. <constraint firstItem="baZ-vo-4N1" firstAttribute="leading" secondItem="Gxl-9E-g4S" secondAttribute="trailing" constant="4" id="jJZ-2O-JQF"/>
  78. <constraint firstItem="c0D-bD-6pK" firstAttribute="height" secondItem="H2p-sc-9uM" secondAttribute="height" multiplier="1:1" id="l77-vX-J8W"/>
  79. <constraint firstAttribute="trailing" secondItem="fPF-sh-kyv" secondAttribute="trailing" constant="10" id="qqS-DB-5o7"/>
  80. <constraint firstItem="c0D-bD-6pK" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="rta-1d-zGf"/>
  81. <constraint firstItem="baZ-vo-4N1" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="uaQ-Xg-Pk8"/>
  82. <constraint firstItem="fPF-sh-kyv" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="wea-8P-3Pa"/>
  83. </constraints>
  84. </tableViewCellContentView>
  85. <connections>
  86. <outlet property="auctionLabel" destination="Gxl-9E-g4S" id="W6x-dQ-YBb"/>
  87. <outlet property="auctionMoneyLabel" destination="c0D-bD-6pK" id="m6j-Vb-7Ha"/>
  88. <outlet property="continueButton" destination="fPF-sh-kyv" id="ILS-J4-8HN"/>
  89. <outlet property="depositButton" destination="j6N-t6-znu" id="YRa-o3-sds"/>
  90. <outlet property="goldView" destination="baZ-vo-4N1" id="YAs-Jz-dWT"/>
  91. </connections>
  92. </tableViewCell>
  93. </objects>
  94. <resources>
  95. <image name="ac_gold_diamond" width="13" height="9"/>
  96. </resources>
  97. </document>