宽窄优行-由【嘉易行】项目成品而来
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
<?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="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"/>
        <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="CommonAlertSheetView" 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="uF2-yV-286">
                    <rect key="frame" x="0.0" y="679" width="414" height="217"/>
                    <subviews>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2NZ-ja-HTF">
                            <rect key="frame" x="0.0" y="100" width="414" height="5"/>
                            <color key="backgroundColor" red="0.94117647058823528" green="0.94117647058823528" blue="0.94509803921568625" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="5" id="C9p-Ov-HaX"/>
                            </constraints>
                        </view>
                        <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="naR-PR-FpA">
                            <rect key="frame" x="0.0" y="0.0" width="414" height="100"/>
                            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="100" id="fNW-3m-uvj"/>
                            </constraints>
                        </tableView>
                        <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="WMp-qz-Y95">
                            <rect key="frame" x="0.0" y="105" width="414" height="112"/>
                            <subviews>
                                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="t8Z-12-ks5">
                                    <rect key="frame" x="0.0" y="0.0" width="414" height="56"/>
                                    <constraints>
                                        <constraint firstAttribute="height" constant="56" id="TBD-C2-Df3"/>
                                    </constraints>
                                    <fontDescription key="fontDescription" type="system" 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" red="0.19607843137254902" green="0.19607843137254902" blue="0.19607843137254902" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                    </state>
                                    <connections>
                                        <action selector="completeAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="3KS-C7-ZLE"/>
                                    </connections>
                                </button>
                                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="GR7-vX-6Sa">
                                    <rect key="frame" x="0.0" y="56" width="414" height="56"/>
                                    <constraints>
                                        <constraint firstAttribute="height" constant="56" id="qjR-qo-fC7"/>
                                    </constraints>
                                    <fontDescription key="fontDescription" type="system" 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" red="0.1960784314" green="0.1960784314" blue="0.1960784314" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                    </state>
                                    <connections>
                                        <action selector="cancelAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="e3d-U1-XYj"/>
                                    </connections>
                                </button>
                            </subviews>
                        </stackView>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="trailing" secondItem="naR-PR-FpA" secondAttribute="trailing" id="1vv-t3-Ph1"/>
                        <constraint firstItem="2NZ-ja-HTF" firstAttribute="leading" secondItem="uF2-yV-286" secondAttribute="leading" id="5cY-4O-YDd"/>
                        <constraint firstAttribute="trailing" secondItem="2NZ-ja-HTF" secondAttribute="trailing" id="AaE-oQ-pLZ"/>
                        <constraint firstAttribute="height" relation="greaterThanOrEqual" id="MnU-ZT-gWQ"/>
                        <constraint firstAttribute="trailing" secondItem="WMp-qz-Y95" secondAttribute="trailing" id="TOH-nb-i4g"/>
                        <constraint firstItem="WMp-qz-Y95" firstAttribute="top" secondItem="2NZ-ja-HTF" secondAttribute="bottom" id="clQ-70-thT"/>
                        <constraint firstItem="naR-PR-FpA" firstAttribute="top" secondItem="uF2-yV-286" secondAttribute="top" id="dsk-RM-nt1"/>
                        <constraint firstAttribute="bottom" secondItem="WMp-qz-Y95" secondAttribute="bottom" id="ex2-tJ-sck"/>
                        <constraint firstItem="WMp-qz-Y95" firstAttribute="leading" secondItem="uF2-yV-286" secondAttribute="leading" id="lId-2t-x4B"/>
                        <constraint firstItem="naR-PR-FpA" firstAttribute="leading" secondItem="uF2-yV-286" secondAttribute="leading" id="n4H-vr-iEP"/>
                        <constraint firstItem="2NZ-ja-HTF" firstAttribute="top" secondItem="naR-PR-FpA" secondAttribute="bottom" id="ntA-cU-gbD"/>
                    </constraints>
                </view>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bDl-HI-zmu">
                    <rect key="frame" x="0.0" y="44" width="414" height="635"/>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <connections>
                        <action selector="cancelAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="QRh-To-qPY"/>
                    </connections>
                </button>
            </subviews>
            <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="uF2-yV-286" secondAttribute="trailing" id="36I-Ie-Rg4"/>
                <constraint firstItem="uF2-yV-286" firstAttribute="top" secondItem="bDl-HI-zmu" secondAttribute="bottom" id="N7s-oc-WQ9"/>
                <constraint firstItem="bDl-HI-zmu" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="e8L-Lb-R35"/>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="bDl-HI-zmu" secondAttribute="trailing" id="eV5-O1-mGN"/>
                <constraint firstAttribute="bottom" secondItem="uF2-yV-286" secondAttribute="bottom" id="gmj-XB-Yup"/>
                <constraint firstItem="uF2-yV-286" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="m64-SS-Aji"/>
                <constraint firstItem="bDl-HI-zmu" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="yug-wn-Eek"/>
            </constraints>
            <connections>
                <outlet property="cancelBtn" destination="GR7-vX-6Sa" id="HxA-at-6PP"/>
                <outlet property="cancelHeiCons" destination="TBD-C2-Df3" id="YRr-Od-OsL"/>
                <outlet property="centerView" destination="uF2-yV-286" id="ezi-Ex-wZ9"/>
                <outlet property="completeBtn" destination="t8Z-12-ks5" id="bNh-yd-ESI"/>
                <outlet property="contentHeiCons" destination="fNW-3m-uvj" id="4H1-G3-vwm"/>
                <outlet property="tableView" destination="naR-PR-FpA" id="tkX-Ne-n2M"/>
            </connections>
            <point key="canvasLocation" x="137.68115942028987" y="120.53571428571428"/>
        </view>
    </objects>
    <resources>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>