宽窄优行-由【嘉易行】项目成品而来
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
<?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="retina6_1" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
        <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="DistanceView" customModule="OK出行" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3CE-4d-7zO">
                    <rect key="frame" x="0.0" y="0.0" width="414" height="300"/>
                    <subviews>
                        <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="uf4-LP-MAl">
                            <rect key="frame" x="0.0" y="0.0" width="207" height="300"/>
                            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                        </tableView>
                        <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="6Wf-8Q-uVa">
                            <rect key="frame" x="207" y="0.0" width="207" height="300"/>
                            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                        </tableView>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstItem="6Wf-8Q-uVa" firstAttribute="leading" secondItem="uf4-LP-MAl" secondAttribute="trailing" id="1fQ-zJ-MiB"/>
                        <constraint firstItem="uf4-LP-MAl" firstAttribute="leading" secondItem="3CE-4d-7zO" secondAttribute="leading" id="32P-Wa-QMK"/>
                        <constraint firstAttribute="trailing" secondItem="6Wf-8Q-uVa" secondAttribute="trailing" id="Olm-co-mwZ"/>
                        <constraint firstAttribute="bottom" secondItem="uf4-LP-MAl" secondAttribute="bottom" id="PNN-DJ-jJn"/>
                        <constraint firstItem="6Wf-8Q-uVa" firstAttribute="top" secondItem="3CE-4d-7zO" secondAttribute="top" id="SMJ-LP-7EF"/>
                        <constraint firstAttribute="height" constant="300" id="hGu-SN-wM4"/>
                        <constraint firstItem="uf4-LP-MAl" firstAttribute="top" secondItem="3CE-4d-7zO" secondAttribute="top" id="ix1-f4-P6u"/>
                        <constraint firstAttribute="bottom" secondItem="6Wf-8Q-uVa" secondAttribute="bottom" id="t9k-fO-Tfl"/>
                        <constraint firstItem="6Wf-8Q-uVa" firstAttribute="width" secondItem="uf4-LP-MAl" secondAttribute="width" id="u8Q-no-hLi"/>
                    </constraints>
                </view>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YKd-Qr-c8C">
                    <rect key="frame" x="0.0" y="300" width="414" height="596"/>
                    <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.5" colorSpace="custom" customColorSpace="sRGB"/>
                    <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="RG6-Zg-r2B"/>
                    </connections>
                </button>
            </subviews>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="YKd-Qr-c8C" secondAttribute="trailing" id="4SR-E8-WKg"/>
                <constraint firstAttribute="bottom" secondItem="YKd-Qr-c8C" secondAttribute="bottom" id="7ul-yh-nqz"/>
                <constraint firstItem="YKd-Qr-c8C" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Gsn-5Z-yPp"/>
                <constraint firstItem="YKd-Qr-c8C" firstAttribute="top" secondItem="3CE-4d-7zO" secondAttribute="bottom" id="H76-Uc-yhh"/>
                <constraint firstItem="3CE-4d-7zO" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="Uuz-9r-Bl9"/>
                <constraint firstAttribute="trailing" secondItem="3CE-4d-7zO" secondAttribute="trailing" id="lde-63-3MD"/>
                <constraint firstItem="3CE-4d-7zO" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="md8-ih-Gyu"/>
            </constraints>
            <connections>
                <outlet property="cityTableView" destination="6Wf-8Q-uVa" id="ub6-gi-gYD"/>
                <outlet property="provinceTableView" destination="uf4-LP-MAl" id="TGv-p6-DXx"/>
            </connections>
            <point key="canvasLocation" x="137.68115942028987" y="153.34821428571428"/>
        </view>
    </objects>
    <resources>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>