r
6 天以前 40d2509d9b7ba38e79fd023a2049e3bd5492d3b6
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" 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="22130"/>
        <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" rowHeight="52" id="KGk-i7-Jjw" customClass="Common_1_TCell" customModule="WanPai" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="361" height="52"/>
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
            <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" ambiguous="YES" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
                <rect key="frame" x="0.0" y="0.0" width="361" height="52"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jgc-9g-gHo">
                        <rect key="frame" x="13" y="50" width="335" height="0.6666666666666643"/>
                        <color key="backgroundColor" red="0.59215686274509804" green="0.59215686274509804" blue="0.59215686274509804" alpha="0.22" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="0.5" id="LgV-Ys-OsW"/>
                        </constraints>
                    </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="P0g-n9-6rY">
                        <rect key="frame" x="14" y="15" width="36" height="20"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="20" id="E6k-02-8fo"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="btn_choose" translatesAutoresizingMaskIntoConstraints="NO" id="IsM-9J-Fsh">
                        <rect key="frame" x="330" y="15" width="20" height="20"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="20" id="TGp-cD-Tdy"/>
                            <constraint firstAttribute="width" constant="20" id="kKy-cQ-WYQ"/>
                        </constraints>
                    </imageView>
                </subviews>
                <constraints>
                    <constraint firstAttribute="trailing" secondItem="jgc-9g-gHo" secondAttribute="trailing" constant="13" id="0xj-tp-yIa"/>
                    <constraint firstItem="P0g-n9-6rY" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="6qm-Eh-ehG"/>
                    <constraint firstItem="P0g-n9-6rY" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="14" id="SQc-f6-se7"/>
                    <constraint firstItem="jgc-9g-gHo" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="13" id="aWI-T3-y4V"/>
                    <constraint firstItem="jgc-9g-gHo" firstAttribute="top" secondItem="P0g-n9-6rY" secondAttribute="bottom" constant="15" id="cVP-GO-Gkz"/>
                    <constraint firstAttribute="bottom" secondItem="jgc-9g-gHo" secondAttribute="bottom" id="kv8-Ka-PUl"/>
                    <constraint firstItem="IsM-9J-Fsh" firstAttribute="centerY" secondItem="P0g-n9-6rY" secondAttribute="centerY" id="tal-bN-Ecn"/>
                    <constraint firstAttribute="trailing" secondItem="IsM-9J-Fsh" secondAttribute="trailing" constant="11" id="v87-cu-PBZ"/>
                </constraints>
            </tableViewCellContentView>
            <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
            <connections>
                <outlet property="img_select" destination="IsM-9J-Fsh" id="Bbf-CV-eTm"/>
                <outlet property="label_content" destination="P0g-n9-6rY" id="YeF-au-htc"/>
            </connections>
            <point key="canvasLocation" x="170.22900763358777" y="-25.35211267605634"/>
        </tableViewCell>
    </objects>
    <resources>
        <image name="btn_choose" width="25" height="25"/>
    </resources>
</document>