JLChen
2021-04-30 a5247b61d585627a1a7b1e1f35f34de9f0af9fba
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" rowHeight="53" id="KGk-i7-Jjw" customClass="DHDetailCopyCell" customModule="DHBaseModule">
            <rect key="frame" x="0.0" y="0.0" width="325" 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="325" height="52"/>
                <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="2U3-aZ-1F1">
                        <rect key="frame" x="15" y="15" width="100" height="21"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="100" id="cY2-NZ-jj9"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Xw7-To-ZPA">
                        <rect key="frame" x="289" y="10" width="24" height="30"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="30" id="IIj-j1-uUO"/>
                        </constraints>
                        <state key="normal" image="setting_icon_copy"/>
                        <connections>
                            <action selector="copyBtnClick:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="j68-kU-w25"/>
                        </connections>
                    </button>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cWK-hu-luO">
                        <rect key="frame" x="239" y="17" width="42" height="21"/>
                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                        <color key="textColor" red="0.56078431370000004" green="0.56078431370000004" blue="0.56078431370000004" alpha="1" colorSpace="calibratedRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                </subviews>
                <constraints>
                    <constraint firstAttribute="trailing" secondItem="Xw7-To-ZPA" secondAttribute="trailing" constant="12" id="RCC-Dg-KNT"/>
                    <constraint firstItem="cWK-hu-luO" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="17" id="jG3-0K-0xs"/>
                    <constraint firstAttribute="bottom" secondItem="Xw7-To-ZPA" secondAttribute="bottom" constant="11.5" id="jl1-J4-bG0"/>
                    <constraint firstItem="2U3-aZ-1F1" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="lQQ-h3-1z7"/>
                    <constraint firstItem="Xw7-To-ZPA" firstAttribute="leading" secondItem="cWK-hu-luO" secondAttribute="trailing" constant="8" id="s5s-50-wby"/>
                    <constraint firstItem="Xw7-To-ZPA" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="uP5-id-i0Q"/>
                    <constraint firstItem="2U3-aZ-1F1" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="weY-FB-Ydk"/>
                </constraints>
            </tableViewCellContentView>
            <connections>
                <outlet property="rightLbl" destination="cWK-hu-luO" id="Tfh-EJ-LK3"/>
                <outlet property="titleLbl" destination="2U3-aZ-1F1" id="rS9-ky-bEu"/>
            </connections>
            <point key="canvasLocation" x="27.5" y="56"/>
        </tableViewCell>
    </objects>
    <resources>
        <image name="setting_icon_copy" width="24" height="24"/>
    </resources>
</document>