杨锴
2025-04-16 09a372bc45fde16fd42257ab6f78b8deeecf720b
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
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23094" 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="23084"/>
        <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="_HomeTopMenuCCell" id="gTV-IL-0wX" customClass="HomeTopMenuCCell" customModule="XQMuse" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="149" height="128"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="149" height="128"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="--" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UKg-TM-Ycd">
                        <rect key="frame" x="70.333333333333329" y="91.666666666666671" width="8.6666666666666714" height="11"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="11" id="Vgp-GQ-fGs"/>
                        </constraints>
                        <fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="11"/>
                        <color key="textColor" red="0.14509803921568626" green="0.16470588235294117" blue="0.13725490196078433" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YXW-ay-1vS">
                        <rect key="frame" x="148.33333333333334" y="53" width="0.66666666666665719" height="49.666666666666657"/>
                        <color key="backgroundColor" red="0.75686274509803919" green="0.74901960784313726" blue="0.75294117647058822" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="0.55000000000000004" id="BIc-JS-akN"/>
                            <constraint firstAttribute="height" constant="49.649999999999999" id="x1a-4a-XWn"/>
                        </constraints>
                    </view>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_sleep" translatesAutoresizingMaskIntoConstraints="NO" id="Kw2-y0-ygq">
                        <rect key="frame" x="60.333333333333336" y="40" width="28.666666666666664" height="30"/>
                        <constraints>
                            <constraint firstAttribute="height" relation="lessThanOrEqual" constant="50" id="CdI-kv-4Tq"/>
                            <constraint firstAttribute="width" relation="lessThanOrEqual" constant="43" id="kk9-gQ-apd"/>
                        </constraints>
                    </imageView>
                </subviews>
            </view>
            <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
            <constraints>
                <constraint firstItem="UKg-TM-Ycd" firstAttribute="centerX" secondItem="ZTg-uK-7eu" secondAttribute="centerX" id="5yt-A5-9hr"/>
                <constraint firstItem="YXW-ay-1vS" firstAttribute="bottom" secondItem="UKg-TM-Ycd" secondAttribute="bottom" id="AyP-Vv-mQp"/>
                <constraint firstItem="UKg-TM-Ycd" firstAttribute="centerX" secondItem="Kw2-y0-ygq" secondAttribute="centerX" id="I3k-kq-QY6"/>
                <constraint firstAttribute="bottom" secondItem="UKg-TM-Ycd" secondAttribute="bottom" constant="25.5" id="RBZ-uh-COA"/>
                <constraint firstAttribute="trailing" secondItem="YXW-ay-1vS" secondAttribute="trailing" id="jsS-vd-Dcw"/>
                <constraint firstItem="UKg-TM-Ycd" firstAttribute="top" secondItem="Kw2-y0-ygq" secondAttribute="bottom" constant="21.5" id="wTJ-DF-MNB"/>
            </constraints>
            <size key="customSize" width="149" height="128"/>
            <connections>
                <outlet property="cover_image" destination="Kw2-y0-ygq" id="yZE-a9-gWd"/>
                <outlet property="label_title" destination="UKg-TM-Ycd" id="him-JB-lOc"/>
                <outlet property="view_line" destination="YXW-ay-1vS" id="PZf-i7-IRY"/>
            </connections>
            <point key="canvasLocation" x="289.3129770992366" y="47.887323943661976"/>
        </collectionViewCell>
    </objects>
    <resources>
        <image name="icon_sleep" width="28.666666030883789" height="30"/>
    </resources>
</document>