宽窄优行-由【嘉易行】项目成品而来
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" 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="19519"/>
        <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="UseCouponSuccessView" 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="Tbt-ST-h3h">
                    <rect key="frame" x="37" y="336.5" width="340" height="233"/>
                    <subviews>
                        <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_success" translatesAutoresizingMaskIntoConstraints="NO" id="gxH-cX-H7R">
                            <rect key="frame" x="150" y="30" width="40" height="40"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="40" id="26m-x2-Zw4"/>
                                <constraint firstAttribute="width" constant="40" id="cPM-vN-uam"/>
                            </constraints>
                        </imageView>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="使用成功!" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QE9-XB-Zge">
                            <rect key="frame" x="124" y="86" width="92" height="25"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="25" id="k0F-sv-3bt"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/>
                            <nil key="textColor"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Rem-vR-v3s">
                            <rect key="frame" x="16" y="169" width="308" height="40"/>
                            <color key="backgroundColor" red="0.0" green="0.74901960779999999" blue="0.18823529410000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="40" id="Hi8-cR-eVz"/>
                            </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="确定"/>
                            <userDefinedRuntimeAttributes>
                                <userDefinedRuntimeAttribute type="boolean" keyPath="maskToBounds" value="YES"/>
                                <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                                    <real key="value" value="4"/>
                                </userDefinedRuntimeAttribute>
                            </userDefinedRuntimeAttributes>
                            <connections>
                                <action selector="completeAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="Cgy-SV-y9v"/>
                            </connections>
                        </button>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="trailing" secondItem="Rem-vR-v3s" secondAttribute="trailing" constant="16" id="47w-tS-wtk"/>
                        <constraint firstItem="QE9-XB-Zge" firstAttribute="top" secondItem="gxH-cX-H7R" secondAttribute="bottom" constant="16" id="5Ny-Ok-Sht"/>
                        <constraint firstAttribute="width" secondItem="Tbt-ST-h3h" secondAttribute="height" multiplier="1:0.686" id="BWx-WB-nlb"/>
                        <constraint firstItem="gxH-cX-H7R" firstAttribute="centerX" secondItem="Tbt-ST-h3h" secondAttribute="centerX" id="BfG-gu-8zT"/>
                        <constraint firstItem="gxH-cX-H7R" firstAttribute="top" secondItem="Tbt-ST-h3h" secondAttribute="top" constant="30" id="KYt-rt-MuJ"/>
                        <constraint firstAttribute="bottom" secondItem="Rem-vR-v3s" secondAttribute="bottom" constant="24" id="NQs-NM-6IN"/>
                        <constraint firstItem="Rem-vR-v3s" firstAttribute="leading" secondItem="Tbt-ST-h3h" secondAttribute="leading" constant="16" id="dDT-l1-nab"/>
                        <constraint firstItem="QE9-XB-Zge" firstAttribute="centerX" secondItem="gxH-cX-H7R" secondAttribute="centerX" id="nPv-X0-NsE"/>
                    </constraints>
                    <userDefinedRuntimeAttributes>
                        <userDefinedRuntimeAttribute type="boolean" keyPath="maskToBounds" value="YES"/>
                        <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                            <real key="value" value="6"/>
                        </userDefinedRuntimeAttribute>
                    </userDefinedRuntimeAttributes>
                </view>
            </subviews>
            <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.5" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="Tbt-ST-h3h" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="37" id="J0R-vy-swh"/>
                <constraint firstItem="Tbt-ST-h3h" firstAttribute="centerY" secondItem="vUN-kp-3ea" secondAttribute="centerY" id="MWH-N8-gOU"/>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="Tbt-ST-h3h" secondAttribute="trailing" constant="37" id="UVU-pI-Fuc"/>
                <constraint firstItem="Tbt-ST-h3h" firstAttribute="centerX" secondItem="vUN-kp-3ea" secondAttribute="centerX" id="khP-JO-K8d"/>
            </constraints>
            <connections>
                <outlet property="centerView" destination="Tbt-ST-h3h" id="XT7-dB-iwQ"/>
            </connections>
            <point key="canvasLocation" x="116" y="116"/>
        </view>
    </objects>
    <resources>
        <image name="icon_success" width="40" height="40"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>