r
4 天以前 40d2509d9b7ba38e79fd023a2049e3bd5492d3b6
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" 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="23506"/>
        <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"/>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="_SearchBannerCCell" id="gTV-IL-0wX" customClass="SearchBannerCCell" customModule="WanPai" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="382" height="320"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="382" height="320"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="thJ-IX-chT">
                        <rect key="frame" x="5" y="5" width="372" height="310"/>
                        <subviews>
                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="pTu-5i-L13">
                                <rect key="frame" x="0.0" y="0.0" width="372" height="220"/>
                                <color key="backgroundColor" systemColor="systemGray6Color"/>
                            </imageView>
                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Rfe-En-Xee">
                                <rect key="frame" x="0.0" y="220" width="372" height="90"/>
                                <subviews>
                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7Ad-qv-y5J">
                                        <rect key="frame" x="10" y="6" width="352" height="18"/>
                                        <constraints>
                                            <constraint firstAttribute="height" constant="18" id="0SY-Gz-SGL"/>
                                        </constraints>
                                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                        <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
                                        <nil key="highlightedColor"/>
                                    </label>
                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9qr-cP-39L">
                                        <rect key="frame" x="10" y="24" width="352" height="18"/>
                                        <constraints>
                                            <constraint firstAttribute="height" constant="18" id="u6Y-3Q-yTC"/>
                                        </constraints>
                                        <fontDescription key="fontDescription" type="system" pointSize="12"/>
                                        <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
                                        <nil key="highlightedColor"/>
                                    </label>
                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="neg-i1-S7H">
                                        <rect key="frame" x="10" y="44" width="352" height="18"/>
                                        <constraints>
                                            <constraint firstAttribute="height" constant="18" id="fP5-Ou-fL0"/>
                                        </constraints>
                                        <fontDescription key="fontDescription" type="system" pointSize="10"/>
                                        <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
                                        <nil key="highlightedColor"/>
                                    </label>
                                </subviews>
                                <constraints>
                                    <constraint firstItem="neg-i1-S7H" firstAttribute="top" secondItem="9qr-cP-39L" secondAttribute="bottom" constant="2" id="41b-A1-o3H"/>
                                    <constraint firstItem="7Ad-qv-y5J" firstAttribute="leading" secondItem="Rfe-En-Xee" secondAttribute="leading" constant="10" id="6BZ-vk-orz"/>
                                    <constraint firstAttribute="height" constant="90" id="7TH-uK-bAy"/>
                                    <constraint firstItem="7Ad-qv-y5J" firstAttribute="top" secondItem="Rfe-En-Xee" secondAttribute="top" constant="6" id="N1b-m0-E3f"/>
                                    <constraint firstItem="neg-i1-S7H" firstAttribute="leading" secondItem="Rfe-En-Xee" secondAttribute="leading" constant="10" id="TJQ-yf-Jth"/>
                                    <constraint firstItem="9qr-cP-39L" firstAttribute="top" secondItem="7Ad-qv-y5J" secondAttribute="bottom" id="Y4p-px-8RG"/>
                                    <constraint firstAttribute="trailing" secondItem="neg-i1-S7H" secondAttribute="trailing" constant="10" id="ZbX-ch-zpZ"/>
                                    <constraint firstAttribute="trailing" secondItem="7Ad-qv-y5J" secondAttribute="trailing" constant="10" id="fdv-4U-3AR"/>
                                    <constraint firstItem="9qr-cP-39L" firstAttribute="leading" secondItem="Rfe-En-Xee" secondAttribute="leading" constant="10" id="h41-qb-zN9"/>
                                    <constraint firstAttribute="trailing" secondItem="9qr-cP-39L" secondAttribute="trailing" constant="10" id="qAf-XV-tjp"/>
                                </constraints>
                            </view>
                        </subviews>
                        <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                        <constraints>
                            <constraint firstAttribute="bottom" secondItem="Rfe-En-Xee" secondAttribute="bottom" id="3JP-kY-tuw"/>
                            <constraint firstAttribute="trailing" secondItem="Rfe-En-Xee" secondAttribute="trailing" id="HbQ-5h-QeL"/>
                            <constraint firstItem="Rfe-En-Xee" firstAttribute="top" secondItem="pTu-5i-L13" secondAttribute="bottom" id="Q15-Cp-2NB"/>
                            <constraint firstItem="pTu-5i-L13" firstAttribute="top" secondItem="thJ-IX-chT" secondAttribute="top" id="am4-b2-Iig"/>
                            <constraint firstAttribute="trailing" secondItem="pTu-5i-L13" secondAttribute="trailing" id="cuK-XL-GLL"/>
                            <constraint firstItem="Rfe-En-Xee" firstAttribute="leading" secondItem="thJ-IX-chT" secondAttribute="leading" id="dZF-Eo-Jra"/>
                            <constraint firstItem="pTu-5i-L13" firstAttribute="leading" secondItem="thJ-IX-chT" secondAttribute="leading" id="sqK-vd-Q5B"/>
                        </constraints>
                    </view>
                </subviews>
            </view>
            <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
            <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
            <constraints>
                <constraint firstItem="thJ-IX-chT" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="5" id="0Fn-kk-MDN"/>
                <constraint firstAttribute="trailing" secondItem="thJ-IX-chT" secondAttribute="trailing" constant="5" id="87p-7b-Nmg"/>
                <constraint firstAttribute="bottom" secondItem="thJ-IX-chT" secondAttribute="bottom" constant="5" id="Jac-BX-gdA"/>
                <constraint firstItem="thJ-IX-chT" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="5" id="faG-NX-NIM"/>
            </constraints>
            <size key="customSize" width="382" height="320"/>
            <connections>
                <outlet property="img_cover" destination="pTu-5i-L13" id="RBl-ek-ybz"/>
                <outlet property="label_address" destination="neg-i1-S7H" id="1vD-Gd-e0N"/>
                <outlet property="label_distance" destination="7Ad-qv-y5J" id="DYi-sG-VUW"/>
                <outlet property="label_title" destination="9qr-cP-39L" id="rdg-3J-NFv"/>
                <outlet property="view_container" destination="thJ-IX-chT" id="iYY-QF-ouM"/>
            </connections>
            <point key="canvasLocation" x="316.03053435114504" y="173.2394366197183"/>
        </collectionViewCell>
    </objects>
    <resources>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
        <systemColor name="systemGray6Color">
            <color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </systemColor>
    </resources>
</document>