杨锴
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
<?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"/>
        <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="_MenuListTCell" rowHeight="63" id="KGk-i7-Jjw" customClass="MenuListTCell" customModule="XQMuse" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="294" height="63"/>
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
            <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
                <rect key="frame" x="0.0" y="0.0" width="294" height="63"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BTu-gK-KIz">
                        <rect key="frame" x="0.0" y="23.666666666666671" width="2.6666666666666665" height="15.666666666666664"/>
                        <color key="backgroundColor" red="0.54117647058823526" green="0.68235294117647061" blue="0.396078431372549" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="2.5" id="bjt-4z-odo"/>
                            <constraint firstAttribute="height" constant="15.5" id="xfz-AE-Xm3"/>
                        </constraints>
                        <userDefinedRuntimeAttributes>
                            <userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
                            <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                                <real key="value" value="1.25"/>
                            </userDefinedRuntimeAttribute>
                        </userDefinedRuntimeAttributes>
                    </view>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xYs-QB-GeD">
                        <rect key="frame" x="21" y="23" width="39" height="17"/>
                        <fontDescription key="fontDescription" type="system" weight="heavy" pointSize="14"/>
                        <color key="textColor" red="0.54117647059999996" green="0.68235294120000001" blue="0.39607843139999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                </subviews>
                <constraints>
                    <constraint firstItem="xYs-QB-GeD" firstAttribute="leading" secondItem="BTu-gK-KIz" secondAttribute="trailing" constant="18.5" id="Imt-xS-zG1"/>
                    <constraint firstItem="xYs-QB-GeD" firstAttribute="centerY" secondItem="BTu-gK-KIz" secondAttribute="centerY" id="MQR-Mf-AHI"/>
                    <constraint firstItem="BTu-gK-KIz" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="WTi-Pe-9vh"/>
                    <constraint firstItem="BTu-gK-KIz" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="o4W-Nr-5Gn"/>
                </constraints>
            </tableViewCellContentView>
            <connections>
                <outlet property="label_title" destination="xYs-QB-GeD" id="gab-e7-0xP"/>
                <outlet property="view_line" destination="BTu-gK-KIz" id="OEM-Sf-xAZ"/>
            </connections>
            <point key="canvasLocation" x="61.068702290076331" y="27.112676056338028"/>
        </tableViewCell>
    </objects>
</document>