无故事王国
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
<?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="portrait" layout="fullscreen" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
        <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="Lesson_3_AnswerView" customModule="DolphinEnglishLearnStudent" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="109" height="52"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="CCd-CG-c2c">
                    <rect key="frame" x="0.0" y="0.0" width="109" height="52"/>
                </imageView>
                <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_fail" translatesAutoresizingMaskIntoConstraints="NO" id="5f1-hr-qeo">
                    <rect key="frame" x="34.5" y="6" width="40" height="40"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="40" id="kVm-un-uT2"/>
                        <constraint firstAttribute="height" constant="40" id="x1u-18-WvZ"/>
                    </constraints>
                </imageView>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="HEL-Qx-AZ6">
                    <rect key="frame" x="0.0" y="0.0" width="109" height="52"/>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                </button>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lsC-KD-Ubq">
                    <rect key="frame" x="79" y="-4" width="34" height="34"/>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <state key="normal" image="icon_fullScreen"/>
                    <connections>
                        <action selector="fullscreenAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="Uc9-lH-7i1"/>
                    </connections>
                </button>
            </subviews>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstItem="CCd-CG-c2c" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="0lR-wa-kf0"/>
                <constraint firstAttribute="trailing" secondItem="CCd-CG-c2c" secondAttribute="trailing" id="6mx-m0-SBM"/>
                <constraint firstAttribute="bottom" secondItem="CCd-CG-c2c" secondAttribute="bottom" id="8BN-vk-9Ex"/>
                <constraint firstItem="HEL-Qx-AZ6" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="92l-QJ-G0c"/>
                <constraint firstItem="HEL-Qx-AZ6" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="UeJ-VW-jKb"/>
                <constraint firstAttribute="bottom" secondItem="HEL-Qx-AZ6" secondAttribute="bottom" id="ZmM-zn-mIT"/>
                <constraint firstItem="CCd-CG-c2c" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="c6t-Hh-BhR"/>
                <constraint firstItem="5f1-hr-qeo" firstAttribute="centerX" secondItem="CCd-CG-c2c" secondAttribute="centerX" id="j25-sz-lbO"/>
                <constraint firstItem="5f1-hr-qeo" firstAttribute="centerY" secondItem="CCd-CG-c2c" secondAttribute="centerY" id="qFU-Vr-9X5"/>
                <constraint firstAttribute="trailing" secondItem="HEL-Qx-AZ6" secondAttribute="trailing" id="so9-ay-EmQ"/>
                <constraint firstAttribute="trailing" secondItem="lsC-KD-Ubq" secondAttribute="trailing" constant="-4" id="wb6-UI-mdg"/>
                <constraint firstItem="lsC-KD-Ubq" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="-4" id="xzn-fY-YTT"/>
            </constraints>
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
            <userDefinedRuntimeAttributes>
                <userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
                <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                    <real key="value" value="8"/>
                </userDefinedRuntimeAttribute>
            </userDefinedRuntimeAttributes>
            <connections>
                <outlet property="btn_choose" destination="HEL-Qx-AZ6" id="1JV-QC-IUY"/>
                <outlet property="btn_fullscreen" destination="lsC-KD-Ubq" id="1rA-Ol-u91"/>
                <outlet property="img_cover" destination="CCd-CG-c2c" id="3XA-hS-oxl"/>
                <outlet property="img_state" destination="5f1-hr-qeo" id="7li-fQ-6OE"/>
            </connections>
            <point key="canvasLocation" x="-167.19512195121951" y="-253.22033898305085"/>
        </view>
    </objects>
    <resources>
        <image name="icon_fail" width="80" height="80"/>
        <image name="icon_fullScreen" width="34" height="34"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>