宽窄优行-由【嘉易行】项目成品而来
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<?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="CarPriceListView" 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="Wzm-Ny-rrB">
                    <rect key="frame" x="0.0" y="0.0" width="414" height="183"/>
                    <subviews>
                        <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="8H9-ZY-gMY">
                            <rect key="frame" x="0.0" y="15" width="414" height="27"/>
                            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="27" id="Mg6-jw-av2"/>
                            </constraints>
                            <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="3dA-Gc-ogg">
                                <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>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="自定义价格" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NKT-TO-RSL">
                            <rect key="frame" x="14" y="57" width="81.666666666666671" height="22"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="22" id="kfY-cw-YQz"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
                            <color key="textColor" red="0.24313725489999999" green="0.24313725489999999" blue="0.24313725489999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="osh-h7-p2l">
                            <rect key="frame" x="14" y="96" width="92" height="25"/>
                            <subviews>
                                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="RAS-RM-BI1">
                                    <rect key="frame" x="0.0" y="24.333333333333329" width="92" height="0.66666666666666785"/>
                                    <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.059999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
                                    <constraints>
                                        <constraint firstAttribute="height" constant="0.59999999999999998" id="Zvw-RL-ufC"/>
                                    </constraints>
                                </view>
                                <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="最低价" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="KpO-Xb-EJh">
                                    <rect key="frame" x="0.0" y="0.0" width="92" height="24"/>
                                    <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                    <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
                                </textField>
                            </subviews>
                            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                            <constraints>
                                <constraint firstItem="KpO-Xb-EJh" firstAttribute="leading" secondItem="osh-h7-p2l" secondAttribute="leading" id="1eJ-Py-XZO"/>
                                <constraint firstItem="RAS-RM-BI1" firstAttribute="leading" secondItem="osh-h7-p2l" secondAttribute="leading" id="6mN-Lh-dyd"/>
                                <constraint firstAttribute="bottom" secondItem="KpO-Xb-EJh" secondAttribute="bottom" constant="1" id="9Kn-qu-3M4"/>
                                <constraint firstAttribute="bottom" secondItem="RAS-RM-BI1" secondAttribute="bottom" id="FJU-KL-4lb"/>
                                <constraint firstAttribute="height" constant="25" id="QgO-bN-T7X"/>
                                <constraint firstAttribute="width" constant="92" id="RQn-PF-TYM"/>
                                <constraint firstAttribute="trailing" secondItem="KpO-Xb-EJh" secondAttribute="trailing" id="TeU-7r-TZM"/>
                                <constraint firstItem="KpO-Xb-EJh" firstAttribute="top" secondItem="osh-h7-p2l" secondAttribute="top" id="nt8-Wj-oDf"/>
                                <constraint firstAttribute="trailing" secondItem="RAS-RM-BI1" secondAttribute="trailing" id="sGw-i8-Ymu"/>
                            </constraints>
                        </view>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="至" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vam-dw-pIK">
                            <rect key="frame" x="117" y="100.66666666666667" width="13.333333333333343" height="15.666666666666671"/>
                            <fontDescription key="fontDescription" type="system" pointSize="13"/>
                            <color key="textColor" red="0.27058823529411763" green="0.26666666666666666" blue="0.26666666666666666" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4qg-kR-uc9">
                            <rect key="frame" x="137.33333333333334" y="96" width="92" height="25"/>
                            <subviews>
                                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="J3E-V8-3LP">
                                    <rect key="frame" x="0.0" y="24.333333333333329" width="92" height="0.66666666666666785"/>
                                    <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.059999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
                                    <constraints>
                                        <constraint firstAttribute="height" constant="0.59999999999999998" id="ejH-LP-dBY"/>
                                    </constraints>
                                </view>
                                <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="最高价" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="urJ-Dx-TPO">
                                    <rect key="frame" x="0.0" y="0.0" width="92" height="24"/>
                                    <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                    <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
                                </textField>
                            </subviews>
                            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                            <constraints>
                                <constraint firstAttribute="trailing" secondItem="J3E-V8-3LP" secondAttribute="trailing" id="C4V-0E-nI8"/>
                                <constraint firstAttribute="bottom" secondItem="urJ-Dx-TPO" secondAttribute="bottom" constant="1" id="Iyl-Nj-QDj"/>
                                <constraint firstItem="urJ-Dx-TPO" firstAttribute="top" secondItem="4qg-kR-uc9" secondAttribute="top" id="Kit-fr-u7P"/>
                                <constraint firstAttribute="bottom" secondItem="J3E-V8-3LP" secondAttribute="bottom" id="Q25-t5-kkX"/>
                                <constraint firstAttribute="width" constant="92" id="U9x-eW-knO"/>
                                <constraint firstAttribute="height" constant="25" id="YMP-kE-xqb"/>
                                <constraint firstAttribute="trailing" secondItem="urJ-Dx-TPO" secondAttribute="trailing" id="fYS-Sc-UhQ"/>
                                <constraint firstItem="J3E-V8-3LP" firstAttribute="leading" secondItem="4qg-kR-uc9" secondAttribute="leading" id="o9B-Xn-hxN"/>
                                <constraint firstItem="urJ-Dx-TPO" firstAttribute="leading" secondItem="4qg-kR-uc9" secondAttribute="leading" id="vYH-OO-bqz"/>
                            </constraints>
                        </view>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="j2B-Tj-ir3">
                            <rect key="frame" x="0.0" y="143" width="207" height="40"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="40" id="oYc-ab-dTy"/>
                            </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="GWH-Mf-vTH"/>
                            </connections>
                        </button>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="H1P-J0-QUa">
                            <rect key="frame" x="207" y="143" width="207" height="40"/>
                            <color key="backgroundColor" name="Color"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="40" id="3mJ-Om-aw9"/>
                            </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="lkh-Wr-5aA"/>
                            </connections>
                        </button>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstItem="NKT-TO-RSL" firstAttribute="leading" secondItem="Wzm-Ny-rrB" secondAttribute="leading" constant="14" id="5MN-b0-FLh"/>
                        <constraint firstItem="osh-h7-p2l" firstAttribute="top" secondItem="NKT-TO-RSL" secondAttribute="bottom" constant="17" id="84C-vz-95N"/>
                        <constraint firstAttribute="trailing" secondItem="H1P-J0-QUa" secondAttribute="trailing" id="DRH-ph-FvK"/>
                        <constraint firstItem="H1P-J0-QUa" firstAttribute="leading" secondItem="j2B-Tj-ir3" secondAttribute="trailing" id="FId-uI-rS3"/>
                        <constraint firstAttribute="bottom" secondItem="H1P-J0-QUa" secondAttribute="bottom" id="Hmy-ft-Jyh"/>
                        <constraint firstItem="8H9-ZY-gMY" firstAttribute="leading" secondItem="Wzm-Ny-rrB" secondAttribute="leading" id="Hp6-gc-VOb"/>
                        <constraint firstItem="j2B-Tj-ir3" firstAttribute="leading" secondItem="Wzm-Ny-rrB" secondAttribute="leading" id="Ixd-mJ-Zy4"/>
                        <constraint firstItem="4qg-kR-uc9" firstAttribute="centerY" secondItem="osh-h7-p2l" secondAttribute="centerY" id="JI7-ZS-tSl"/>
                        <constraint firstItem="4qg-kR-uc9" firstAttribute="leading" secondItem="vam-dw-pIK" secondAttribute="trailing" constant="7" id="KCI-Hm-qUX"/>
                        <constraint firstItem="vam-dw-pIK" firstAttribute="centerY" secondItem="osh-h7-p2l" secondAttribute="centerY" id="KgQ-z2-LKg"/>
                        <constraint firstAttribute="trailing" secondItem="8H9-ZY-gMY" secondAttribute="trailing" id="S3p-nE-OdQ"/>
                        <constraint firstItem="8H9-ZY-gMY" firstAttribute="top" secondItem="Wzm-Ny-rrB" secondAttribute="top" constant="15" id="SCL-KF-NoF"/>
                        <constraint firstItem="vam-dw-pIK" firstAttribute="leading" secondItem="osh-h7-p2l" secondAttribute="trailing" constant="11" id="ZZT-0W-LYg"/>
                        <constraint firstItem="NKT-TO-RSL" firstAttribute="top" secondItem="8H9-ZY-gMY" secondAttribute="bottom" constant="15" id="aqM-gc-NO5"/>
                        <constraint firstAttribute="bottom" secondItem="j2B-Tj-ir3" secondAttribute="bottom" id="clI-yP-Egu"/>
                        <constraint firstItem="osh-h7-p2l" firstAttribute="leading" secondItem="NKT-TO-RSL" secondAttribute="leading" id="dT1-wx-RjM"/>
                        <constraint firstItem="j2B-Tj-ir3" firstAttribute="top" secondItem="osh-h7-p2l" secondAttribute="bottom" constant="22" id="sap-A9-K4X"/>
                        <constraint firstItem="H1P-J0-QUa" firstAttribute="width" secondItem="j2B-Tj-ir3" secondAttribute="width" id="ufa-PD-Q7w"/>
                    </constraints>
                </view>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="l9q-j0-RwO">
                    <rect key="frame" x="0.0" y="183" width="414" height="553"/>
                    <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="Xgp-Qj-Q0X"/>
                    </connections>
                </button>
            </subviews>
            <color key="backgroundColor" red="0.24313725489999999" green="0.24313725489999999" blue="0.24313725489999999" alpha="0.5" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstAttribute="bottom" secondItem="l9q-j0-RwO" secondAttribute="bottom" id="HFH-Dw-k0g"/>
                <constraint firstItem="Wzm-Ny-rrB" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="Lzw-D1-fQc"/>
                <constraint firstItem="l9q-j0-RwO" firstAttribute="top" secondItem="Wzm-Ny-rrB" secondAttribute="bottom" id="fTJ-DX-60X"/>
                <constraint firstItem="l9q-j0-RwO" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="huA-iY-B55"/>
                <constraint firstItem="Wzm-Ny-rrB" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="q3j-5e-A2j"/>
                <constraint firstAttribute="trailing" secondItem="Wzm-Ny-rrB" secondAttribute="trailing" id="u8E-iV-SYT"/>
                <constraint firstAttribute="trailing" secondItem="l9q-j0-RwO" secondAttribute="trailing" id="yDa-qO-SqM"/>
            </constraints>
            <connections>
                <outlet property="itemCollectionHeiCons" destination="Mg6-jw-av2" id="ENC-Nv-YXR"/>
                <outlet property="itemCollectionView" destination="8H9-ZY-gMY" id="Hbb-b2-W2R"/>
                <outlet property="maximumPriceField" destination="urJ-Dx-TPO" id="Ym9-dx-zqL"/>
                <outlet property="minimumPriceField" destination="KpO-Xb-EJh" id="B5X-EW-PMb"/>
            </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>