无故事王国
5 天以前 510991a68acc59e22602d95582e3b1cabdd093c2
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
108
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="ipad10_9rounded" orientation="landscape" layout="fullscreen" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
        <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"/>
        <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="GameBeginTipView" customModule="DolphinEnglishLearnStudent" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="1180" height="820"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="V8a-Jc-oJ6">
                    <rect key="frame" x="385.5" y="289.5" width="409" height="245"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="提示" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rb4-KR-EuP">
                            <rect key="frame" x="186" y="32" width="37" height="18"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="18" id="boa-7C-lYw"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="18"/>
                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.80000000000000004" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="游戏将在倒计时结束后开始,请注意听题!" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CFF-3K-SiP">
                            <rect key="frame" x="53.5" y="67" width="302.5" height="20"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="20" id="eWP-cM-3cB"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.58999999999999997" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="5" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5e5-ea-cUc">
                            <rect key="frame" x="0.0" y="92" width="409" height="88"/>
                            <fontDescription key="fontDescription" name="Impact" family="Impact" pointSize="72"/>
                            <color key="textColor" red="0.25490196078431371" green="0.63529411764705879" blue="0.92156862745098034" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xBM-3M-8RU">
                            <rect key="frame" x="94" y="189" width="221" height="40"/>
                            <color key="backgroundColor" red="0.25490196079999999" green="0.63529411759999999" blue="0.92156862750000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="40" id="dCN-yv-6rA"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                            <state key="normal" title="立即开始"/>
                            <userDefinedRuntimeAttributes>
                                <userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
                                <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                                    <real key="value" value="4"/>
                                </userDefinedRuntimeAttribute>
                            </userDefinedRuntimeAttributes>
                            <connections>
                                <action selector="completeAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="0fJ-wl-fg2"/>
                            </connections>
                        </button>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstItem="xBM-3M-8RU" firstAttribute="leading" secondItem="V8a-Jc-oJ6" secondAttribute="leading" constant="94" id="6Zf-39-taQ"/>
                        <constraint firstItem="CFF-3K-SiP" firstAttribute="centerX" secondItem="rb4-KR-EuP" secondAttribute="centerX" id="8Oa-Tq-x1T"/>
                        <constraint firstItem="xBM-3M-8RU" firstAttribute="centerX" secondItem="rb4-KR-EuP" secondAttribute="centerX" id="BTj-EW-az2"/>
                        <constraint firstItem="5e5-ea-cUc" firstAttribute="leading" secondItem="V8a-Jc-oJ6" secondAttribute="leading" id="CxO-Qq-ZlR"/>
                        <constraint firstAttribute="trailing" secondItem="xBM-3M-8RU" secondAttribute="trailing" constant="94" id="ECx-y1-EW7"/>
                        <constraint firstAttribute="width" secondItem="V8a-Jc-oJ6" secondAttribute="height" multiplier="1:0.5994" id="EUj-h8-jXt"/>
                        <constraint firstItem="5e5-ea-cUc" firstAttribute="top" secondItem="CFF-3K-SiP" secondAttribute="bottom" constant="5" id="IkZ-q9-lUa"/>
                        <constraint firstAttribute="trailing" secondItem="5e5-ea-cUc" secondAttribute="trailing" id="Rct-zJ-FRC"/>
                        <constraint firstItem="CFF-3K-SiP" firstAttribute="top" secondItem="rb4-KR-EuP" secondAttribute="bottom" constant="17" id="ekD-DV-h2c"/>
                        <constraint firstItem="5e5-ea-cUc" firstAttribute="centerX" secondItem="rb4-KR-EuP" secondAttribute="centerX" id="fst-vW-9Bb"/>
                        <constraint firstAttribute="bottom" secondItem="xBM-3M-8RU" secondAttribute="bottom" constant="16" id="mt1-ua-8HO"/>
                        <constraint firstItem="rb4-KR-EuP" firstAttribute="top" secondItem="V8a-Jc-oJ6" secondAttribute="top" constant="32" id="qOG-CC-CG4"/>
                        <constraint firstAttribute="height" constant="245" id="qUC-hS-Nzw"/>
                        <constraint firstItem="rb4-KR-EuP" firstAttribute="centerX" secondItem="V8a-Jc-oJ6" secondAttribute="centerX" id="wfs-hz-nxT"/>
                    </constraints>
                    <userDefinedRuntimeAttributes>
                        <userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
                        <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                            <real key="value" value="10"/>
                        </userDefinedRuntimeAttribute>
                    </userDefinedRuntimeAttributes>
                </view>
            </subviews>
            <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="V8a-Jc-oJ6" firstAttribute="centerY" secondItem="vUN-kp-3ea" secondAttribute="centerY" id="WYo-2n-d4F"/>
                <constraint firstItem="V8a-Jc-oJ6" firstAttribute="centerX" secondItem="vUN-kp-3ea" secondAttribute="centerX" id="yPy-6D-xcr"/>
            </constraints>
            <connections>
                <outlet property="label_time" destination="5e5-ea-cUc" id="XRc-Ez-qeG"/>
                <outlet property="view_container" destination="V8a-Jc-oJ6" id="Rb2-y4-qeK"/>
            </connections>
            <point key="canvasLocation" x="61" y="20"/>
        </view>
    </objects>
    <resources>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>