KWMShippingCell.xib 5.23 KB
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="16A323" 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="11524"/>
        <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="KWMShippingCell">
            <rect key="frame" x="0.0" y="0.0" width="320" height="55"/>
            <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="54"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_shipping_1" translatesAutoresizingMaskIntoConstraints="NO" id="juk-HH-mnz">
                        <rect key="frame" x="22" y="17" width="20" height="20"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="20" id="05D-QN-Xp0"/>
                            <constraint firstAttribute="width" constant="20" id="56Y-hN-16Z"/>
                        </constraints>
                    </imageView>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="国际海运" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cxz-L0-81c">
                        <rect key="frame" x="72" y="18" width="171.5" height="20"/>
                        <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="14"/>
                        <color key="textColor" red="0.30588235294117649" green="0.30588235294117649" blue="0.30588235294117649" alpha="1" colorSpace="calibratedRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="¥ 165 " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="33b-b7-gLx">
                        <rect key="frame" x="263.5" y="19" width="34.5" height="17"/>
                        <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="12"/>
                        <color key="textColor" red="0.94509803921568625" green="0.5725490196078431" blue="0.60392156862745094" alpha="1" colorSpace="calibratedRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                </subviews>
                <constraints>
                    <constraint firstItem="33b-b7-gLx" firstAttribute="leading" secondItem="cxz-L0-81c" secondAttribute="trailing" constant="20" id="GdF-uv-9OK"/>
                    <constraint firstItem="juk-HH-mnz" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="NsY-4g-Vrz"/>
                    <constraint firstItem="33b-b7-gLx" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="XvF-tt-64z"/>
                    <constraint firstItem="cxz-L0-81c" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="YwE-3G-BA5"/>
                    <constraint firstItem="juk-HH-mnz" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="fDQ-T2-dBc"/>
                    <constraint firstItem="cxz-L0-81c" firstAttribute="leading" secondItem="juk-HH-mnz" secondAttribute="trailing" constant="30" id="pWm-JR-99c"/>
                    <constraint firstAttribute="trailing" secondItem="33b-b7-gLx" secondAttribute="trailing" constant="22" id="x8J-I6-hiB"/>
                </constraints>
            </tableViewCellContentView>
            <connections>
                <outlet property="ivSelect" destination="juk-HH-mnz" id="HJv-kq-bbI"/>
                <outlet property="lbPrice" destination="33b-b7-gLx" id="zk4-X6-ve8"/>
                <outlet property="lbTitle" destination="cxz-L0-81c" id="E2G-S9-sOY"/>
            </connections>
        </tableViewCell>
    </objects>
    <resources>
        <image name="ic_shipping_1" width="22" height="22"/>
    </resources>
</document>