宽窄优行-由【嘉易行】项目成品而来
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
<?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 version="4352" identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
        <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_FullImg_CCell" id="gTV-IL-0wX" customClass="Common_FullImg_CCell" customModule="OK出行" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="137" height="115"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="137" height="115"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="nVo-Ed-JV6">
                        <rect key="frame" x="0.0" y="0.0" width="137" height="115"/>
                    </imageView>
                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="F09-5j-ydU">
                        <rect key="frame" x="112" y="0.0" width="25" height="25"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="25" id="Sg7-Ek-1hi"/>
                            <constraint firstAttribute="height" constant="25" id="dC8-za-DGx"/>
                        </constraints>
                        <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                        <state key="normal" image="btn_delete"/>
                    </button>
                </subviews>
            </view>
            <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
            <constraints>
                <constraint firstItem="nVo-Ed-JV6" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="Cut-A1-rwf"/>
                <constraint firstAttribute="trailing" secondItem="nVo-Ed-JV6" secondAttribute="trailing" id="SXJ-Tf-erl"/>
                <constraint firstItem="F09-5j-ydU" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="dau-nL-85h"/>
                <constraint firstAttribute="trailing" secondItem="F09-5j-ydU" secondAttribute="trailing" id="jAy-h7-akN"/>
                <constraint firstAttribute="bottom" secondItem="nVo-Ed-JV6" secondAttribute="bottom" id="jLb-qn-ygf"/>
                <constraint firstItem="nVo-Ed-JV6" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="w8B-UE-4gc"/>
            </constraints>
            <size key="customSize" width="137" height="115"/>
            <connections>
                <outlet property="closeBtn" destination="F09-5j-ydU" id="GR8-9P-SAZ"/>
                <outlet property="img" destination="nVo-Ed-JV6" id="OGx-69-vUq"/>
            </connections>
            <point key="canvasLocation" x="200.72463768115944" y="175.11160714285714"/>
        </collectionViewCell>
    </objects>
    <resources>
        <image name="btn_delete" width="16" height="16"/>
    </resources>
</document>