developer
2023-05-20 c1ffd99c4b60066774eb2c97b31e4aaa014e7f51
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
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
        <capability name="Constraints to layout margins" minToolsVersion="6.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="56" id="KGk-i7-Jjw" customClass="LeftTableViewCell">
            <rect key="frame" x="0.0" y="0.0" width="320" height="56"/>
            <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="55.5"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="v79-gc-l0z">
                        <rect key="frame" x="21" y="15" width="25" height="25"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="25" id="fry-uF-Q9A"/>
                            <constraint firstAttribute="height" constant="25" id="nVr-1f-2f1"/>
                        </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="OzK-Xn-oiw">
                        <rect key="frame" x="66" y="8" width="219" height="38"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="38" id="XkF-km-t8T"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                        <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="arrow---right-副本-2" translatesAutoresizingMaskIntoConstraints="NO" id="8Dq-2Y-JCV">
                        <rect key="frame" x="285" y="18" width="9" height="14"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="14" id="0C2-HO-WAc"/>
                            <constraint firstAttribute="width" constant="9" id="Bjc-Xj-I5q"/>
                        </constraints>
                    </imageView>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="l3H-yw-Epb">
                        <rect key="frame" x="71" y="51" width="183" height="1"/>
                        <color key="backgroundColor" red="0.81568627450980391" green="0.81568627450980391" blue="0.81568627450980391" alpha="0.32066031678082191" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="1" id="ncE-ym-a4g"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                        <color key="textColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                        <color key="highlightedColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                    </label>
                </subviews>
                <constraints>
                    <constraint firstItem="OzK-Xn-oiw" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="147-Lu-qYL"/>
                    <constraint firstAttribute="trailingMargin" secondItem="l3H-yw-Epb" secondAttribute="trailing" constant="50" id="4bo-dy-hv8"/>
                    <constraint firstItem="l3H-yw-Epb" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="55" id="B7b-vT-Lhe"/>
                    <constraint firstItem="v79-gc-l0z" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Bee-ZU-22r"/>
                    <constraint firstItem="8Dq-2Y-JCV" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" constant="-2" id="HfO-1k-9OX"/>
                    <constraint firstItem="v79-gc-l0z" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="5" id="PXe-qO-xFl"/>
                    <constraint firstItem="8Dq-2Y-JCV" firstAttribute="leading" secondItem="OzK-Xn-oiw" secondAttribute="trailing" id="Zjr-yK-P8y"/>
                    <constraint firstAttribute="bottomMargin" secondItem="l3H-yw-Epb" secondAttribute="bottom" constant="-7" id="b1h-bh-a6V"/>
                    <constraint firstItem="OzK-Xn-oiw" firstAttribute="leading" secondItem="v79-gc-l0z" secondAttribute="trailing" constant="20" id="rBv-RU-m3B"/>
                    <constraint firstAttribute="trailingMargin" secondItem="8Dq-2Y-JCV" secondAttribute="trailing" constant="10" id="zsF-8N-BGU"/>
                </constraints>
            </tableViewCellContentView>
            <connections>
                <outlet property="Icon" destination="v79-gc-l0z" id="Kbv-Ug-yWe"/>
                <outlet property="Line" destination="l3H-yw-Epb" id="zoB-qU-6XH"/>
                <outlet property="titleText" destination="OzK-Xn-oiw" id="SIf-LB-hkH"/>
            </connections>
            <point key="canvasLocation" x="425" y="286"/>
        </tableViewCell>
    </objects>
    <resources>
        <image name="arrow---right-副本-2" width="6" height="11"/>
    </resources>
</document>