宽窄优行-由【嘉易行】项目成品而来
younger_times
2023-07-05 0d8f5fc8a516bfd07e425909e4a4432600572ee7
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina6_1" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
        <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" id="gTV-IL-0wX" customClass="YYCarTypeCell" customModule="OK出行" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="125" height="124"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="125" height="124"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="81V-OY-XY8" customClass="YYImageView" customModule="OK出行" customModuleProvider="target">
                        <rect key="frame" x="0.0" y="0.0" width="125" height="124"/>
                        <subviews>
                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="IDV-OJ-W4b">
                                <rect key="frame" x="24" y="47" width="77" height="30"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="30" id="IK9-8b-0tr"/>
                                </constraints>
                            </imageView>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="经济车" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Iz1-8f-ZNd">
                                <rect key="frame" x="38" y="21.5" width="49" height="19.5"/>
                                <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
                                <nil key="textColor"/>
                                <nil key="highlightedColor"/>
                            </label>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="预估20.30" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IUa-LU-JHW">
                                <rect key="frame" x="34" y="84" width="57.5" height="14.5"/>
                                <fontDescription key="fontDescription" type="system" pointSize="12"/>
                                <nil key="textColor"/>
                                <nil key="highlightedColor"/>
                            </label>
                        </subviews>
                        <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                        <constraints>
                            <constraint firstItem="IDV-OJ-W4b" firstAttribute="centerX" secondItem="81V-OY-XY8" secondAttribute="centerX" id="6fS-Bh-L58"/>
                            <constraint firstItem="Iz1-8f-ZNd" firstAttribute="centerX" secondItem="81V-OY-XY8" secondAttribute="centerX" id="J7P-RN-Heg"/>
                            <constraint firstItem="IDV-OJ-W4b" firstAttribute="leading" secondItem="81V-OY-XY8" secondAttribute="leading" constant="24" id="LeF-db-lyZ"/>
                            <constraint firstItem="IUa-LU-JHW" firstAttribute="centerX" secondItem="81V-OY-XY8" secondAttribute="centerX" id="SUY-yE-OnV"/>
                            <constraint firstItem="IUa-LU-JHW" firstAttribute="top" secondItem="IDV-OJ-W4b" secondAttribute="bottom" constant="7" id="gAQ-hV-738"/>
                            <constraint firstItem="IDV-OJ-W4b" firstAttribute="centerY" secondItem="81V-OY-XY8" secondAttribute="centerY" id="i0q-7Q-8Nv"/>
                            <constraint firstItem="IDV-OJ-W4b" firstAttribute="top" secondItem="Iz1-8f-ZNd" secondAttribute="bottom" constant="6" id="pXn-0a-mQE"/>
                            <constraint firstAttribute="trailing" secondItem="IDV-OJ-W4b" secondAttribute="trailing" constant="24" id="rjJ-Ec-wPG"/>
                        </constraints>
                        <userDefinedRuntimeAttributes>
                            <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                                <real key="value" value="4"/>
                            </userDefinedRuntimeAttribute>
                        </userDefinedRuntimeAttributes>
                    </view>
                </subviews>
            </view>
            <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
            <constraints>
                <constraint firstAttribute="bottom" secondItem="81V-OY-XY8" secondAttribute="bottom" id="0df-Wo-HOB"/>
                <constraint firstItem="81V-OY-XY8" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="Jk8-Rh-N43"/>
                <constraint firstAttribute="trailing" secondItem="81V-OY-XY8" secondAttribute="trailing" id="L37-Gy-ep9"/>
                <constraint firstItem="81V-OY-XY8" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="uWu-o0-H0b"/>
            </constraints>
            <size key="customSize" width="125" height="124"/>
            <connections>
                <outlet property="imageView_cover" destination="IDV-OJ-W4b" id="01R-DT-MTF"/>
                <outlet property="label_carType" destination="Iz1-8f-ZNd" id="OIr-Mk-BSs"/>
                <outlet property="label_price" destination="IUa-LU-JHW" id="Ths-gT-Fx9"/>
                <outlet property="view_container" destination="81V-OY-XY8" id="t27-5p-Yfe"/>
            </connections>
            <point key="canvasLocation" x="46" y="98"/>
        </collectionViewCell>
    </objects>
    <resources>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>