Robert
2 天以前 d23fce7c9da9f47cb4bb4630c3b428b12ce1c7eb
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
<?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="Named colors" minToolsVersion="9.0"/>
        <capability name="Safe area layout guides" minToolsVersion="9.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="_ProgressCompetitionCellId" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="ProgressCompetitionCell" 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>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GSh-Tb-ehg">
                        <rect key="frame" x="0.0" y="15" width="120" height="14.333333333333336"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="120" id="jco-Ff-y5c"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="查看" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TAm-5Z-Z8a">
                        <rect key="frame" x="230" y="13.666666666666664" width="90" height="17"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="90" id="S8w-bd-QTE"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                        <color key="textColor" name="FE6E0D"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="q5R-Sm-jv7">
                        <rect key="frame" x="120" y="0.0" width="110" height="44"/>
                        <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                </subviews>
                <constraints>
                    <constraint firstItem="TAm-5Z-Z8a" firstAttribute="centerY" secondItem="GSh-Tb-ehg" secondAttribute="centerY" id="17F-KM-des"/>
                    <constraint firstItem="GSh-Tb-ehg" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="9Vl-Gb-LEo"/>
                    <constraint firstItem="GSh-Tb-ehg" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="GCo-yP-vFU"/>
                    <constraint firstAttribute="trailing" secondItem="TAm-5Z-Z8a" secondAttribute="trailing" id="IyM-1a-K7o"/>
                    <constraint firstItem="q5R-Sm-jv7" firstAttribute="leading" secondItem="GSh-Tb-ehg" secondAttribute="trailing" id="J9T-u6-uWH"/>
                    <constraint firstAttribute="bottom" secondItem="q5R-Sm-jv7" secondAttribute="bottom" id="fS7-mB-x0N"/>
                    <constraint firstItem="q5R-Sm-jv7" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="gRc-3h-031"/>
                    <constraint firstItem="TAm-5Z-Z8a" firstAttribute="leading" secondItem="q5R-Sm-jv7" secondAttribute="trailing" id="wa9-WE-k0P"/>
                </constraints>
            </tableViewCellContentView>
            <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
            <connections>
                <outlet property="label_num" destination="GSh-Tb-ehg" id="trt-c3-k7D"/>
                <outlet property="label_operace" destination="q5R-Sm-jv7" id="TYm-gM-Fms"/>
                <outlet property="label_time" destination="TAm-5Z-Z8a" id="w7E-ch-ZNW"/>
            </connections>
            <point key="canvasLocation" x="102" y="20"/>
        </tableViewCell>
    </objects>
    <resources>
        <namedColor name="FE6E0D">
            <color red="0.99199998378753662" green="0.53299999237060547" blue="0.0080000003799796104" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
    </resources>
</document>