宽窄优行-由【嘉易行】项目成品而来
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
<?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"/>
        <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="_Common_SingleImg_CCell" id="gTV-IL-0wX" customClass="Common_SingleImg_CCell" customModule="OK出行" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="117" height="77"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="117" height="77"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_me_safety" translatesAutoresizingMaskIntoConstraints="NO" id="uij-0F-IGd">
                        <rect key="frame" x="50.5" y="20" width="16" height="17"/>
                    </imageView>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="U2C-3e-x1b">
                        <rect key="frame" x="40" y="46" width="37" height="20"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="20" id="f2W-jW-BXy"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" weight="semibold" 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>
                </subviews>
            </view>
            <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
            <constraints>
                <constraint firstItem="uij-0F-IGd" firstAttribute="centerX" secondItem="ZTg-uK-7eu" secondAttribute="centerX" id="H8E-jY-RdX"/>
                <constraint firstItem="U2C-3e-x1b" firstAttribute="top" secondItem="uij-0F-IGd" secondAttribute="bottom" constant="9" id="QqG-RX-yDE"/>
                <constraint firstItem="U2C-3e-x1b" firstAttribute="centerX" secondItem="ZTg-uK-7eu" secondAttribute="centerX" id="aoT-0j-ahg"/>
                <constraint firstItem="uij-0F-IGd" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="20" id="pDX-mW-Hhf"/>
            </constraints>
            <size key="customSize" width="117" height="77"/>
            <connections>
                <outlet property="img" destination="uij-0F-IGd" id="Hnv-EV-9SX"/>
                <outlet property="imgTopCons" destination="pDX-mW-Hhf" id="bPt-cP-VBd"/>
                <outlet property="titleL" destination="U2C-3e-x1b" id="vnV-fH-Qgn"/>
            </connections>
            <point key="canvasLocation" x="186.23188405797103" y="162.38839285714286"/>
        </collectionViewCell>
    </objects>
    <resources>
        <image name="icon_me_safety" width="16" height="17"/>
    </resources>
</document>