杨锴
2025-04-16 09a372bc45fde16fd42257ab6f78b8deeecf720b
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina6_12" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
        <capability name="System colors in document resources" minToolsVersion="11.0"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SearchContentVC" customModule="XQMuse" customModuleProvider="target">
            <connections>
                <outlet property="collectionView" destination="7oq-G1-yRS" id="eDt-Jx-qae"/>
                <outlet property="tf_search" destination="1vI-K4-L0H" id="ZEF-UV-nDX"/>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
            <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TC7-aj-qYG">
                    <rect key="frame" x="20" y="80.666666666666671" width="307.66666666666669" height="42.333333333333329"/>
                    <subviews>
                        <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_search" translatesAutoresizingMaskIntoConstraints="NO" id="65c-rl-Iy6">
                            <rect key="frame" x="15.666666666666666" y="10" width="22.666666666666679" height="22"/>
                        </imageView>
                        <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入冥想搜索内容" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="1vI-K4-L0H">
                            <rect key="frame" x="47.666666666666671" y="0.0" width="250.33333333333331" height="42.333333333333336"/>
                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
                            <textInputTraits key="textInputTraits"/>
                        </textField>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstItem="65c-rl-Iy6" firstAttribute="centerY" secondItem="TC7-aj-qYG" secondAttribute="centerY" id="5Tb-l8-ZVe"/>
                        <constraint firstAttribute="bottom" secondItem="1vI-K4-L0H" secondAttribute="bottom" id="Cqp-qj-nis"/>
                        <constraint firstAttribute="trailing" secondItem="1vI-K4-L0H" secondAttribute="trailing" constant="9.5" id="b5o-wZ-ra4"/>
                        <constraint firstItem="1vI-K4-L0H" firstAttribute="leading" secondItem="65c-rl-Iy6" secondAttribute="trailing" constant="9.5" id="kkN-Dz-xQ4"/>
                        <constraint firstAttribute="height" constant="42.5" id="lOf-Xu-RML"/>
                        <constraint firstItem="1vI-K4-L0H" firstAttribute="top" secondItem="TC7-aj-qYG" secondAttribute="top" id="utl-dL-au5"/>
                        <constraint firstItem="65c-rl-Iy6" firstAttribute="leading" secondItem="TC7-aj-qYG" secondAttribute="leading" constant="15.5" id="wMx-8U-5Ns"/>
                    </constraints>
                    <userDefinedRuntimeAttributes>
                        <userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
                        <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                            <real key="value" value="20.25"/>
                        </userDefinedRuntimeAttribute>
                    </userDefinedRuntimeAttributes>
                </view>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xCq-k6-78m">
                    <rect key="frame" x="327.66666666666669" y="80.666666666666671" width="65.333333333333314" height="42.333333333333329"/>
                    <fontDescription key="fontDescription" type="system" weight="medium" pointSize="17"/>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <state key="normal" title="搜索">
                        <color key="titleColor" red="0.15686274510000001" green="0.15686274510000001" blue="0.15686274510000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    </state>
                    <connections>
                        <action selector="searchAction:" destination="-1" eventType="touchUpInside" id="EBw-eF-G14"/>
                    </connections>
                </button>
                <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="7oq-G1-yRS">
                    <rect key="frame" x="0.0" y="149.66666666666669" width="393" height="668.33333333333326"/>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="bHg-Zv-rHB">
                        <size key="itemSize" width="128" height="128"/>
                        <size key="headerReferenceSize" width="0.0" height="0.0"/>
                        <size key="footerReferenceSize" width="0.0" height="0.0"/>
                        <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
                    </collectionViewFlowLayout>
                </collectionView>
            </subviews>
            <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstItem="xCq-k6-78m" firstAttribute="top" secondItem="TC7-aj-qYG" secondAttribute="top" id="Fr5-xK-V5r"/>
                <constraint firstItem="TC7-aj-qYG" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="20" id="Kav-Pb-FgF"/>
                <constraint firstItem="7oq-G1-yRS" firstAttribute="top" secondItem="TC7-aj-qYG" secondAttribute="bottom" constant="26.5" id="Qrb-Jz-caW"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="7oq-G1-yRS" secondAttribute="trailing" id="V9I-i9-ngR"/>
                <constraint firstItem="xCq-k6-78m" firstAttribute="leading" secondItem="TC7-aj-qYG" secondAttribute="trailing" id="g8q-KA-3nz"/>
                <constraint firstItem="xCq-k6-78m" firstAttribute="bottom" secondItem="TC7-aj-qYG" secondAttribute="bottom" id="hHi-iT-q8s"/>
                <constraint firstItem="TC7-aj-qYG" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="21.5" id="ky8-UL-y0F"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="TC7-aj-qYG" secondAttribute="trailing" constant="65.5" id="p0x-hg-JiQ"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="7oq-G1-yRS" secondAttribute="bottom" id="p44-5d-Mfu"/>
                <constraint firstItem="7oq-G1-yRS" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="sf3-H6-QVJ"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="xCq-k6-78m" secondAttribute="trailing" id="zZy-U5-6Uh"/>
            </constraints>
            <point key="canvasLocation" x="64.885496183206101" y="20.422535211267608"/>
        </view>
    </objects>
    <resources>
        <image name="icon_search" width="22.666666030883789" height="22"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>