Robert
3 天以前 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?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" customClass="ProgressCompetitionVC" customModule="WanPai" customModuleProvider="target">
            <connections>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
                <outlet property="view_back" destination="WVc-fe-CNE" id="yj9-Ei-xWJ"/>
                <outlet property="view_number" destination="Adn-pa-tPe" id="Qtu-PO-K9g"/>
                <outlet property="view_operate" destination="Et7-x0-dmT" id="b2k-Ld-wBm"/>
                <outlet property="view_time" destination="BYd-7c-zz1" id="KxF-af-48u"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
            <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Adn-pa-tPe">
                    <rect key="frame" x="10" y="59" width="120" height="35"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="场次编号" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bwy-U3-6PV">
                            <rect key="frame" x="36" y="10.333333333333329" width="48" height="14.333333333333336"/>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
                            <nil key="textColor"/>
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="35" id="OpS-Lx-Ep0"/>
                        <constraint firstAttribute="width" constant="120" id="Qb9-nw-dZh"/>
                        <constraint firstItem="bwy-U3-6PV" firstAttribute="centerY" secondItem="Adn-pa-tPe" secondAttribute="centerY" id="a7a-3V-AhC"/>
                        <constraint firstItem="bwy-U3-6PV" firstAttribute="centerX" secondItem="Adn-pa-tPe" secondAttribute="centerX" id="mkN-mr-Prw"/>
                    </constraints>
                </view>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Et7-x0-dmT">
                    <rect key="frame" x="293" y="59" width="90" height="35"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="操作" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6XO-D9-5xf">
                            <rect key="frame" x="33" y="10" width="24" height="15"/>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
                            <nil key="textColor"/>
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="90" id="JJY-Uo-U4Y"/>
                        <constraint firstAttribute="height" constant="35" id="XoK-ZN-jtW"/>
                        <constraint firstItem="6XO-D9-5xf" firstAttribute="centerY" secondItem="Et7-x0-dmT" secondAttribute="centerY" id="bNN-qU-yeI"/>
                        <constraint firstItem="6XO-D9-5xf" firstAttribute="centerX" secondItem="Et7-x0-dmT" secondAttribute="centerX" id="t11-Od-dzA"/>
                    </constraints>
                </view>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WVc-fe-CNE">
                    <rect key="frame" x="10" y="94" width="373" height="714"/>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                </view>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BYd-7c-zz1">
                    <rect key="frame" x="130" y="59" width="163" height="35"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="开始时间" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UDw-68-TuH">
                            <rect key="frame" x="57.666666666666657" y="10.333333333333329" width="48" height="14.333333333333336"/>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
                            <nil key="textColor"/>
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstItem="UDw-68-TuH" firstAttribute="centerX" secondItem="BYd-7c-zz1" secondAttribute="centerX" id="6Ko-ZK-AGe"/>
                        <constraint firstItem="UDw-68-TuH" firstAttribute="centerY" secondItem="BYd-7c-zz1" secondAttribute="centerY" id="gmT-ps-fwZ"/>
                        <constraint firstAttribute="height" constant="35" id="hqL-jV-x84"/>
                    </constraints>
                </view>
            </subviews>
            <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstItem="BYd-7c-zz1" firstAttribute="centerY" secondItem="bwy-U3-6PV" secondAttribute="centerY" id="2Sy-na-Gat"/>
                <constraint firstItem="Adn-pa-tPe" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="10" id="2US-RO-yEG"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="WVc-fe-CNE" secondAttribute="bottom" constant="10" id="DcY-w9-lef"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="WVc-fe-CNE" secondAttribute="trailing" constant="10" id="Feq-M8-jge"/>
                <constraint firstItem="WVc-fe-CNE" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="10" id="I64-Kd-OCK"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="Et7-x0-dmT" secondAttribute="trailing" constant="10" id="IFf-Om-O0C"/>
                <constraint firstItem="Et7-x0-dmT" firstAttribute="centerY" secondItem="bwy-U3-6PV" secondAttribute="centerY" id="XyC-1U-gKU"/>
                <constraint firstItem="WVc-fe-CNE" firstAttribute="top" secondItem="Adn-pa-tPe" secondAttribute="bottom" id="iq0-RF-ibB"/>
                <constraint firstItem="BYd-7c-zz1" firstAttribute="leading" secondItem="Adn-pa-tPe" secondAttribute="trailing" id="jE3-On-lE7"/>
                <constraint firstItem="Et7-x0-dmT" firstAttribute="leading" secondItem="BYd-7c-zz1" secondAttribute="trailing" id="rUk-Ug-gzd"/>
                <constraint firstItem="Adn-pa-tPe" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="wIB-vb-dIu"/>
            </constraints>
            <point key="canvasLocation" x="101.5267175572519" y="19.718309859154932"/>
        </view>
    </objects>
    <resources>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>