宽窄优行-由【嘉易行】项目成品而来
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
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
114
115
116
117
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina5_5" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
        <capability name="Named colors" 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"/>
        <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="CarMoreListView" customModule="OK出行" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wfY-Ay-Yhh">
                    <rect key="frame" x="0.0" y="0.0" width="414" height="381"/>
                    <subviews>
                        <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="s62-lk-G8w">
                            <rect key="frame" x="0.0" y="15" width="414" height="300"/>
                            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="300" id="dYl-6T-UmP"/>
                            </constraints>
                            <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="nIp-8m-Sq7">
                                <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>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bSy-EC-dVW">
                            <rect key="frame" x="0.0" y="341" width="207" height="40"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="40" id="IOK-hh-4Zl"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                            <state key="normal" title="重置">
                                <color key="titleColor" name="Color"/>
                            </state>
                            <userDefinedRuntimeAttributes>
                                <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
                                    <color key="value" name="Color"/>
                                </userDefinedRuntimeAttribute>
                                <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
                                    <real key="value" value="0.5"/>
                                </userDefinedRuntimeAttribute>
                            </userDefinedRuntimeAttributes>
                            <connections>
                                <action selector="resetAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="IQS-vn-Dqe"/>
                            </connections>
                        </button>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="s3s-RI-Hgj">
                            <rect key="frame" x="207" y="341" width="207" height="40"/>
                            <color key="backgroundColor" name="Color"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="40" id="bjM-KB-XsM"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                            <state key="normal" title="确定"/>
                            <connections>
                                <action selector="completeAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="cYf-rx-dKi"/>
                            </connections>
                        </button>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="bottom" secondItem="bSy-EC-dVW" secondAttribute="bottom" id="5J5-22-w7m"/>
                        <constraint firstItem="bSy-EC-dVW" firstAttribute="top" secondItem="s62-lk-G8w" secondAttribute="bottom" constant="26" id="EdU-sD-dCo"/>
                        <constraint firstItem="s3s-RI-Hgj" firstAttribute="width" secondItem="bSy-EC-dVW" secondAttribute="width" id="GKx-Lx-WfO"/>
                        <constraint firstAttribute="trailing" secondItem="s3s-RI-Hgj" secondAttribute="trailing" id="JU8-Aw-ce0"/>
                        <constraint firstItem="s62-lk-G8w" firstAttribute="leading" secondItem="wfY-Ay-Yhh" secondAttribute="leading" id="QHD-uI-uXI"/>
                        <constraint firstItem="bSy-EC-dVW" firstAttribute="leading" secondItem="wfY-Ay-Yhh" secondAttribute="leading" id="R0x-vM-zZu"/>
                        <constraint firstAttribute="trailing" secondItem="s62-lk-G8w" secondAttribute="trailing" id="UaZ-WC-C0f"/>
                        <constraint firstAttribute="bottom" secondItem="s3s-RI-Hgj" secondAttribute="bottom" id="YJM-p9-qTV"/>
                        <constraint firstItem="s3s-RI-Hgj" firstAttribute="leading" secondItem="bSy-EC-dVW" secondAttribute="trailing" id="ZPj-2S-BXN"/>
                        <constraint firstItem="s62-lk-G8w" firstAttribute="top" secondItem="wfY-Ay-Yhh" secondAttribute="top" constant="15" id="vqR-qY-qby"/>
                    </constraints>
                </view>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Cp6-iK-sfM">
                    <rect key="frame" x="0.0" y="381" width="414" height="355"/>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <connections>
                        <action selector="hiddenAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="TBL-Df-UE4"/>
                    </connections>
                </button>
            </subviews>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.5" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="wfY-Ay-Yhh" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="158-Yc-BrE"/>
                <constraint firstItem="Cp6-iK-sfM" firstAttribute="top" secondItem="wfY-Ay-Yhh" secondAttribute="bottom" id="NVf-4p-Plp"/>
                <constraint firstAttribute="bottom" secondItem="Cp6-iK-sfM" secondAttribute="bottom" id="VRT-4f-zQp"/>
                <constraint firstAttribute="trailing" secondItem="Cp6-iK-sfM" secondAttribute="trailing" id="e1d-ru-3nC"/>
                <constraint firstItem="wfY-Ay-Yhh" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="fel-53-rua"/>
                <constraint firstItem="Cp6-iK-sfM" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="fwe-od-gXe"/>
                <constraint firstAttribute="trailing" secondItem="wfY-Ay-Yhh" secondAttribute="trailing" id="ges-my-fv7"/>
            </constraints>
            <connections>
                <outlet property="itemCollectionHeiCons" destination="dYl-6T-UmP" id="FHe-Qe-bIl"/>
                <outlet property="itemCollectionView" destination="s62-lk-G8w" id="ZLR-Er-zpk"/>
            </connections>
            <point key="canvasLocation" x="139" y="154"/>
        </view>
    </objects>
    <resources>
        <namedColor name="Color">
            <color red="0.0" green="0.74900001287460327" blue="0.18799999356269836" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>