STTableSaleBuyBtnCell.xib 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1217" 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="11757"/>
  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" rowHeight="63" id="KGk-i7-Jjw" customClass="STTableSaleBuyBtnCell">
  15. <rect key="frame" x="0.0" y="0.0" width="407" height="63"/>
  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="407" height="63"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <button opaque="NO" tag="2" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Asp-o6-X0U">
  22. <rect key="frame" x="207.5" y="11.5" width="191.5" height="40"/>
  23. <color key="backgroundColor" red="1" green="0.1243344664" blue="0.62349702159999998" alpha="1" colorSpace="calibratedRGB"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="40" id="hKG-WC-kRG"/>
  26. </constraints>
  27. <state key="normal" title="Button"/>
  28. <connections>
  29. <action selector="btnClick:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="6Jb-3V-HaL"/>
  30. </connections>
  31. </button>
  32. <button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="AV4-gn-6jW">
  33. <rect key="frame" x="8" y="11.5" width="191.5" height="40"/>
  34. <color key="backgroundColor" red="1" green="0.1243344664" blue="0.62349702159999998" alpha="1" colorSpace="calibratedRGB"/>
  35. <constraints>
  36. <constraint firstAttribute="height" constant="40" id="fTI-eL-UOX"/>
  37. </constraints>
  38. <state key="normal" title="Button"/>
  39. <connections>
  40. <action selector="btnClick:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="O3O-cU-sYF"/>
  41. </connections>
  42. </button>
  43. </subviews>
  44. <constraints>
  45. <constraint firstItem="Asp-o6-X0U" firstAttribute="leading" secondItem="AV4-gn-6jW" secondAttribute="trailing" constant="8" id="8Ca-yf-Bm7"/>
  46. <constraint firstItem="AV4-gn-6jW" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="M6G-qr-gFc"/>
  47. <constraint firstAttribute="trailing" secondItem="Asp-o6-X0U" secondAttribute="trailing" constant="8" id="W4l-yZ-531"/>
  48. <constraint firstItem="Asp-o6-X0U" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="X4A-AY-WwO"/>
  49. <constraint firstItem="Asp-o6-X0U" firstAttribute="width" secondItem="AV4-gn-6jW" secondAttribute="width" id="mEb-pl-6FS"/>
  50. <constraint firstItem="AV4-gn-6jW" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="mJX-xp-6cw"/>
  51. </constraints>
  52. </tableViewCellContentView>
  53. <connections>
  54. <outlet property="leftBtn" destination="AV4-gn-6jW" id="igc-bw-LSx"/>
  55. <outlet property="rightBtn" destination="Asp-o6-X0U" id="O0B-G1-xJn"/>
  56. </connections>
  57. <point key="canvasLocation" x="-83" y="-32"/>
  58. </tableViewCell>
  59. </objects>
  60. </document>