KWMBarandSelectView.xib 11.2 KB
Newer Older
houweibin committed
1
<?xml version="1.0" encoding="UTF-8"?>
houweibin committed
2
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
lee committed
3 4 5
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
houweibin committed
6 7
    <dependencies>
        <deployment identifier="iOS"/>
houweibin committed
8
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13174"/>
houweibin committed
9 10
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
houweibin committed
11 12 13 14 15
    <customFonts key="customFonts">
        <array key="PingFang.ttc">
            <string>PingFangSC-Semibold</string>
        </array>
    </customFonts>
houweibin committed
16 17 18 19 20 21 22 23 24 25 26
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="KWMBarandSelectView">
            <connections>
                <outlet property="btnShopCar" destination="jot-my-Skn" id="eYu-Q8-f0H"/>
                <outlet property="lbBrand" destination="eLp-Fc-DGP" id="Jd9-7N-Fqe"/>
                <outlet property="lbCount" destination="ffN-14-C4W" id="AE8-kN-qAr"/>
                <outlet property="vContent" destination="zmX-9l-nYt" id="T2Y-f1-cdp"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view contentMode="scaleToFill" id="zmX-9l-nYt">
houweibin committed
27
            <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
houweibin committed
28 29 30
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="w07-X3-TZc">
houweibin committed
31
                    <rect key="frame" x="0.0" y="0.0" width="375" height="0.0"/>
houweibin committed
32 33
                    <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <constraints>
houweibin committed
34
                        <constraint firstAttribute="height" id="I5b-cU-UJp"/>
houweibin committed
35 36 37
                    </constraints>
                </view>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LhU-hy-cgg">
houweibin committed
38
                    <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
houweibin committed
39 40
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="CAEAMEL" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eLp-Fc-DGP">
lee committed
41
                            <rect key="frame" x="50" y="11" width="78" height="22"/>
houweibin committed
42 43 44 45 46 47 48 49 50 51 52 53 54 55
                            <constraints>
                                <constraint firstAttribute="height" constant="22" id="Bqy-qp-TtK"/>
                                <constraint firstAttribute="width" constant="90" id="vmB-ph-xU7"/>
                            </constraints>
                            <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="16"/>
                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                            <variation key="default">
                                <mask key="constraints">
                                    <exclude reference="vmB-ph-xU7"/>
                                </mask>
                            </variation>
                        </label>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jot-my-Skn">
lee committed
56
                            <rect key="frame" x="321" y="0.0" width="44" height="44"/>
houweibin committed
57 58 59 60 61 62 63 64 65 66
                            <constraints>
                                <constraint firstAttribute="height" constant="44" id="Se9-VU-U3c"/>
                                <constraint firstAttribute="width" constant="44" id="dQW-nU-NqO"/>
                            </constraints>
                            <state key="normal" image="btn_ nav_shop cart"/>
                            <connections>
                                <action selector="onClickShopCartBtn:" destination="-1" eventType="touchUpInside" id="n3N-8B-tGZ"/>
                            </connections>
                        </button>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Qzz-HS-1ka" userLabel="back">
lee committed
67
                            <rect key="frame" x="0.0" y="7" width="30" height="30"/>
houweibin committed
68 69 70 71 72 73 74 75 76 77
                            <constraints>
                                <constraint firstAttribute="width" constant="30" id="2zo-GE-glc"/>
                                <constraint firstAttribute="height" constant="30" id="dsr-NJ-Brr"/>
                            </constraints>
                            <state key="normal" image="btn_nav_back"/>
                            <connections>
                                <action selector="onClickBackBtn:" destination="-1" eventType="touchUpInside" id="OZZ-5v-vM3"/>
                            </connections>
                        </button>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ffN-14-C4W">
lee committed
78
                            <rect key="frame" x="340" y="17" width="14" height="14"/>
houweibin committed
79 80 81 82 83 84 85 86
                            <constraints>
                                <constraint firstAttribute="width" constant="14" id="JCv-Vl-bjz"/>
                                <constraint firstAttribute="height" constant="14" id="ni4-e6-xAG"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="12"/>
                            <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
lee committed
87
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="PaU-vd-maA">
u  
lee committed
88
                            <rect key="frame" x="260" y="0.0" width="44" height="44"/>
lee committed
89 90 91 92 93 94 95 96 97
                            <constraints>
                                <constraint firstAttribute="height" constant="44" id="4KS-bk-nto"/>
                                <constraint firstAttribute="width" constant="44" id="ulA-Nm-ETK"/>
                            </constraints>
                            <state key="normal" image="btn_ nav_search"/>
                            <connections>
                                <action selector="onClickSearchBtn:" destination="-1" eventType="touchUpInside" id="FQi-ND-qmV"/>
                            </connections>
                        </button>
houweibin committed
98 99 100 101 102 103 104 105
                    </subviews>
                    <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <constraints>
                        <constraint firstItem="eLp-Fc-DGP" firstAttribute="leading" secondItem="Qzz-HS-1ka" secondAttribute="trailing" constant="20" id="3VA-uC-Nvc"/>
                        <constraint firstItem="jot-my-Skn" firstAttribute="centerY" secondItem="LhU-hy-cgg" secondAttribute="centerY" id="A9N-fK-DDp"/>
                        <constraint firstItem="eLp-Fc-DGP" firstAttribute="centerY" secondItem="LhU-hy-cgg" secondAttribute="centerY" id="CYF-jt-pNn"/>
                        <constraint firstItem="ffN-14-C4W" firstAttribute="bottom" secondItem="jot-my-Skn" secondAttribute="bottom" constant="-13" id="FCE-d3-9F6"/>
                        <constraint firstItem="Qzz-HS-1ka" firstAttribute="centerY" secondItem="LhU-hy-cgg" secondAttribute="centerY" id="VW7-ru-rft"/>
u  
lee committed
106
                        <constraint firstItem="jot-my-Skn" firstAttribute="leading" secondItem="PaU-vd-maA" secondAttribute="trailing" constant="17" id="d18-gM-JWM"/>
houweibin committed
107 108
                        <constraint firstItem="ffN-14-C4W" firstAttribute="trailing" secondItem="jot-my-Skn" secondAttribute="trailing" constant="-11" id="ddE-oR-ylC"/>
                        <constraint firstAttribute="trailing" secondItem="jot-my-Skn" secondAttribute="trailing" constant="10" id="ewH-at-Gll"/>
lee committed
109 110
                        <constraint firstItem="jot-my-Skn" firstAttribute="centerY" secondItem="PaU-vd-maA" secondAttribute="centerY" id="sX1-bj-cl2"/>
                        <constraint firstItem="jot-my-Skn" firstAttribute="centerY" secondItem="PaU-vd-maA" secondAttribute="centerY" id="x6e-HO-bFW"/>
houweibin committed
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
                        <constraint firstItem="Qzz-HS-1ka" firstAttribute="leading" secondItem="LhU-hy-cgg" secondAttribute="leading" id="zaO-mI-Gl2"/>
                    </constraints>
                </view>
            </subviews>
            <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="w07-X3-TZc" secondAttribute="trailing" id="81j-Hh-NRR"/>
                <constraint firstItem="w07-X3-TZc" firstAttribute="leading" secondItem="zmX-9l-nYt" secondAttribute="leading" id="FyN-GB-RLZ"/>
                <constraint firstAttribute="trailing" secondItem="LhU-hy-cgg" secondAttribute="trailing" id="Rrw-6O-6E5"/>
                <constraint firstAttribute="bottom" secondItem="LhU-hy-cgg" secondAttribute="bottom" id="TEd-CA-89c"/>
                <constraint firstItem="LhU-hy-cgg" firstAttribute="top" secondItem="w07-X3-TZc" secondAttribute="bottom" id="ibX-sL-toR"/>
                <constraint firstItem="LhU-hy-cgg" firstAttribute="top" secondItem="zmX-9l-nYt" secondAttribute="top" id="idT-jt-wZV"/>
                <constraint firstItem="LhU-hy-cgg" firstAttribute="leading" secondItem="zmX-9l-nYt" secondAttribute="leading" id="uAd-fI-w2N"/>
                <constraint firstItem="w07-X3-TZc" firstAttribute="top" secondItem="zmX-9l-nYt" secondAttribute="top" id="zpf-rV-Myr"/>
            </constraints>
            <nil key="simulatedStatusBarMetrics"/>
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
            <variation key="default">
                <mask key="constraints">
                    <exclude reference="idT-jt-wZV"/>
                </mask>
            </variation>
            <point key="canvasLocation" x="194.5" y="-90"/>
        </view>
    </objects>
    <resources>
lee committed
137
        <image name="btn_ nav_search" width="22" height="22"/>
houweibin committed
138 139 140 141
        <image name="btn_ nav_shop cart" width="21" height="22"/>
        <image name="btn_nav_back" width="10" height="20"/>
    </resources>
</document>