宽窄优行-由【嘉易行】项目成品而来
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
<?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" customClass="CouponAtPaymentVC" customModule="OK出行" customModuleProvider="target">
            <connections>
                <outlet property="tableView" destination="tVg-p3-gqo" id="f1F-cc-lH0"/>
                <outlet property="unUseCouponView" destination="tzJ-w1-eqt" id="erN-lW-trc"/>
                <outlet property="unuseBtn" destination="RqR-ye-eCb" id="Tpr-D2-owI"/>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
            <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="tzJ-w1-eqt">
                    <rect key="frame" x="0.0" y="44" width="414" height="50"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="不使用优惠" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3bY-zY-nAl">
                            <rect key="frame" x="333.5" y="16.5" width="71.5" height="17"/>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.80000000000000004" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="RqR-ye-eCb">
                            <rect key="frame" x="14" y="12.5" width="25" height="25"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="25" id="Xff-iC-xWS"/>
                                <constraint firstAttribute="width" constant="25" id="twq-8s-3aw"/>
                            </constraints>
                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                            <state key="normal" image="icon_raidobutton"/>
                            <state key="selected" image="icon_raidobutton_selected"/>
                            <connections>
                                <action selector="unuseAction:" destination="-1" eventType="touchUpInside" id="bq7-iZ-l3G"/>
                            </connections>
                        </button>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="trailing" secondItem="3bY-zY-nAl" secondAttribute="trailing" constant="9" id="7qZ-Zo-AxH"/>
                        <constraint firstItem="RqR-ye-eCb" firstAttribute="leading" secondItem="tzJ-w1-eqt" secondAttribute="leading" constant="14" id="HGC-vP-cDx"/>
                        <constraint firstItem="3bY-zY-nAl" firstAttribute="centerY" secondItem="tzJ-w1-eqt" secondAttribute="centerY" id="eii-Yx-CSX"/>
                        <constraint firstAttribute="height" constant="50" id="jRz-eR-pSh"/>
                        <constraint firstItem="RqR-ye-eCb" firstAttribute="centerY" secondItem="tzJ-w1-eqt" secondAttribute="centerY" id="ry8-Pj-Yv5"/>
                    </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="tVg-p3-gqo">
                    <rect key="frame" x="0.0" y="94" width="414" height="768"/>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                </tableView>
            </subviews>
            <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="tVg-p3-gqo" secondAttribute="bottom" id="1GC-NU-ubZ"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="tzJ-w1-eqt" secondAttribute="trailing" id="1Je-BB-gaJ"/>
                <constraint firstItem="tVg-p3-gqo" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="Hbe-mk-vbJ"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="tVg-p3-gqo" secondAttribute="trailing" id="Hyl-05-dbf"/>
                <constraint firstItem="tVg-p3-gqo" firstAttribute="top" secondItem="tzJ-w1-eqt" secondAttribute="bottom" id="Nfw-SI-c07"/>
                <constraint firstItem="tzJ-w1-eqt" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="YYe-2a-ydW"/>
                <constraint firstItem="tzJ-w1-eqt" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="gKA-L9-bpT"/>
            </constraints>
            <point key="canvasLocation" x="139" y="154"/>
        </view>
    </objects>
    <resources>
        <image name="icon_raidobutton" width="20" height="20"/>
        <image name="icon_raidobutton_selected" width="20" height="20"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>