无故事王国
2023-10-25 158f3707711ad4be78a55dc73a98aa1c9acda0dd
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" 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="21678"/>
        <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"/>
        <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="_TroubleTCell" rowHeight="132" id="KGk-i7-Jjw" customClass="TroubleTCell" customModule="BrokerDriver" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="490" height="132"/>
            <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="490" height="132"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c0k-np-IxU">
                        <rect key="frame" x="15" y="15" width="423" height="102"/>
                        <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
                        <color key="textColor" red="0.22352941176470587" green="0.22352941176470587" blue="0.22352941176470587" alpha="0.84705882352941175" colorSpace="custom" customColorSpace="sRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_box" translatesAutoresizingMaskIntoConstraints="NO" id="qCa-C9-e9q">
                        <rect key="frame" x="453" y="55" width="22" height="22"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="22" id="9Se-vJ-ahv"/>
                            <constraint firstAttribute="width" constant="22" id="kKe-AF-pj4"/>
                        </constraints>
                    </imageView>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="con-1g-WBl">
                        <rect key="frame" x="15" y="131.66666666666666" width="460" height="0.33333333333334281"/>
                        <color key="backgroundColor" red="0.84705882352941175" green="0.84705882352941175" blue="0.84705882352941175" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="0.5" id="DJZ-WY-tfa"/>
                        </constraints>
                    </view>
                </subviews>
                <constraints>
                    <constraint firstItem="c0k-np-IxU" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="382-bY-aMe"/>
                    <constraint firstItem="qCa-C9-e9q" firstAttribute="leading" secondItem="c0k-np-IxU" secondAttribute="trailing" constant="15" id="4qV-o0-rSM"/>
                    <constraint firstItem="qCa-C9-e9q" firstAttribute="centerY" secondItem="c0k-np-IxU" secondAttribute="centerY" id="4s8-gd-n5E"/>
                    <constraint firstItem="con-1g-WBl" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="Cbx-Tq-sdM"/>
                    <constraint firstAttribute="bottom" secondItem="con-1g-WBl" secondAttribute="bottom" id="FBV-F3-RHA"/>
                    <constraint firstAttribute="trailing" secondItem="con-1g-WBl" secondAttribute="trailing" constant="15" id="KI8-Kl-s54"/>
                    <constraint firstItem="c0k-np-IxU" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="Mh9-Dd-MPs"/>
                    <constraint firstAttribute="bottom" secondItem="c0k-np-IxU" secondAttribute="bottom" constant="15" id="YSi-RQ-BFl"/>
                    <constraint firstAttribute="trailing" secondItem="qCa-C9-e9q" secondAttribute="trailing" constant="15" id="goq-Am-RTy"/>
                </constraints>
            </tableViewCellContentView>
            <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
            <connections>
                <outlet property="boxImage" destination="qCa-C9-e9q" id="2iI-Z4-xZs"/>
                <outlet property="label_content" destination="c0k-np-IxU" id="Zsa-ZH-L6c"/>
            </connections>
            <point key="canvasLocation" x="268.70229007633588" y="51.408450704225352"/>
        </tableViewCell>
    </objects>
    <resources>
        <image name="icon_box" width="22" height="22"/>
    </resources>
</document>