Brand.storyboard 23.4 KB
Newer Older
houweibin committed
1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
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="12089"/>
houweibin committed
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <scenes>
        <!--品牌Caramel-->
        <scene sceneID="34I-3h-5hX">
            <objects>
                <viewController storyboardIdentifier="KWMBrandCaramelVC" hidesBottomBarWhenPushed="YES" useStoryboardIdentifierAsRestorationIdentifier="YES" id="eiC-Xl-2es" userLabel="品牌Caramel" customClass="KWMBrandCaramelVC" sceneMemberID="viewController">
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="gML-uH-K3J"/>
                        <viewControllerLayoutGuide type="bottom" id="3n2-hH-xH7"/>
                    </layoutGuides>
                    <view key="view" contentMode="scaleToFill" id="zpX-41-Ngk">
                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
houweibin committed
24 25
                            <tableView contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="IcS-3H-XUB">
                                <rect key="frame" x="0.0" y="104" width="375" height="563"/>
houweibin committed
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
                                <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                <view key="tableHeaderView" clipsSubviews="YES" contentMode="scaleToFill" id="m0g-lT-Bac">
                                    <rect key="frame" x="0.0" y="0.0" width="375" height="210"/>
                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                    <subviews>
                                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="bSu-Ww-ztC">
                                            <rect key="frame" x="0.0" y="0.0" width="375" height="210"/>
                                        </imageView>
                                        <view alpha="0.5" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="RSg-ot-hh6">
                                            <rect key="frame" x="0.0" y="210" width="375" height="210"/>
                                            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                            <constraints>
                                                <constraint firstAttribute="height" constant="210" id="o7z-ZG-ytp"/>
                                            </constraints>
                                        </view>
houweibin committed
41
                                        <textView hidden="YES" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="09X-K0-Zki">
houweibin committed
42 43 44 45 46 47 48 49 50
                                            <rect key="frame" x="0.0" y="251" width="375" height="128"/>
                                            <constraints>
                                                <constraint firstAttribute="height" constant="128" id="ibt-xg-ahc"/>
                                            </constraints>
                                            <string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.</string>
                                            <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                            <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
                                        </textView>
houweibin committed
51
                                        <button hidden="YES" opaque="NO" alpha="0.5" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lgS-Wb-cuc">
houweibin committed
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
                                            <rect key="frame" x="0.0" y="190" width="375" height="20"/>
                                            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                            <constraints>
                                                <constraint firstAttribute="height" constant="20" id="Bof-wP-xvT"/>
                                            </constraints>
                                            <state key="normal" image="button_ brand_pull-up"/>
                                            <connections>
                                                <action selector="onClickBotomBtn:" destination="eiC-Xl-2es" eventType="touchUpInside" id="FEu-7C-X51"/>
                                            </connections>
                                        </button>
                                    </subviews>
                                    <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                    <constraints>
                                        <constraint firstItem="bSu-Ww-ztC" firstAttribute="top" secondItem="m0g-lT-Bac" secondAttribute="top" id="1a1-AC-EeF"/>
                                        <constraint firstAttribute="bottom" secondItem="bSu-Ww-ztC" secondAttribute="bottom" id="2gS-O9-rcG"/>
                                        <constraint firstItem="lgS-Wb-cuc" firstAttribute="leading" secondItem="m0g-lT-Bac" secondAttribute="leading" id="7DP-uK-qA0"/>
                                        <constraint firstItem="RSg-ot-hh6" firstAttribute="top" secondItem="m0g-lT-Bac" secondAttribute="top" constant="210" id="9ij-Of-WPP"/>
                                        <constraint firstItem="bSu-Ww-ztC" firstAttribute="leading" secondItem="m0g-lT-Bac" secondAttribute="leading" id="ARN-0c-aSB"/>
                                        <constraint firstAttribute="trailing" secondItem="lgS-Wb-cuc" secondAttribute="trailing" id="MwA-J9-DqZ"/>
                                        <constraint firstItem="09X-K0-Zki" firstAttribute="top" secondItem="m0g-lT-Bac" secondAttribute="top" constant="251" id="PQT-t1-A4h"/>
                                        <constraint firstAttribute="trailing" secondItem="09X-K0-Zki" secondAttribute="trailing" id="QXu-fC-I4D"/>
                                        <constraint firstAttribute="trailing" secondItem="bSu-Ww-ztC" secondAttribute="trailing" id="ayQ-By-ad0"/>
                                        <constraint firstItem="09X-K0-Zki" firstAttribute="leading" secondItem="m0g-lT-Bac" secondAttribute="leading" id="nkA-VE-v5s"/>
                                        <constraint firstAttribute="trailing" secondItem="RSg-ot-hh6" secondAttribute="trailing" id="rf2-JP-dRN"/>
                                        <constraint firstItem="RSg-ot-hh6" firstAttribute="leading" secondItem="m0g-lT-Bac" secondAttribute="leading" id="wjj-Oy-3R7"/>
                                        <constraint firstAttribute="bottom" secondItem="lgS-Wb-cuc" secondAttribute="bottom" id="yNZ-54-Oc9"/>
                                    </constraints>
                                </view>
                                <sections/>
                                <connections>
                                    <outlet property="dataSource" destination="eiC-Xl-2es" id="7Dc-DA-e1Z"/>
                                    <outlet property="delegate" destination="eiC-Xl-2es" id="dM4-Gw-Ouq"/>
                                </connections>
                            </tableView>
                            <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="evT-5t-rty">
                                <rect key="frame" x="0.0" y="20" width="375" height="647"/>
                                <subviews>
                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="暂无商品" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="R23-SN-2Bb">
                                        <rect key="frame" x="155" y="313" width="66" height="21"/>
                                        <constraints>
                                            <constraint firstAttribute="height" constant="21" id="2Se-t3-haf"/>
                                            <constraint firstAttribute="width" constant="66" id="ZLX-49-J6q"/>
                                        </constraints>
                                        <fontDescription key="fontDescription" name="PingFangSC-Light" family="PingFang SC" pointSize="15"/>
                                        <color key="textColor" red="0.2043669871794872" green="0.2043669871794872" blue="0.2043669871794872" alpha="1" colorSpace="calibratedRGB"/>
                                        <nil key="highlightedColor"/>
                                    </label>
                                    <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_brand_not quite available" translatesAutoresizingMaskIntoConstraints="NO" id="hEs-Nl-jTX">
                                        <rect key="frame" x="169" y="252" width="38" height="43"/>
                                        <constraints>
                                            <constraint firstAttribute="width" constant="37.530000000000001" id="PAu-3f-t7g"/>
                                            <constraint firstAttribute="height" constant="43" id="Vbx-S0-sB7"/>
                                        </constraints>
                                    </imageView>
                                </subviews>
houweibin committed
107
                                <color key="backgroundColor" red="0.95686274509803915" green="0.96078431372549022" blue="0.96862745098039216" alpha="1" colorSpace="calibratedRGB"/>
houweibin committed
108 109 110 111 112 113 114
                                <constraints>
                                    <constraint firstItem="R23-SN-2Bb" firstAttribute="centerX" secondItem="evT-5t-rty" secondAttribute="centerX" id="A4k-v1-iTU"/>
                                    <constraint firstItem="R23-SN-2Bb" firstAttribute="top" secondItem="hEs-Nl-jTX" secondAttribute="bottom" constant="18" id="Tv4-ZZ-2PM"/>
                                    <constraint firstItem="hEs-Nl-jTX" firstAttribute="centerX" secondItem="R23-SN-2Bb" secondAttribute="centerX" id="as8-9U-uWC"/>
                                    <constraint firstItem="R23-SN-2Bb" firstAttribute="centerY" secondItem="evT-5t-rty" secondAttribute="centerY" id="w2g-0d-F8E"/>
                                </constraints>
                            </view>
115 116 117 118
                            <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Cy8-TS-7aW" customClass="KWMNormalFilterView">
                                <rect key="frame" x="0.0" y="94" width="375" height="573"/>
                                <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                            </view>
houweibin committed
119 120 121
                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hDa-nl-Tlr" customClass="KWMNormalFilterTab">
                                <rect key="frame" x="0.0" y="64" width="375" height="30"/>
                                <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
houweibin committed
122
                                <constraints>
houweibin committed
123
                                    <constraint firstAttribute="height" constant="30" id="HK4-OE-vEa"/>
houweibin committed
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
                                </constraints>
                            </view>
                        </subviews>
                        <color key="backgroundColor" red="0.95686274509803915" green="0.96078431372549022" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstItem="hDa-nl-Tlr" firstAttribute="top" secondItem="zpX-41-Ngk" secondAttribute="top" constant="64" id="1ku-fw-1rl"/>
                            <constraint firstAttribute="trailing" secondItem="evT-5t-rty" secondAttribute="trailing" id="67h-A6-5jJ"/>
                            <constraint firstItem="IcS-3H-XUB" firstAttribute="leading" secondItem="zpX-41-Ngk" secondAttribute="leading" id="CIl-uD-o0w"/>
                            <constraint firstAttribute="trailing" secondItem="IcS-3H-XUB" secondAttribute="trailing" id="Cv2-YS-e4D"/>
                            <constraint firstItem="hDa-nl-Tlr" firstAttribute="leading" secondItem="zpX-41-Ngk" secondAttribute="leading" id="NhL-d5-aXA"/>
                            <constraint firstItem="evT-5t-rty" firstAttribute="leading" secondItem="zpX-41-Ngk" secondAttribute="leading" id="Og9-68-h35"/>
                            <constraint firstItem="3n2-hH-xH7" firstAttribute="top" secondItem="Cy8-TS-7aW" secondAttribute="bottom" id="PIf-9Z-uEf"/>
                            <constraint firstItem="IcS-3H-XUB" firstAttribute="top" secondItem="hDa-nl-Tlr" secondAttribute="bottom" constant="10" id="VMa-R5-OFW"/>
                            <constraint firstAttribute="bottom" secondItem="evT-5t-rty" secondAttribute="bottom" id="XDr-SL-NMM"/>
                            <constraint firstAttribute="trailing" secondItem="hDa-nl-Tlr" secondAttribute="trailing" id="a3q-U2-mJY"/>
                            <constraint firstItem="evT-5t-rty" firstAttribute="top" secondItem="gML-uH-K3J" secondAttribute="bottom" id="cux-9w-CGx"/>
                            <constraint firstItem="Cy8-TS-7aW" firstAttribute="leading" secondItem="zpX-41-Ngk" secondAttribute="leading" id="f5m-vf-b8j"/>
                            <constraint firstAttribute="trailing" secondItem="Cy8-TS-7aW" secondAttribute="trailing" id="iCF-U2-txU"/>
                            <constraint firstItem="Cy8-TS-7aW" firstAttribute="top" secondItem="hDa-nl-Tlr" secondAttribute="bottom" id="kzM-OO-4XA"/>
                            <constraint firstItem="3n2-hH-xH7" firstAttribute="top" secondItem="IcS-3H-XUB" secondAttribute="bottom" id="s35-CK-Hrw"/>
                        </constraints>
                    </view>
                    <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
                    <size key="freeformSize" width="375" height="667"/>
                    <connections>
                        <outlet property="btnBottom" destination="lgS-Wb-cuc" id="yWf-RS-4uY"/>
houweibin committed
150 151
                        <outlet property="filterTab" destination="hDa-nl-Tlr" id="bN8-Bj-AEj"/>
                        <outlet property="filterView" destination="Cy8-TS-7aW" id="bXn-6V-4bg"/>
houweibin committed
152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237
                        <outlet property="ivBrand" destination="bSu-Ww-ztC" id="i4m-wL-R2a"/>
                        <outlet property="tbvBrandCaramel" destination="IcS-3H-XUB" id="Op2-g8-Z4j"/>
                        <outlet property="tvDescription" destination="09X-K0-Zki" id="rlf-aR-PPB"/>
                        <outlet property="tvDescriptionTop" destination="PQT-t1-A4h" id="cht-8x-qdf"/>
                        <outlet property="vBackgroudTop" destination="9ij-Of-WPP" id="FgA-b2-2oQ"/>
                        <outlet property="vBackground" destination="RSg-ot-hh6" id="npW-oZ-LuL"/>
                        <outlet property="vNoneGoods" destination="evT-5t-rty" id="cte-zL-TVM"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="ppo-c8-mZD" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="520.79999999999995" y="-353.07346326836586"/>
        </scene>
        <!--搜索品牌-->
        <scene sceneID="8Hh-fz-JRL">
            <objects>
                <viewController storyboardIdentifier="KWMSearchBrandVC" hidesBottomBarWhenPushed="YES" useStoryboardIdentifierAsRestorationIdentifier="YES" id="dZB-o0-0V5" userLabel="搜索品牌" customClass="KWMSearchBrandVC" sceneMemberID="viewController">
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="BDj-Bc-fMI"/>
                        <viewControllerLayoutGuide type="bottom" id="ClW-aC-GMS"/>
                    </layoutGuides>
                    <view key="view" contentMode="scaleToFill" id="TAG-5I-k3z">
                        <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="Xga-IN-Pq4" userLabel="vLine">
                                <rect key="frame" x="0.0" y="64" width="375" height="1"/>
                                <color key="backgroundColor" red="0.97275850785340312" green="0.97275850785340312" blue="0.97275850785340312" alpha="1" colorSpace="calibratedRGB"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="1" id="5wt-Lx-HtS"/>
                                </constraints>
                            </view>
                            <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="gJI-aS-DRK">
                                <rect key="frame" x="0.0" y="65" width="375" height="602"/>
                                <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                <view key="tableHeaderView" contentMode="scaleToFill" id="k52-E9-JpG" userLabel="vLine">
                                    <rect key="frame" x="0.0" y="0.0" width="375" height="5"/>
                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                    <color key="backgroundColor" red="0.82461414700000002" green="0.82461414700000002" blue="0.82461414700000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                    <constraints>
                                        <constraint firstAttribute="height" constant="5" id="clL-qM-kLl"/>
                                    </constraints>
                                </view>
                                <connections>
                                    <outlet property="dataSource" destination="dZB-o0-0V5" id="av9-pj-b89"/>
                                    <outlet property="delegate" destination="dZB-o0-0V5" id="eFV-p7-3lX"/>
                                </connections>
                            </tableView>
                            <view hidden="YES" alpha="0.29999999999999999" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Tbn-TE-Ey2">
                                <rect key="frame" x="0.0" y="20" width="375" height="647"/>
                                <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
                            </view>
                        </subviews>
                        <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstItem="Tbn-TE-Ey2" firstAttribute="top" secondItem="BDj-Bc-fMI" secondAttribute="bottom" id="6Lb-UQ-GiU"/>
                            <constraint firstItem="Tbn-TE-Ey2" firstAttribute="leading" secondItem="TAG-5I-k3z" secondAttribute="leading" id="Bs0-Dh-YvD"/>
                            <constraint firstItem="Xga-IN-Pq4" firstAttribute="leading" secondItem="TAG-5I-k3z" secondAttribute="leading" id="C43-NT-I65"/>
                            <constraint firstItem="Xga-IN-Pq4" firstAttribute="top" secondItem="TAG-5I-k3z" secondAttribute="top" constant="64" id="HqX-43-hzC"/>
                            <constraint firstAttribute="trailing" secondItem="Tbn-TE-Ey2" secondAttribute="trailing" id="LP8-Zr-OcC"/>
                            <constraint firstItem="ClW-aC-GMS" firstAttribute="top" secondItem="gJI-aS-DRK" secondAttribute="bottom" id="PtC-MT-7E5"/>
                            <constraint firstAttribute="bottom" secondItem="Tbn-TE-Ey2" secondAttribute="bottom" id="TAb-Xe-bCR"/>
                            <constraint firstItem="gJI-aS-DRK" firstAttribute="top" secondItem="TAG-5I-k3z" secondAttribute="top" constant="65" id="fjn-hj-Gb9"/>
                            <constraint firstAttribute="trailing" secondItem="gJI-aS-DRK" secondAttribute="trailing" id="gaI-ST-Scl"/>
                            <constraint firstItem="gJI-aS-DRK" firstAttribute="leading" secondItem="TAG-5I-k3z" secondAttribute="leading" id="qiO-kD-Khu"/>
                            <constraint firstAttribute="trailing" secondItem="Xga-IN-Pq4" secondAttribute="trailing" id="tfA-Pe-mo6"/>
                        </constraints>
                    </view>
                    <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
                    <size key="freeformSize" width="375" height="667"/>
                    <connections>
                        <outlet property="tbvSearchBrand" destination="gJI-aS-DRK" id="dl1-OG-S3y"/>
                        <outlet property="vBackground" destination="Tbn-TE-Ey2" id="exj-ix-Ign"/>
                        <outlet property="vLine" destination="k52-E9-JpG" id="3of-VM-esW"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="nbs-Cn-9zP" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="1196" y="-353.07346326836586"/>
        </scene>
    </scenes>
    <resources>
        <image name="button_ brand_pull-up" width="9" height="4"/>
        <image name="ic_brand_not quite available" width="38" height="43"/>
    </resources>
</document>