r
2025-09-19 8c309ff419690cc77c9b178096878e18d4849fc2
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" 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="23506"/>
        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
        <capability name="System colors in document resources" minToolsVersion="11.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" restorationIdentifier="WorldCupListRankViewCellId" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="WorldCupListRankViewCell" customModule="WanPai" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
            <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="44"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="taj-Ia-kkJ">
                        <rect key="frame" x="15" y="0.0" width="290" height="34"/>
                        <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="ap9-Py-KeW">
                                <rect key="frame" x="5" y="8" width="38.333333333333336" height="18"/>
                                <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
                                <nil key="textColor"/>
                                <nil key="highlightedColor"/>
                            </label>
                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vHz-eT-4nD">
                                <rect key="frame" x="260" y="4.6666666666666679" width="25" height="25"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="25" id="Mph-fd-Ku8"/>
                                    <constraint firstAttribute="width" constant="25" id="fTw-cW-hQi"/>
                                </constraints>
                                <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                                <state key="normal" title="Button" image="btn_choose_1"/>
                                <state key="selected" image="btn_choose_s"/>
                            </button>
                        </subviews>
                        <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                        <constraints>
                            <constraint firstItem="vHz-eT-4nD" firstAttribute="centerY" secondItem="ap9-Py-KeW" secondAttribute="centerY" id="7eR-hh-6IL"/>
                            <constraint firstItem="ap9-Py-KeW" firstAttribute="centerY" secondItem="taj-Ia-kkJ" secondAttribute="centerY" id="ePx-gc-35m"/>
                            <constraint firstAttribute="trailing" secondItem="vHz-eT-4nD" secondAttribute="trailing" constant="5" id="p5N-LF-Yth"/>
                            <constraint firstItem="ap9-Py-KeW" firstAttribute="leading" secondItem="taj-Ia-kkJ" secondAttribute="leading" constant="5" id="yqh-fh-yyt"/>
                        </constraints>
                    </view>
                </subviews>
                <constraints>
                    <constraint firstAttribute="bottom" secondItem="taj-Ia-kkJ" secondAttribute="bottom" constant="10" id="KSg-4h-P6P"/>
                    <constraint firstItem="taj-Ia-kkJ" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="LaP-PK-2QU"/>
                    <constraint firstItem="taj-Ia-kkJ" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="TDe-EZ-1nL"/>
                    <constraint firstAttribute="trailing" secondItem="taj-Ia-kkJ" secondAttribute="trailing" constant="15" id="VuY-HO-oIC"/>
                </constraints>
            </tableViewCellContentView>
            <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
            <connections>
                <outlet property="backView" destination="taj-Ia-kkJ" id="agC-1F-F5i"/>
                <outlet property="chooseBtn" destination="vHz-eT-4nD" id="7Vy-PP-UWK"/>
                <outlet property="titleLab" destination="ap9-Py-KeW" id="4it-BZ-rVv"/>
            </connections>
            <point key="canvasLocation" x="129.7709923664122" y="19.718309859154932"/>
        </tableViewCell>
    </objects>
    <resources>
        <image name="btn_choose_1" width="24" height="24"/>
        <image name="btn_choose_s" width="25" height="25"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>