宽窄优行-由【嘉易行】项目成品而来
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
<?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="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"/>
        <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="_CheckItemTCell" id="gTV-IL-0wX" customClass="CheckItemTCell" customModule="OK出行" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="270" height="72"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="270" height="72"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="1000" horizontalCompressionResistancePriority="1000" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="XmE-VW-Hgi">
                        <rect key="frame" x="19" y="25" width="18" height="22"/>
                        <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                        <state key="normal" image="icon_check_un"/>
                        <state key="selected" image="icon_check"/>
                    </button>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ynm-fF-uv2">
                        <rect key="frame" x="48" y="27.5" width="211" height="17"/>
                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                </subviews>
            </view>
            <constraints>
                <constraint firstItem="Ynm-fF-uv2" firstAttribute="leading" secondItem="XmE-VW-Hgi" secondAttribute="trailing" constant="11" id="6HG-MM-zYA"/>
                <constraint firstItem="XmE-VW-Hgi" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="19" id="EeL-HA-SEG"/>
                <constraint firstItem="XmE-VW-Hgi" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="KMa-uY-kkd"/>
                <constraint firstItem="Ynm-fF-uv2" firstAttribute="centerY" secondItem="XmE-VW-Hgi" secondAttribute="centerY" id="PMH-6v-NCG"/>
                <constraint firstAttribute="trailing" secondItem="Ynm-fF-uv2" secondAttribute="trailing" constant="11" id="hyg-Ac-0rz"/>
            </constraints>
            <size key="customSize" width="270" height="72"/>
            <connections>
                <outlet property="checkBtn" destination="XmE-VW-Hgi" id="5D4-f0-TmM"/>
                <outlet property="itemL" destination="Ynm-fF-uv2" id="MDh-ZP-qoK"/>
            </connections>
            <point key="canvasLocation" x="297.10144927536237" y="160.04464285714286"/>
        </collectionViewCell>
    </objects>
    <resources>
        <image name="icon_check" width="16" height="16"/>
        <image name="icon_check_un" width="18" height="18"/>
    </resources>
</document>