1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="LZMPrivilegeReferralTableViewCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="320" height="79.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Sta-Cb-PvT">
- <rect key="frame" x="10" y="20" width="30" height="30"/>
- <constraints>
- <constraint firstAttribute="width" constant="30" id="QXZ-Sp-Om3"/>
- <constraint firstAttribute="height" constant="30" id="WMm-tO-mZX"/>
- </constraints>
- </imageView>
- <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">
- <rect key="frame" x="60" y="20" width="87" height="20.5"/>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="17"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <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">
- <rect key="frame" x="60" y="45" width="250" height="16"/>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="Sta-Cb-PvT" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="EoF-9f-dPi"/>
- <constraint firstItem="DDc-gm-nFO" firstAttribute="top" secondItem="3yb-Gf-jym" secondAttribute="top" constant="25" id="PRw-Vh-bbE"/>
- <constraint firstItem="3yb-Gf-jym" firstAttribute="top" secondItem="Sta-Cb-PvT" secondAttribute="top" id="QvT-mW-H5V"/>
- <constraint firstAttribute="trailing" secondItem="DDc-gm-nFO" secondAttribute="trailing" constant="10" id="afN-pW-AN7"/>
- <constraint firstItem="3yb-Gf-jym" firstAttribute="leading" secondItem="Sta-Cb-PvT" secondAttribute="leading" constant="50" id="cNk-gn-LOR"/>
- <constraint firstItem="DDc-gm-nFO" firstAttribute="leading" secondItem="3yb-Gf-jym" secondAttribute="leading" id="oSV-oP-xlK"/>
- <constraint firstItem="Sta-Cb-PvT" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="20" id="pJM-g2-A1O"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="leftImgView" destination="Sta-Cb-PvT" id="b9u-CB-EzV"/>
- <outlet property="rightDesc" destination="DDc-gm-nFO" id="7jS-JL-K8h"/>
- <outlet property="rightTitle" destination="3yb-Gf-jym" id="X9B-Gv-LLs"/>
- </connections>
- </tableViewCell>
- </objects>
- </document>
|