JLChen
2021-10-08 f8457b624a75bf8e41489b74f66009eee6891b8b
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
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
        <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="none" indentationWidth="10" rowHeight="52" id="jTa-aD-107" customClass="DHDetailMarkCell" customModule="DHBaseModule">
            <rect key="frame" x="0.0" y="0.0" width="338" height="52"/>
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
            <tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="center" ambiguous="YES" tableViewCell="jTa-aD-107" id="rvE-ah-G6W">
                <rect key="frame" x="0.0" y="0.0" width="338" height="52"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_arrow_right" translatesAutoresizingMaskIntoConstraints="NO" id="x30-AR-G7P">
                        <rect key="frame" x="308" y="0.0" width="20" height="52"/>
                        <constraints>
                            <constraint firstAttribute="height" priority="999" constant="52" id="BqX-uZ-dBT"/>
                            <constraint firstAttribute="width" priority="999" constant="20" id="jRE-sY-bB7"/>
                        </constraints>
                    </imageView>
                    <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="anX-JM-Uvj">
                        <rect key="frame" x="282" y="14" width="24" height="24"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="24" id="Fos-u6-eJk"/>
                            <constraint firstAttribute="width" constant="24" id="GXt-Fr-zX4"/>
                        </constraints>
                    </imageView>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="1000" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="H9U-Ue-q0j">
                        <rect key="frame" x="15" y="16" width="200" height="21"/>
                        <constraints>
                            <constraint firstAttribute="width" priority="500" constant="200" id="AZ3-TN-wdF"/>
                            <constraint firstAttribute="height" constant="21" id="xxz-7J-a54"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                </subviews>
                <constraints>
                    <constraint firstAttribute="trailing" secondItem="x30-AR-G7P" secondAttribute="trailing" constant="10" id="9AR-La-qrz"/>
                    <constraint firstItem="x30-AR-G7P" firstAttribute="leading" secondItem="anX-JM-Uvj" secondAttribute="trailing" constant="2" id="L9I-sA-DiB"/>
                    <constraint firstAttribute="bottom" secondItem="x30-AR-G7P" secondAttribute="bottom" id="S13-Y9-jli"/>
                    <constraint firstItem="H9U-Ue-q0j" firstAttribute="centerY" secondItem="rvE-ah-G6W" secondAttribute="centerY" id="Ugc-ET-XoH"/>
                    <constraint firstAttribute="bottom" secondItem="H9U-Ue-q0j" secondAttribute="bottom" constant="14.5" id="WES-cj-4vA"/>
                    <constraint firstItem="H9U-Ue-q0j" firstAttribute="leading" secondItem="rvE-ah-G6W" secondAttribute="leading" constant="15" id="X7G-hv-YvE"/>
                    <constraint firstItem="anX-JM-Uvj" firstAttribute="centerY" secondItem="rvE-ah-G6W" secondAttribute="centerY" id="fpf-G1-glz"/>
                    <constraint firstItem="x30-AR-G7P" firstAttribute="top" secondItem="rvE-ah-G6W" secondAttribute="top" id="oh8-dQ-5Za"/>
                    <constraint firstItem="H9U-Ue-q0j" firstAttribute="top" secondItem="rvE-ah-G6W" secondAttribute="top" constant="16" id="sdd-ja-uDn"/>
                    <constraint firstItem="anX-JM-Uvj" firstAttribute="centerY" secondItem="rvE-ah-G6W" secondAttribute="centerY" id="y8n-Vq-A1F"/>
                </constraints>
                <variation key="default">
                    <mask key="constraints">
                        <exclude reference="Ugc-ET-XoH"/>
                        <exclude reference="S13-Y9-jli"/>
                    </mask>
                </variation>
            </tableViewCellContentView>
            <connections>
                <outlet property="markImage" destination="anX-JM-Uvj" id="FqD-Do-gXI"/>
                <outlet property="rightArrow" destination="x30-AR-G7P" id="Su0-zt-Sxf"/>
                <outlet property="titleLbl" destination="H9U-Ue-q0j" id="owj-xx-Vx1"/>
            </connections>
            <point key="canvasLocation" x="-57.600000000000001" y="80.059970014992516"/>
        </tableViewCell>
    </objects>
    <resources>
        <image name="icon_arrow_right" width="13" height="13"/>
    </resources>
</document>