宽窄优行-由【嘉易行】项目成品而来
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
<?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="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"/>
        <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="_CommonSheetTCell" rowHeight="95" id="KGk-i7-Jjw" customClass="CommonSheetTCell" customModule="OK出行" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="308" height="95"/>
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
            <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
                <rect key="frame" x="0.0" y="0.0" width="308" height="95"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yDD-Ag-sw5" customClass="QMUIButton">
                        <rect key="frame" x="0.0" y="0.0" width="308" height="56"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="56" id="nUY-DW-G6x"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/>
                        <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                        <state key="normal" title="Call">
                            <color key="titleColor" red="0.19607843137254902" green="0.19607843137254902" blue="0.19607843137254902" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        </state>
                    </button>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yeL-b7-RAB">
                        <rect key="frame" x="0.0" y="94.5" width="308" height="0.5"/>
                        <color key="backgroundColor" red="0.59215686274509804" green="0.59215686274509804" blue="0.59215686274509804" alpha="0.050000000000000003" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="0.5" id="29c-do-zBm"/>
                        </constraints>
                    </view>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_raidobutton_selected" translatesAutoresizingMaskIntoConstraints="NO" id="Uba-Yi-U5Y">
                        <rect key="frame" x="268" y="18" width="20" height="20"/>
                    </imageView>
                </subviews>
                <constraints>
                    <constraint firstItem="yDD-Ag-sw5" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="2yj-5B-OEH"/>
                    <constraint firstAttribute="trailing" secondItem="yDD-Ag-sw5" secondAttribute="trailing" id="CSm-hx-Ors"/>
                    <constraint firstAttribute="trailing" secondItem="Uba-Yi-U5Y" secondAttribute="trailing" constant="20" id="GPz-Mo-kfD"/>
                    <constraint firstItem="yeL-b7-RAB" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="LdC-yG-BtC"/>
                    <constraint firstAttribute="bottom" secondItem="yDD-Ag-sw5" secondAttribute="bottom" priority="750" id="WcP-Tu-2x5"/>
                    <constraint firstItem="yDD-Ag-sw5" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="glK-gd-jks"/>
                    <constraint firstAttribute="bottom" secondItem="yeL-b7-RAB" secondAttribute="bottom" id="hi5-Jj-1ea"/>
                    <constraint firstAttribute="trailing" secondItem="yeL-b7-RAB" secondAttribute="trailing" id="plI-gg-g5F"/>
                    <constraint firstItem="Uba-Yi-U5Y" firstAttribute="centerY" secondItem="yDD-Ag-sw5" secondAttribute="centerY" id="wDr-oq-VUW"/>
                </constraints>
            </tableViewCellContentView>
            <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
            <connections>
                <outlet property="btn" destination="yDD-Ag-sw5" id="ret-Lu-NWg"/>
                <outlet property="selectImg" destination="Uba-Yi-U5Y" id="0ML-ig-Jhh"/>
            </connections>
            <point key="canvasLocation" x="128.98550724637681" y="170.42410714285714"/>
        </tableViewCell>
    </objects>
    <resources>
        <image name="icon_raidobutton_selected" width="20" height="20"/>
    </resources>
</document>