AuctionCell.xib 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="15706"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" rowHeight="209" id="KGk-i7-Jjw" customClass="AuctionCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="209"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="209"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <button opaque="NO" tag="2" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="TDr-dq-xpu">
  20. <rect key="frame" x="32" y="88" width="256" height="50"/>
  21. <color key="backgroundColor" red="0.77599084377288818" green="0.91264206171035767" blue="0.48690670728683472" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="50" id="ybz-Rz-WQS"/>
  24. </constraints>
  25. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  26. <state key="normal" title="领取劳务费"/>
  27. <connections>
  28. <action selector="goNextVC:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="Z1x-nr-dBj"/>
  29. </connections>
  30. </button>
  31. <button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Bnf-Ge-0hc">
  32. <rect key="frame" x="33" y="18" width="255" height="50"/>
  33. <color key="backgroundColor" red="0.77599084377288818" green="0.91264206171035767" blue="0.48690670728683472" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  34. <constraints>
  35. <constraint firstAttribute="height" constant="50" id="HbV-4Q-riZ"/>
  36. </constraints>
  37. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  38. <state key="normal" title="兑换"/>
  39. <connections>
  40. <action selector="goNextVC:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="TW8-02-aTg"/>
  41. </connections>
  42. </button>
  43. </subviews>
  44. <constraints>
  45. <constraint firstItem="Bnf-Ge-0hc" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="18" id="1jf-kJ-JTL"/>
  46. <constraint firstItem="Bnf-Ge-0hc" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="33" id="2mk-e9-jgR"/>
  47. <constraint firstAttribute="trailing" secondItem="TDr-dq-xpu" secondAttribute="trailing" constant="32" id="FZM-GO-xOi"/>
  48. <constraint firstItem="TDr-dq-xpu" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="32" id="Vln-mt-2oe"/>
  49. <constraint firstAttribute="trailing" secondItem="Bnf-Ge-0hc" secondAttribute="trailing" constant="32" id="fYm-5a-Bqr"/>
  50. <constraint firstItem="TDr-dq-xpu" firstAttribute="top" secondItem="Bnf-Ge-0hc" secondAttribute="bottom" constant="20" id="vMU-F0-kFC"/>
  51. </constraints>
  52. </tableViewCellContentView>
  53. <connections>
  54. <outletCollection property="btn_Array" destination="Bnf-Ge-0hc" id="imt-lE-IQs"/>
  55. <outletCollection property="btn_Array" destination="TDr-dq-xpu" id="ydm-tD-kuz"/>
  56. </connections>
  57. <point key="canvasLocation" x="352" y="307"/>
  58. </tableViewCell>
  59. </objects>
  60. </document>