Category.storyboard 15.3 KB
Newer Older
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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 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 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" 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="12089"/>
        <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <scenes>
        <!--商品筛选-->
        <scene sceneID="X3q-qi-3sA">
            <objects>
                <viewController storyboardIdentifier="KWMProductFilterVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="TEh-g4-wcB" userLabel="商品筛选" customClass="KWMProductFilterVC" sceneMemberID="viewController">
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="Ra2-YD-WKz"/>
                        <viewControllerLayoutGuide type="bottom" id="1vv-Oq-Uqe"/>
                    </layoutGuides>
                    <view key="view" contentMode="scaleToFill" id="IHC-vE-wq6">
                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Oqm-Et-6ge" userLabel="vContain">
                                <rect key="frame" x="0.0" y="20" width="375" height="647"/>
                                <subviews>
                                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qYB-0D-qXj" userLabel="blank">
                                        <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
                                        <connections>
                                            <action selector="onClickBlank:" destination="TEh-g4-wcB" eventType="touchUpInside" id="7e0-jo-6oQ"/>
                                        </connections>
                                    </button>
                                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eCG-AA-PC9">
                                        <rect key="frame" x="0.0" y="447" width="375" height="200"/>
                                        <subviews>
                                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bb7-Bc-HL1" customClass="KWMFilterView">
                                                <rect key="frame" x="0.0" y="5" width="375" height="195"/>
                                                <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                            </view>
                                        </subviews>
                                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                        <constraints>
                                            <constraint firstItem="bb7-Bc-HL1" firstAttribute="top" secondItem="eCG-AA-PC9" secondAttribute="top" constant="5" id="AuA-dV-7dk"/>
                                            <constraint firstItem="bb7-Bc-HL1" firstAttribute="leading" secondItem="eCG-AA-PC9" secondAttribute="leading" id="VHX-H1-PYQ"/>
                                            <constraint firstAttribute="trailing" secondItem="bb7-Bc-HL1" secondAttribute="trailing" id="VWX-Gg-uib"/>
                                            <constraint firstAttribute="height" constant="200" id="qHN-RX-Ceo"/>
                                            <constraint firstAttribute="bottom" secondItem="bb7-Bc-HL1" secondAttribute="bottom" id="xyP-jW-kqj"/>
                                        </constraints>
                                    </view>
                                </subviews>
                                <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                <constraints>
                                    <constraint firstItem="eCG-AA-PC9" firstAttribute="leading" secondItem="Oqm-Et-6ge" secondAttribute="leading" id="Jxb-dj-e7T"/>
                                    <constraint firstItem="qYB-0D-qXj" firstAttribute="leading" secondItem="Oqm-Et-6ge" secondAttribute="leading" id="QfB-wh-rtI"/>
                                    <constraint firstAttribute="bottom" secondItem="qYB-0D-qXj" secondAttribute="bottom" id="Tgh-Xn-H8B"/>
                                    <constraint firstAttribute="trailing" secondItem="qYB-0D-qXj" secondAttribute="trailing" id="au7-ca-voX"/>
                                    <constraint firstAttribute="trailing" secondItem="eCG-AA-PC9" secondAttribute="trailing" id="lv8-S2-seX"/>
                                    <constraint firstAttribute="bottom" secondItem="eCG-AA-PC9" secondAttribute="bottom" id="yBa-o3-ZnV"/>
                                    <constraint firstItem="qYB-0D-qXj" firstAttribute="top" secondItem="Oqm-Et-6ge" secondAttribute="top" id="zoR-oT-lQY"/>
                                </constraints>
                            </view>
                        </subviews>
                        <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                        <constraints>
                            <constraint firstItem="1vv-Oq-Uqe" firstAttribute="top" secondItem="Oqm-Et-6ge" secondAttribute="bottom" id="Tpr-up-PbE"/>
                            <constraint firstAttribute="trailing" secondItem="Oqm-Et-6ge" secondAttribute="trailing" id="Y0G-RZ-KIM"/>
                            <constraint firstItem="Oqm-Et-6ge" firstAttribute="leading" secondItem="IHC-vE-wq6" secondAttribute="leading" id="d6a-dR-kin"/>
                            <constraint firstItem="Oqm-Et-6ge" firstAttribute="top" secondItem="Ra2-YD-WKz" secondAttribute="bottom" id="t3B-A6-EzB"/>
                        </constraints>
                    </view>
                    <connections>
                        <outlet property="filterView" destination="bb7-Bc-HL1" id="kWG-H1-0aI"/>
                        <outlet property="heightFilter" destination="qHN-RX-Ceo" id="c9Q-Bk-HYZ"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="1QQ-Ze-W7O" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="-47" y="82"/>
        </scene>
        <!--品牌筛选-->
        <scene sceneID="7gg-kS-ofd">
            <objects>
                <viewController storyboardIdentifier="KWMBrandFilterVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="zZW-kv-XMQ" userLabel="品牌筛选" customClass="KWMBrandFilterVC" sceneMemberID="viewController">
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="uyf-ho-Bqd"/>
                        <viewControllerLayoutGuide type="bottom" id="nqh-fh-FwT"/>
                    </layoutGuides>
                    <view key="view" contentMode="scaleToFill" id="Lpv-oL-6yB">
                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QfZ-Aw-MdM" userLabel="blank">
                                <rect key="frame" x="0.0" y="20" width="375" height="647"/>
                                <connections>
                                    <action selector="onClickBlank:" destination="zZW-kv-XMQ" eventType="touchUpInside" id="3bh-EE-D8F"/>
                                </connections>
                            </button>
                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GHd-VE-ogA">
                                <rect key="frame" x="0.0" y="100" width="375" height="567"/>
                                <subviews>
                                    <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="t5a-a2-o1C">
                                        <rect key="frame" x="0.0" y="0.0" width="375" height="486"/>
                                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                        <connections>
                                            <outlet property="dataSource" destination="zZW-kv-XMQ" id="VYK-ca-bH5"/>
                                            <outlet property="delegate" destination="zZW-kv-XMQ" id="f5V-xK-Chf"/>
                                        </connections>
                                    </tableView>
                                    <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GDj-66-xqa">
                                        <rect key="frame" x="0.0" y="486" width="375" height="1"/>
                                        <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
                                        <constraints>
                                            <constraint firstAttribute="height" constant="1" id="qFZ-Mg-OcE"/>
                                        </constraints>
                                    </view>
                                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0S9-md-Qhn">
                                        <rect key="frame" x="20" y="497" width="335" height="50"/>
                                        <color key="backgroundColor" red="0.14901960780000001" green="0.14901960780000001" blue="0.14901960780000001" alpha="1" colorSpace="calibratedRGB"/>
                                        <constraints>
                                            <constraint firstAttribute="height" constant="50" id="UVo-oU-cbV"/>
                                        </constraints>
                                        <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="15"/>
                                        <state key="normal" title="完成">
                                            <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                        </state>
                                        <connections>
                                            <action selector="onClickComplete:" destination="zZW-kv-XMQ" eventType="touchUpInside" id="9So-WY-sep"/>
                                        </connections>
                                    </button>
                                </subviews>
                                <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                <constraints>
                                    <constraint firstAttribute="trailing" secondItem="t5a-a2-o1C" secondAttribute="trailing" id="2D5-nQ-TtY"/>
                                    <constraint firstItem="t5a-a2-o1C" firstAttribute="leading" secondItem="GHd-VE-ogA" secondAttribute="leading" id="Cms-mR-waF"/>
                                    <constraint firstItem="0S9-md-Qhn" firstAttribute="top" secondItem="GDj-66-xqa" secondAttribute="bottom" constant="10" id="DgO-2Q-1XJ"/>
                                    <constraint firstItem="0S9-md-Qhn" firstAttribute="leading" secondItem="GHd-VE-ogA" secondAttribute="leading" constant="20" id="KFl-ae-tM0"/>
                                    <constraint firstItem="GDj-66-xqa" firstAttribute="leading" secondItem="GHd-VE-ogA" secondAttribute="leading" id="L3b-Q7-JXG"/>
                                    <constraint firstAttribute="trailing" secondItem="GDj-66-xqa" secondAttribute="trailing" id="Mf7-pH-9sG"/>
                                    <constraint firstItem="t5a-a2-o1C" firstAttribute="top" secondItem="GHd-VE-ogA" secondAttribute="top" id="Nu7-Fe-q8Y"/>
                                    <constraint firstItem="GDj-66-xqa" firstAttribute="top" secondItem="t5a-a2-o1C" secondAttribute="bottom" id="cda-TS-pcZ"/>
                                    <constraint firstAttribute="bottom" secondItem="0S9-md-Qhn" secondAttribute="bottom" constant="20" id="pKh-zN-j3U"/>
                                    <constraint firstAttribute="trailing" secondItem="0S9-md-Qhn" secondAttribute="trailing" constant="20" id="u3s-IB-87P"/>
                                </constraints>
                            </view>
                        </subviews>
                        <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                        <constraints>
                            <constraint firstItem="GHd-VE-ogA" firstAttribute="leading" secondItem="Lpv-oL-6yB" secondAttribute="leading" id="JiU-zT-1aA"/>
                            <constraint firstItem="nqh-fh-FwT" firstAttribute="top" secondItem="GHd-VE-ogA" secondAttribute="bottom" id="SSw-P7-i4l"/>
                            <constraint firstAttribute="trailing" secondItem="GHd-VE-ogA" secondAttribute="trailing" id="aM3-S5-ZSF"/>
                            <constraint firstItem="QfZ-Aw-MdM" firstAttribute="top" secondItem="uyf-ho-Bqd" secondAttribute="bottom" id="fq9-Pm-AKg"/>
                            <constraint firstAttribute="trailing" secondItem="QfZ-Aw-MdM" secondAttribute="trailing" id="lnA-8W-CQ5"/>
                            <constraint firstItem="GHd-VE-ogA" firstAttribute="height" secondItem="Lpv-oL-6yB" secondAttribute="height" multiplier="0.85" id="mAI-T3-fvN"/>
                            <constraint firstItem="QfZ-Aw-MdM" firstAttribute="leading" secondItem="Lpv-oL-6yB" secondAttribute="leading" id="wGK-Kh-vJU"/>
                            <constraint firstAttribute="bottom" secondItem="QfZ-Aw-MdM" secondAttribute="bottom" id="z3z-7l-tya"/>
                        </constraints>
                    </view>
                    <connections>
                        <outlet property="tbvBrand" destination="t5a-a2-o1C" id="szS-m9-8P3"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="QHR-yO-W6A" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="646" y="82"/>
        </scene>
    </scenes>
</document>