杨锴
2025-05-11 7453d2d0cef415b34323d1b91e6cfa4a6ba31178
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
116
117
118
119
120
121
122
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" 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="22130"/>
        <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="GamesIntruduceView" customModule="WanPai" customModuleProvider="target">
            <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="Ija-B4-tPM">
                    <rect key="frame" x="15" y="278.33333333333337" width="363" height="295.33333333333337"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="游戏介绍" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Vsu-FK-Bur">
                            <rect key="frame" x="149" y="17" width="65.333333333333314" height="22"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="22" id="Vdy-b5-xXl"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="16"/>
                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.80000000000000004" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="E78-rw-ZWZ">
                            <rect key="frame" x="333" y="17" width="20" height="22"/>
                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                            <state key="normal" image="btn_close_2"/>
                            <connections>
                                <action selector="closeAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="Oyh-6s-asj"/>
                            </connections>
                        </button>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gvg-hN-QSP">
                            <rect key="frame" x="0.0" y="55.000000000000014" width="363" height="181.33333333333337"/>
                            <subviews>
                                <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Pjc-TT-Gr7">
                                    <rect key="frame" x="0.0" y="0.0" width="363" height="181.33333333333334"/>
                                </imageView>
                                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="RpO-dN-soW">
                                    <rect key="frame" x="151.66666666666666" y="60.666666666666686" width="60" height="60"/>
                                    <constraints>
                                        <constraint firstAttribute="height" constant="60" id="5IN-KV-uZ0"/>
                                        <constraint firstAttribute="width" constant="60" id="AJb-Hu-1ik"/>
                                    </constraints>
                                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                                    <state key="normal" image="btn_play"/>
                                    <connections>
                                        <action selector="playAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="BQn-1T-GsT"/>
                                    </connections>
                                </button>
                            </subviews>
                            <color key="backgroundColor" systemColor="underPageBackgroundColor"/>
                            <constraints>
                                <constraint firstAttribute="trailing" secondItem="Pjc-TT-Gr7" secondAttribute="trailing" id="4O4-A4-b1j"/>
                                <constraint firstAttribute="bottom" secondItem="Pjc-TT-Gr7" secondAttribute="bottom" id="8aj-ey-XLF"/>
                                <constraint firstItem="Pjc-TT-Gr7" firstAttribute="leading" secondItem="gvg-hN-QSP" secondAttribute="leading" id="CHb-7H-3Zx"/>
                                <constraint firstAttribute="width" secondItem="gvg-hN-QSP" secondAttribute="height" multiplier="1:0.5" id="Emh-7O-Byi"/>
                                <constraint firstItem="RpO-dN-soW" firstAttribute="centerY" secondItem="Pjc-TT-Gr7" secondAttribute="centerY" id="VEz-N3-izc"/>
                                <constraint firstItem="RpO-dN-soW" firstAttribute="centerX" secondItem="Pjc-TT-Gr7" secondAttribute="centerX" id="hbA-j4-VOb"/>
                                <constraint firstItem="Pjc-TT-Gr7" firstAttribute="top" secondItem="gvg-hN-QSP" secondAttribute="top" id="jRW-hh-xZ9"/>
                            </constraints>
                        </view>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="m5u-Hy-qXS">
                            <rect key="frame" x="13" y="248.33333333333331" width="337" height="17"/>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="trailing" secondItem="E78-rw-ZWZ" secondAttribute="trailing" constant="10" id="6Xf-18-b1P"/>
                        <constraint firstAttribute="trailing" secondItem="m5u-Hy-qXS" secondAttribute="trailing" constant="13" id="BjW-Bd-NPx"/>
                        <constraint firstItem="Vsu-FK-Bur" firstAttribute="centerX" secondItem="Ija-B4-tPM" secondAttribute="centerX" id="G8o-zG-6uo"/>
                        <constraint firstItem="m5u-Hy-qXS" firstAttribute="top" secondItem="gvg-hN-QSP" secondAttribute="bottom" constant="12" id="IZ1-Yx-Kxd"/>
                        <constraint firstItem="gvg-hN-QSP" firstAttribute="leading" secondItem="Ija-B4-tPM" secondAttribute="leading" id="Np8-Zx-FP7"/>
                        <constraint firstItem="E78-rw-ZWZ" firstAttribute="centerY" secondItem="Vsu-FK-Bur" secondAttribute="centerY" id="Vj1-xV-Ptn"/>
                        <constraint firstItem="Vsu-FK-Bur" firstAttribute="top" secondItem="Ija-B4-tPM" secondAttribute="top" constant="17" id="eaQ-YS-W6b"/>
                        <constraint firstItem="gvg-hN-QSP" firstAttribute="top" secondItem="Vsu-FK-Bur" secondAttribute="bottom" constant="16" id="ptA-Kd-Rmz"/>
                        <constraint firstAttribute="trailing" secondItem="gvg-hN-QSP" secondAttribute="trailing" id="rfk-zV-vPK"/>
                        <constraint firstAttribute="bottom" secondItem="m5u-Hy-qXS" secondAttribute="bottom" constant="30" id="yFo-E4-f3e"/>
                        <constraint firstItem="m5u-Hy-qXS" firstAttribute="leading" secondItem="Ija-B4-tPM" secondAttribute="leading" constant="13" id="z1d-Pf-FEI"/>
                    </constraints>
                    <userDefinedRuntimeAttributes>
                        <userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
                        <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                            <real key="value" value="6"/>
                        </userDefinedRuntimeAttribute>
                    </userDefinedRuntimeAttributes>
                </view>
            </subviews>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="Ija-B4-tPM" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="jmx-UN-j70"/>
                <constraint firstItem="Ija-B4-tPM" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="15" id="k5l-us-7q2"/>
                <constraint firstItem="Ija-B4-tPM" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="o2q-Ne-8Av"/>
                <constraint firstAttribute="trailing" secondItem="Ija-B4-tPM" secondAttribute="trailing" constant="15" id="xOX-aW-FZ1"/>
            </constraints>
            <connections>
                <outlet property="btn_play" destination="RpO-dN-soW" id="2o8-y1-T6q"/>
                <outlet property="img_profile" destination="Pjc-TT-Gr7" id="ZGo-oN-xUb"/>
                <outlet property="label_content" destination="m5u-Hy-qXS" id="Zei-Sj-yo8"/>
                <outlet property="view_container" destination="Ija-B4-tPM" id="TJ3-LP-M4s"/>
            </connections>
            <point key="canvasLocation" x="54" y="21"/>
        </view>
    </objects>
    <resources>
        <image name="btn_close_2" width="20" height="20"/>
        <image name="btn_play" width="40" height="40"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
        <systemColor name="underPageBackgroundColor">
            <color red="0.70980392156862748" green="0.71764705882352942" blue="0.74117647058823533" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </systemColor>
    </resources>
</document>