admin
2023-04-21 0b3a4aaf99ea251bc8e27b96115288f0988fcffe
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="15G1004" 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"/>
        <collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="U6b-Vx-4bR" customClass="SearchCollectionReusableView">
            <rect key="frame" x="0.0" y="0.0" width="321" height="30"/>
            <autoresizingMask key="autoresizingMask"/>
            <subviews>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="热门搜索" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0x0-8H-66S">
                    <rect key="frame" x="18" y="0.0" width="203" height="30"/>
                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
                    <color key="textColor" red="0.88235294117647056" green="0.45098039215686275" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <nil key="highlightedColor"/>
                </label>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qy6-nm-JwP">
                    <rect key="frame" x="221" y="0.0" width="75" height="30"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="75" id="PPR-Oc-6QS"/>
                        <constraint firstAttribute="height" constant="30" id="d9Q-Mt-FV1"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
                    <state key="normal" title="清除历史">
                        <color key="titleColor" red="0.81176470588235294" green="0.81176470588235294" blue="0.81176470588235294" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    </state>
                </button>
            </subviews>
            <constraints>
                <constraint firstItem="qy6-nm-JwP" firstAttribute="top" secondItem="U6b-Vx-4bR" secondAttribute="top" id="4sf-w8-XaN"/>
                <constraint firstAttribute="trailing" secondItem="qy6-nm-JwP" secondAttribute="trailing" constant="25" id="M4I-op-tb3"/>
                <constraint firstItem="0x0-8H-66S" firstAttribute="leading" secondItem="U6b-Vx-4bR" secondAttribute="leading" constant="18" id="XeI-I1-Kar"/>
                <constraint firstItem="0x0-8H-66S" firstAttribute="top" secondItem="U6b-Vx-4bR" secondAttribute="top" id="aIo-iS-tmC"/>
                <constraint firstItem="qy6-nm-JwP" firstAttribute="leading" secondItem="0x0-8H-66S" secondAttribute="trailing" id="i2h-Hu-ULL"/>
                <constraint firstAttribute="bottom" secondItem="qy6-nm-JwP" secondAttribute="bottom" id="olq-mT-43z"/>
                <constraint firstAttribute="bottom" secondItem="0x0-8H-66S" secondAttribute="bottom" id="p5A-G2-WmN"/>
            </constraints>
            <connections>
                <outlet property="ClearHistory" destination="qy6-nm-JwP" id="BMe-tE-pzk"/>
                <outlet property="searchViewTitle" destination="0x0-8H-66S" id="LOe-2J-Ejh"/>
            </connections>
            <point key="canvasLocation" x="456.5" y="374"/>
        </collectionReusableView>
    </objects>
</document>