无故事王国
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
109
110
111
112
113
114
115
<?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="ipad10_9rounded" orientation="portrait" layout="fullscreen" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
        <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="Lesson_4_AnswerView" customModule="DolphinEnglishLearnStudent" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="234" height="52"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <stackView opaque="NO" contentMode="scaleToFill" distribution="equalSpacing" spacing="17" translatesAutoresizingMaskIntoConstraints="NO" id="ubz-gZ-9yW">
                    <rect key="frame" x="0.0" y="0.0" width="234" height="52"/>
                    <subviews>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qsr-6I-w3R">
                            <rect key="frame" x="0.0" y="0.0" width="152" height="52"/>
                            <subviews>
                                <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_fail" translatesAutoresizingMaskIntoConstraints="NO" id="mkh-g4-79e">
                                    <rect key="frame" x="60" y="10" width="32" height="32"/>
                                    <constraints>
                                        <constraint firstAttribute="height" constant="32" id="unt-83-tZW"/>
                                        <constraint firstAttribute="width" constant="32" id="yDR-8r-kHx"/>
                                    </constraints>
                                </imageView>
                                <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="x83-pW-htY">
                                    <rect key="frame" x="0.0" y="0.0" width="152" height="52"/>
                                    <subviews>
                                        <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="otl-1Z-qED">
                                            <rect key="frame" x="0.0" y="0.0" width="50.5" height="52"/>
                                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                                            <state key="normal" image="icon_answer"/>
                                        </button>
                                        <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mba-RI-50M">
                                            <rect key="frame" x="50.5" y="0.0" width="51" height="52"/>
                                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                                            <state key="normal" image="icon_play_1"/>
                                        </button>
                                        <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KTh-43-lUh">
                                            <rect key="frame" x="101.5" y="0.0" width="50.5" height="52"/>
                                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                                            <state key="normal" image="icon_play"/>
                                        </button>
                                    </subviews>
                                </stackView>
                            </subviews>
                            <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                            <constraints>
                                <constraint firstAttribute="width" constant="152" id="3Zx-vg-H2U"/>
                                <constraint firstItem="mkh-g4-79e" firstAttribute="centerY" secondItem="x83-pW-htY" secondAttribute="centerY" id="FBf-rK-ic5"/>
                                <constraint firstAttribute="trailing" secondItem="x83-pW-htY" secondAttribute="trailing" id="Q2V-v1-cdD"/>
                                <constraint firstItem="x83-pW-htY" firstAttribute="top" secondItem="qsr-6I-w3R" secondAttribute="top" id="SgE-1G-uBq"/>
                                <constraint firstItem="x83-pW-htY" firstAttribute="leading" secondItem="qsr-6I-w3R" secondAttribute="leading" id="Wre-wg-0ii"/>
                                <constraint firstAttribute="bottom" secondItem="x83-pW-htY" secondAttribute="bottom" id="kkD-H8-FcP"/>
                                <constraint firstItem="mkh-g4-79e" firstAttribute="centerX" secondItem="x83-pW-htY" secondAttribute="centerX" id="ree-1r-FCJ"/>
                            </constraints>
                            <userDefinedRuntimeAttributes>
                                <userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
                                <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                                    <real key="value" value="8"/>
                                </userDefinedRuntimeAttribute>
                            </userDefinedRuntimeAttributes>
                        </view>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Gbs-f8-132">
                            <rect key="frame" x="182" y="0.0" width="52" height="52"/>
                            <subviews>
                                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="v7f-gv-EWR">
                                    <rect key="frame" x="0.0" y="0.0" width="52" height="52"/>
                                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                                    <state key="normal" image="btn_radio_u"/>
                                    <state key="selected" image="btn_radio"/>
                                </button>
                            </subviews>
                            <constraints>
                                <constraint firstAttribute="trailing" secondItem="v7f-gv-EWR" secondAttribute="trailing" id="1hR-5c-llk"/>
                                <constraint firstItem="v7f-gv-EWR" firstAttribute="leading" secondItem="Gbs-f8-132" secondAttribute="leading" id="3wJ-TQ-8uq"/>
                                <constraint firstAttribute="bottom" secondItem="v7f-gv-EWR" secondAttribute="bottom" id="GCe-Zk-vfw"/>
                                <constraint firstItem="v7f-gv-EWR" firstAttribute="top" secondItem="Gbs-f8-132" secondAttribute="top" id="Uzt-W1-9lA"/>
                                <constraint firstAttribute="width" constant="52" id="qf4-74-pQq"/>
                            </constraints>
                        </view>
                    </subviews>
                </stackView>
            </subviews>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="ubz-gZ-9yW" secondAttribute="trailing" id="2hW-IR-BhV"/>
                <constraint firstItem="ubz-gZ-9yW" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="HeQ-EX-wTa"/>
                <constraint firstItem="ubz-gZ-9yW" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="OkT-RW-3Kx"/>
                <constraint firstAttribute="bottom" secondItem="ubz-gZ-9yW" secondAttribute="bottom" id="iFU-tb-Rgx"/>
            </constraints>
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
            <connections>
                <outlet property="btn_choose" destination="v7f-gv-EWR" id="wFE-Gp-xAd"/>
                <outlet property="btn_isAnswer" destination="otl-1Z-qED" id="0Fg-A8-9dl"/>
                <outlet property="btn_playing" destination="mba-RI-50M" id="Gmt-aT-rn4"/>
                <outlet property="img_play" destination="KTh-43-lUh" id="7GM-KZ-Ikc"/>
                <outlet property="img_state" destination="mkh-g4-79e" id="IzD-w8-jjK"/>
                <outlet property="view_handle" destination="qsr-6I-w3R" id="ptU-09-NIc"/>
                <outlet property="view_state" destination="Gbs-f8-132" id="Swt-nY-Bpv"/>
            </connections>
            <point key="canvasLocation" x="-163.17073170731706" y="-245.08474576271189"/>
        </view>
    </objects>
    <resources>
        <image name="btn_radio" width="52" height="52"/>
        <image name="btn_radio_u" width="52" height="52"/>
        <image name="icon_answer" width="42" height="21"/>
        <image name="icon_fail" width="80" height="80"/>
        <image name="icon_play" width="45" height="45"/>
        <image name="icon_play_1" width="28.5" height="30"/>
    </resources>
</document>