developer
2023-05-20 c1ffd99c4b60066774eb2c97b31e4aaa014e7f51
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
        <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" id="gTV-IL-0wX" customClass="SubregionViewCollectionViewCell">
            <rect key="frame" x="0.0" y="0.0" width="60" height="93"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="60" height="93"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="MoW-QD-b76" customClass="YYAnimatedImageView">
                        <rect key="frame" x="0.0" y="0.0" width="60" height="60"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="60" id="wYs-Tr-fVi"/>
                        </constraints>
                        <userDefinedRuntimeAttributes>
                            <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
                        </userDefinedRuntimeAttributes>
                    </imageView>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="电影" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3g4-WW-hnx">
                        <rect key="frame" x="0.0" y="68" width="60" height="22"/>
                        <fontDescription key="fontDescription" type="system" pointSize="13"/>
                        <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                </subviews>
            </view>
            <constraints>
                <constraint firstItem="3g4-WW-hnx" firstAttribute="top" secondItem="MoW-QD-b76" secondAttribute="bottom" constant="8" id="1Hu-Er-5T9"/>
                <constraint firstItem="MoW-QD-b76" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="Suc-Oy-7QT"/>
                <constraint firstItem="3g4-WW-hnx" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="XbC-C3-cSw"/>
                <constraint firstAttribute="trailing" secondItem="3g4-WW-hnx" secondAttribute="trailing" id="gma-mN-7Hx"/>
                <constraint firstAttribute="trailing" secondItem="MoW-QD-b76" secondAttribute="trailing" id="md3-8Z-ICh"/>
                <constraint firstItem="MoW-QD-b76" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="mkc-kt-WZe"/>
                <constraint firstAttribute="bottom" secondItem="3g4-WW-hnx" secondAttribute="bottom" constant="3" id="yZq-KO-gUX"/>
            </constraints>
            <size key="customSize" width="49" height="122"/>
            <connections>
                <outlet property="image" destination="MoW-QD-b76" id="Kgh-Lr-lsn"/>
                <outlet property="imageH" destination="wYs-Tr-fVi" id="FJu-t1-UWt"/>
                <outlet property="text" destination="3g4-WW-hnx" id="xrW-eO-7J7"/>
            </connections>
            <point key="canvasLocation" x="582" y="459.5"/>
        </collectionViewCell>
    </objects>
</document>