口袋版本的一折买

YZMAPrivilegeReferralTableViewCell.xib 5.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" 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="14088"/>
  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="YZMAPrivilegeReferralTableViewCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
  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="79.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Sta-Cb-PvT">
  22. <rect key="frame" x="10" y="20" width="30" height="30"/>
  23. <constraints>
  24. <constraint firstAttribute="width" constant="30" id="QXZ-Sp-Om3"/>
  25. <constraint firstAttribute="height" constant="30" id="WMm-tO-mZX"/>
  26. </constraints>
  27. </imageView>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="领取优惠券" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3yb-Gf-jym">
  29. <rect key="frame" x="60" y="20" width="87" height="20.5"/>
  30. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="17"/>
  31. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="你自己购买商品佣金100%归你" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DDc-gm-nFO">
  35. <rect key="frame" x="60" y="45" width="250" height="16"/>
  36. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  37. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. </subviews>
  41. <constraints>
  42. <constraint firstItem="Sta-Cb-PvT" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="EoF-9f-dPi"/>
  43. <constraint firstItem="DDc-gm-nFO" firstAttribute="top" secondItem="3yb-Gf-jym" secondAttribute="top" constant="25" id="PRw-Vh-bbE"/>
  44. <constraint firstItem="3yb-Gf-jym" firstAttribute="top" secondItem="Sta-Cb-PvT" secondAttribute="top" id="QvT-mW-H5V"/>
  45. <constraint firstAttribute="trailing" secondItem="DDc-gm-nFO" secondAttribute="trailing" constant="10" id="afN-pW-AN7"/>
  46. <constraint firstItem="3yb-Gf-jym" firstAttribute="leading" secondItem="Sta-Cb-PvT" secondAttribute="leading" constant="50" id="cNk-gn-LOR"/>
  47. <constraint firstItem="DDc-gm-nFO" firstAttribute="leading" secondItem="3yb-Gf-jym" secondAttribute="leading" id="oSV-oP-xlK"/>
  48. <constraint firstItem="Sta-Cb-PvT" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="20" id="pJM-g2-A1O"/>
  49. </constraints>
  50. </tableViewCellContentView>
  51. <connections>
  52. <outlet property="leftImgView" destination="Sta-Cb-PvT" id="b9u-CB-EzV"/>
  53. <outlet property="rightDesc" destination="DDc-gm-nFO" id="7jS-JL-K8h"/>
  54. <outlet property="rightTitle" destination="3yb-Gf-jym" id="X9B-Gv-LLs"/>
  55. </connections>
  56. </tableViewCell>
  57. </objects>
  58. </document>