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
53
54
55
56
57
58
59
60
61
62
63
<?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"/>
        <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="SearchCollectionViewCell">
            <rect key="frame" x="0.0" y="0.0" width="274" height="80"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="274" height="80"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="C9S-ZF-8g8">
                        <rect key="frame" x="0.0" y="0.0" width="274" height="80"/>
                        <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                        <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="WyK-aJ-5hv">
                        <rect key="frame" x="0.0" y="0.0" width="274" height="80"/>
                    </imageView>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Uqs-N5-p1G">
                        <rect key="frame" x="5" y="0.0" width="264" height="80"/>
                        <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
                        <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                </subviews>
            </view>
            <constraints>
                <constraint firstItem="C9S-ZF-8g8" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="1Zq-jB-iXr"/>
                <constraint firstItem="WyK-aJ-5hv" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="4Dz-FX-zhH"/>
                <constraint firstAttribute="trailing" secondItem="C9S-ZF-8g8" secondAttribute="trailing" id="Dwh-bu-IQ3"/>
                <constraint firstItem="Uqs-N5-p1G" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="5" id="Elb-Sb-ye8"/>
                <constraint firstItem="Uqs-N5-p1G" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="LFQ-0L-dTk"/>
                <constraint firstAttribute="bottom" secondItem="WyK-aJ-5hv" secondAttribute="bottom" id="XKy-Of-Elw"/>
                <constraint firstItem="WyK-aJ-5hv" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="dCH-aW-L8E"/>
                <constraint firstAttribute="bottom" secondItem="C9S-ZF-8g8" secondAttribute="bottom" id="khp-6r-rgE"/>
                <constraint firstAttribute="trailing" secondItem="WyK-aJ-5hv" secondAttribute="trailing" id="ln6-GU-Rag"/>
                <constraint firstAttribute="trailing" secondItem="Uqs-N5-p1G" secondAttribute="trailing" constant="5" id="nIX-dj-7M8"/>
                <constraint firstAttribute="bottom" secondItem="Uqs-N5-p1G" secondAttribute="bottom" id="rqc-TP-RTA"/>
                <constraint firstItem="C9S-ZF-8g8" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="wZC-49-Lt6"/>
            </constraints>
            <size key="customSize" width="274" height="80"/>
            <connections>
                <outlet property="backgroundColor" destination="C9S-ZF-8g8" id="V0E-rf-Zb8"/>
                <outlet property="searchCellBackImage" destination="WyK-aJ-5hv" id="408-n5-WDm"/>
                <outlet property="searchCellText" destination="Uqs-N5-p1G" id="wlb-Ft-l8p"/>
            </connections>
            <point key="canvasLocation" x="614" y="342"/>
        </collectionViewCell>
    </objects>
</document>