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
<?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="StartCollectionViewCell">
            <rect key="frame" x="0.0" y="0.0" width="124" height="130"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="124" height="130"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="f4W-cC-Sbt" customClass="YYAnimatedImageView">
                        <rect key="frame" x="0.0" y="0.0" width="124" height="100"/>
                    </imageView>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="加载中" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SfU-ux-6xR">
                        <rect key="frame" x="0.0" y="110" width="124" height="20"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="20" id="i1Z-8r-MV3"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" pointSize="16"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                </subviews>
            </view>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="SfU-ux-6xR" secondAttribute="trailing" id="5xh-45-8UU"/>
                <constraint firstItem="f4W-cC-Sbt" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="EQT-s6-7TN"/>
                <constraint firstAttribute="bottom" secondItem="SfU-ux-6xR" secondAttribute="bottom" id="Say-he-hXt"/>
                <constraint firstAttribute="trailing" secondItem="f4W-cC-Sbt" secondAttribute="trailing" id="hKi-Ck-F6l"/>
                <constraint firstItem="f4W-cC-Sbt" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="ow2-b3-AAd"/>
                <constraint firstItem="SfU-ux-6xR" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="qSj-jA-MAE"/>
                <constraint firstItem="SfU-ux-6xR" firstAttribute="top" secondItem="f4W-cC-Sbt" secondAttribute="bottom" constant="10" id="qsE-aj-U1X"/>
            </constraints>
            <size key="customSize" width="124" height="130"/>
            <connections>
                <outlet property="image" destination="f4W-cC-Sbt" id="QhJ-M9-BV1"/>
                <outlet property="name" destination="SfU-ux-6xR" id="Cxe-dQ-tTA"/>
            </connections>
            <point key="canvasLocation" x="-78" y="-287"/>
        </collectionViewCell>
    </objects>
</document>