AuctionAloneCell.xib 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
  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="default" indentationWidth="10" rowHeight="60" id="KGk-i7-Jjw" customClass="AuctionAloneCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
  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="60"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NSp-u8-ccO">
  20. <rect key="frame" x="50" y="3" width="220" height="50"/>
  21. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="50" id="kuX-DF-OkE"/>
  24. </constraints>
  25. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  26. <state key="normal" title="兑换" backgroundImage="mine_shouyi_duihuanbtnbg">
  27. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  28. </state>
  29. <connections>
  30. <action selector="onClickAuction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="QIN-IK-uJ2"/>
  31. </connections>
  32. </button>
  33. </subviews>
  34. <constraints>
  35. <constraint firstItem="NSp-u8-ccO" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="50" id="Go4-M3-eTv"/>
  36. <constraint firstAttribute="trailing" secondItem="NSp-u8-ccO" secondAttribute="trailing" constant="50" id="JxG-sq-2oR"/>
  37. <constraint firstItem="NSp-u8-ccO" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="-8" id="i2t-QW-4LZ"/>
  38. </constraints>
  39. </tableViewCellContentView>
  40. <connections>
  41. <outlet property="btnAuction" destination="NSp-u8-ccO" id="WEg-kr-gLu"/>
  42. </connections>
  43. <point key="canvasLocation" x="-270.39999999999998" y="16.191904047976013"/>
  44. </tableViewCell>
  45. </objects>
  46. <resources>
  47. <image name="mine_shouyi_duihuanbtnbg" width="250" height="45"/>
  48. </resources>
  49. </document>