杨锴
2024-11-06 63f7ed967433acee3ae8764c7a077e15c29c41f2
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="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina6_12" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
        <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="_HomeRelaxVoiceCCell" id="gTV-IL-0wX" customClass="HomeRelaxVoiceCCell" customModule="XQMuse" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="171" height="235"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="171" height="235"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="4jb-6c-6TI">
                        <rect key="frame" x="0.0" y="0.0" width="171" height="235"/>
                    </imageView>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_play" translatesAutoresizingMaskIntoConstraints="NO" id="MaL-3z-5UT">
                        <rect key="frame" x="69.666666666666671" y="101.66666666666667" width="32" height="32.000000000000014"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="32" id="NZM-ZQ-bv4"/>
                            <constraint firstAttribute="width" constant="32" id="ZR8-t1-pwv"/>
                        </constraints>
                    </imageView>
                </subviews>
            </view>
            <constraints>
                <constraint firstAttribute="bottom" secondItem="4jb-6c-6TI" secondAttribute="bottom" id="9SV-jY-Gv1"/>
                <constraint firstItem="MaL-3z-5UT" firstAttribute="centerX" secondItem="4jb-6c-6TI" secondAttribute="centerX" id="Tdr-ad-SzF"/>
                <constraint firstItem="4jb-6c-6TI" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="gXh-Fn-oaE"/>
                <constraint firstItem="4jb-6c-6TI" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="lsc-Nn-XRt"/>
                <constraint firstItem="MaL-3z-5UT" firstAttribute="centerY" secondItem="4jb-6c-6TI" secondAttribute="centerY" id="rnf-W2-OJ1"/>
                <constraint firstAttribute="trailing" secondItem="4jb-6c-6TI" secondAttribute="trailing" id="vdm-GM-FjP"/>
            </constraints>
            <size key="customSize" width="171" height="235"/>
            <userDefinedRuntimeAttributes>
                <userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
                <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                    <real key="value" value="25"/>
                </userDefinedRuntimeAttribute>
            </userDefinedRuntimeAttributes>
            <connections>
                <outlet property="imgView" destination="4jb-6c-6TI" id="CpA-SF-ajE"/>
                <outlet property="img_play" destination="MaL-3z-5UT" id="e0T-d5-lGq"/>
            </connections>
            <point key="canvasLocation" x="173.2824427480916" y="85.563380281690144"/>
        </collectionViewCell>
    </objects>
    <resources>
        <image name="icon_play" width="46" height="46"/>
    </resources>
</document>