杨锴
2025-04-16 09a372bc45fde16fd42257ab6f78b8deeecf720b
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23094" 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="23084"/>
        <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="PlaySettingView" customModule="XQMuse" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZbM-RB-tp4">
                    <rect key="frame" x="0.0" y="59" width="393" height="759"/>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <connections>
                        <action selector="hiddenAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="en7-HK-nNQ"/>
                    </connections>
                </button>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="h8f-na-QLD">
                    <rect key="frame" x="18" y="553.66666666666663" width="357" height="199"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="播放设置" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HMw-v5-jl2">
                            <rect key="frame" x="142.66666666666666" y="34.333333333333371" width="71.666666666666657" height="21"/>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/>
                            <nil key="textColor"/>
                            <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="kfS-9J-5Vr">
                            <rect key="frame" x="152.66666666666666" y="75.333333333333371" width="51.666666666666657" height="15.666666666666671"/>
                            <fontDescription key="fontDescription" type="system" pointSize="13"/>
                            <color key="textColor" red="0.36078431372549019" green="0.36078431372549019" blue="0.36078431372549019" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_voice" translatesAutoresizingMaskIntoConstraints="NO" id="Atb-Fs-uN7">
                            <rect key="frame" x="28.666666666666664" y="139.33333333333337" width="19.666666666666664" height="16"/>
                        </imageView>
                        <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="0.0" maxValue="1" translatesAutoresizingMaskIntoConstraints="NO" id="w39-6X-xGI">
                            <rect key="frame" x="58.666666666666686" y="132.33333333333337" width="273" height="31"/>
                            <color key="minimumTrackTintColor" red="0.71764705880000002" green="0.86274509799999999" blue="0.56470588239999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <color key="maximumTrackTintColor" red="0.78431372549019607" green="0.78431372549019607" blue="0.78431372549019607" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        </slider>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstItem="Atb-Fs-uN7" firstAttribute="leading" secondItem="h8f-na-QLD" secondAttribute="leading" constant="28.5" id="57k-2q-cDM"/>
                        <constraint firstItem="kfS-9J-5Vr" firstAttribute="centerX" secondItem="HMw-v5-jl2" secondAttribute="centerX" id="FCc-OC-8wU"/>
                        <constraint firstAttribute="trailing" secondItem="w39-6X-xGI" secondAttribute="trailing" constant="27.5" id="HAK-mh-d7X"/>
                        <constraint firstItem="HMw-v5-jl2" firstAttribute="top" secondItem="h8f-na-QLD" secondAttribute="top" constant="34.5" id="Rh0-UA-d20"/>
                        <constraint firstAttribute="bottom" secondItem="Atb-Fs-uN7" secondAttribute="bottom" constant="43.5" id="WiG-Og-HuJ"/>
                        <constraint firstItem="kfS-9J-5Vr" firstAttribute="top" secondItem="HMw-v5-jl2" secondAttribute="bottom" constant="20" id="aTV-ze-R2h"/>
                        <constraint firstAttribute="height" constant="199" id="dHq-LI-bxs"/>
                        <constraint firstItem="w39-6X-xGI" firstAttribute="centerY" secondItem="Atb-Fs-uN7" secondAttribute="centerY" id="gIJ-v8-njf"/>
                        <constraint firstItem="w39-6X-xGI" firstAttribute="leading" secondItem="Atb-Fs-uN7" secondAttribute="trailing" constant="12.5" id="i8h-JN-Hvh"/>
                        <constraint firstItem="HMw-v5-jl2" firstAttribute="centerX" secondItem="h8f-na-QLD" secondAttribute="centerX" id="xDr-YT-U3Y"/>
                    </constraints>
                    <userDefinedRuntimeAttributes>
                        <userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
                        <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                            <real key="value" value="20"/>
                        </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.14999999999999999" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="ZbM-RB-tp4" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="2ak-6G-ueR"/>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="h8f-na-QLD" secondAttribute="trailing" constant="18" id="4zs-t3-ZmR"/>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="ZbM-RB-tp4" secondAttribute="bottom" id="CFT-wt-aNu"/>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="h8f-na-QLD" secondAttribute="bottom" constant="65.5" id="G1l-Gi-deQ"/>
                <constraint firstItem="ZbM-RB-tp4" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="V4f-1T-qEP"/>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="ZbM-RB-tp4" secondAttribute="trailing" id="m4L-rq-tiT"/>
                <constraint firstItem="h8f-na-QLD" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="18" id="pd9-99-mDW"/>
            </constraints>
            <connections>
                <outlet property="cons_bottom" destination="G1l-Gi-deQ" id="0ni-7p-82Y"/>
                <outlet property="slider_voice" destination="w39-6X-xGI" id="bJd-2q-xvm"/>
            </connections>
            <point key="canvasLocation" x="136.64122137404578" y="20.422535211267608"/>
        </view>
    </objects>
    <resources>
        <image name="icon_voice" width="19.666666030883789" height="16"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>