KWMTBVSectionHeardView.xib 5.66 KB
Newer Older
houweibin committed
1
<?xml version="1.0" encoding="UTF-8"?>
2
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
houweibin committed
3 4 5 6 7
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
8
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
houweibin committed
9 10
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
11 12 13 14 15
    <customFonts key="customFonts">
        <array key="PingFang.ttc">
            <string>PingFangSC-Light</string>
        </array>
    </customFonts>
houweibin committed
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="KWMTBVSectionHeardView">
            <connections>
                <outlet property="ivMore" destination="owh-51-VTC" id="Zt4-ZR-jaI"/>
                <outlet property="lbSectionTitel" destination="wdX-Ml-DYY" id="r4E-Fz-UZT"/>
                <outlet property="vContent" destination="PIL-ko-rzF" id="d2Z-wk-aFQ"/>
                <outlet property="vLine" destination="aAy-jd-lsA" id="loI-PZ-KmV"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view contentMode="scaleToFill" id="PIL-ko-rzF" userLabel="vContent">
            <rect key="frame" x="0.0" y="0.0" width="375" height="30"/>
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="aAy-jd-lsA" userLabel="vLine">
                    <rect key="frame" x="50" y="14.5" width="275" height="1"/>
32
                    <color key="backgroundColor" red="0.31764705882352939" green="0.31764705882352939" blue="0.31764705882352939" alpha="1" colorSpace="calibratedRGB"/>
houweibin committed
33
                    <constraints>
34
                        <constraint firstAttribute="height" constant="0.5" id="ue9-CP-Ub2"/>
houweibin committed
35 36 37 38 39 40 41 42 43 44
                    </constraints>
                </view>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2016秋季新品" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wdX-Ml-DYY">
                    <rect key="frame" x="112.5" y="0.0" width="150" height="30"/>
                    <color key="backgroundColor" red="0.99607843137254903" green="0.99607843137254903" blue="0.99607843137254903" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="150" id="70s-VY-JTo"/>
                        <constraint firstAttribute="height" constant="20" id="SNN-ZY-07K"/>
                    </constraints>
                    <fontDescription key="fontDescription" name="PingFangSC-Light" family="PingFang SC" pointSize="14"/>
45
                    <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
houweibin committed
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
                    <nil key="highlightedColor"/>
                    <variation key="default">
                        <mask key="constraints">
                            <exclude reference="SNN-ZY-07K"/>
                        </mask>
                    </variation>
                </label>
                <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="btn_more" translatesAutoresizingMaskIntoConstraints="NO" id="owh-51-VTC">
                    <rect key="frame" x="325" y="7" width="30" height="16"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="30" id="O0S-6l-KfH"/>
                        <constraint firstAttribute="height" constant="16" id="e4p-MP-DZ1"/>
                    </constraints>
                </imageView>
            </subviews>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="owh-51-VTC" secondAttribute="trailing" constant="20" id="NS0-1s-TK1"/>
                <constraint firstAttribute="bottom" secondItem="wdX-Ml-DYY" secondAttribute="bottom" id="PA5-Nd-lp4"/>
                <constraint firstItem="wdX-Ml-DYY" firstAttribute="top" secondItem="PIL-ko-rzF" secondAttribute="top" id="cHx-1l-c6C"/>
                <constraint firstItem="wdX-Ml-DYY" firstAttribute="centerX" secondItem="PIL-ko-rzF" secondAttribute="centerX" id="hFz-IN-tkC"/>
                <constraint firstItem="owh-51-VTC" firstAttribute="centerY" secondItem="PIL-ko-rzF" secondAttribute="centerY" id="hO5-ch-Xcn"/>
                <constraint firstAttribute="trailing" secondItem="aAy-jd-lsA" secondAttribute="trailing" constant="50" id="k3t-q6-hhh"/>
                <constraint firstItem="aAy-jd-lsA" firstAttribute="leading" secondItem="PIL-ko-rzF" secondAttribute="leading" constant="50" id="pbZ-Az-bo4"/>
                <constraint firstItem="aAy-jd-lsA" firstAttribute="centerY" secondItem="PIL-ko-rzF" secondAttribute="centerY" id="zQe-eq-mgX"/>
            </constraints>
            <nil key="simulatedStatusBarMetrics"/>
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
            <point key="canvasLocation" x="559.5" y="-51"/>
        </view>
    </objects>
    <resources>
        <image name="btn_more" width="7" height="14"/>
    </resources>
</document>