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
<?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" 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" id="KGk-i7-Jjw" customClass="DHDetailImageCell" customModule="DHBaseModule">
            <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
            <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="320" height="60"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_arrow_right" translatesAutoresizingMaskIntoConstraints="NO" id="jQL-9P-uyC">
                        <rect key="frame" x="290" y="0.0" width="20" height="13"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="20" id="9jE-lU-v3h"/>
                        </constraints>
                    </imageView>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nRb-9g-S0j">
                        <rect key="frame" x="16" y="-4" width="168" height="21"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="21" id="Rgc-Tu-MiQ"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="x4c-lN-vmr">
                        <rect key="frame" x="194" y="5" width="88" height="49.5"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="49.5" id="Edh-nN-yCu"/>
                            <constraint firstAttribute="width" secondItem="x4c-lN-vmr" secondAttribute="height" multiplier="16:9" id="gbV-jD-NRc"/>
                        </constraints>
                    </imageView>
                </subviews>
                <constraints>
                    <constraint firstItem="x4c-lN-vmr" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="5Py-ZA-h7O"/>
                    <constraint firstItem="nRb-9g-S0j" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="aBx-Un-A42"/>
                    <constraint firstAttribute="bottom" secondItem="jQL-9P-uyC" secondAttribute="bottom" id="aZ7-j7-2rf"/>
                    <constraint firstAttribute="trailing" secondItem="jQL-9P-uyC" secondAttribute="trailing" constant="10" id="kdM-0E-bPP"/>
                    <constraint firstItem="jQL-9P-uyC" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="oxZ-0c-JMY"/>
                    <constraint firstItem="x4c-lN-vmr" firstAttribute="leading" secondItem="nRb-9g-S0j" secondAttribute="trailing" constant="10" id="qOh-E9-6M0"/>
                    <constraint firstItem="nRb-9g-S0j" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="tuG-A8-z27"/>
                    <constraint firstAttribute="bottom" secondItem="x4c-lN-vmr" secondAttribute="bottom" constant="5" id="uy7-mQ-cj1"/>
                    <constraint firstItem="jQL-9P-uyC" firstAttribute="leading" secondItem="x4c-lN-vmr" secondAttribute="trailing" constant="8" id="x8E-HY-1P5"/>
                </constraints>
            </tableViewCellContentView>
            <connections>
                <outlet property="rightArrow" destination="jQL-9P-uyC" id="Wfh-Pw-cfo"/>
                <outlet property="rightImageView" destination="x4c-lN-vmr" id="SXl-dS-cCL"/>
                <outlet property="titleLbl" destination="nRb-9g-S0j" id="kkR-Jd-Jlw"/>
            </connections>
            <point key="canvasLocation" x="133" y="155"/>
        </tableViewCell>
    </objects>
    <resources>
        <image name="icon_arrow_right" width="13" height="13"/>
    </resources>
</document>