杨锴
2024-11-06 63f7ed967433acee3ae8764c7a077e15c29c41f2
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
<?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="retina6_12" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
        <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" customClass="CourseDetialVideoVC" customModule="XQMuse" customModuleProvider="target">
            <connections>
                <outlet property="tableView" destination="9tI-Cr-xM8" id="y8l-vs-uxu"/>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
                <outlet property="view_bg_video" destination="a5v-5f-tro" id="wdA-dL-NSi"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
            <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="a5v-5f-tro">
                    <rect key="frame" x="0.0" y="0.0" width="393" height="314.33333333333331"/>
                    <subviews>
                        <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="demo_bg" translatesAutoresizingMaskIntoConstraints="NO" id="EGK-xl-ywV">
                            <rect key="frame" x="0.0" y="0.0" width="393" height="314.33333333333331"/>
                        </imageView>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="trailing" secondItem="EGK-xl-ywV" secondAttribute="trailing" id="7EB-ci-VAK"/>
                        <constraint firstItem="EGK-xl-ywV" firstAttribute="top" secondItem="a5v-5f-tro" secondAttribute="top" id="Btv-Ot-ZHF"/>
                        <constraint firstAttribute="bottom" secondItem="EGK-xl-ywV" secondAttribute="bottom" id="Upc-4k-kA9"/>
                        <constraint firstAttribute="width" secondItem="a5v-5f-tro" secondAttribute="height" multiplier="1:0.8" id="gMO-7v-G2E"/>
                        <constraint firstItem="EGK-xl-ywV" firstAttribute="leading" secondItem="a5v-5f-tro" secondAttribute="leading" id="iVr-lI-tV7"/>
                    </constraints>
                </view>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hWZ-tE-Oeu">
                    <rect key="frame" x="0.0" y="314.33333333333331" width="393" height="82"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="课程目录" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4ak-gq-iBH">
                            <rect key="frame" x="20.666666666666668" y="45.666666666666686" width="61.333333333333329" height="18"/>
                            <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
                            <color key="textColor" red="0.15686274509803921" green="0.15686274509803921" blue="0.15686274509803921" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="82" id="HIS-7C-zS3"/>
                        <constraint firstAttribute="bottom" secondItem="4ak-gq-iBH" secondAttribute="bottom" constant="18.329999999999998" id="cCa-ou-vSq"/>
                        <constraint firstItem="4ak-gq-iBH" firstAttribute="leading" secondItem="hWZ-tE-Oeu" secondAttribute="leading" constant="20.5" id="qS4-R4-YXE"/>
                    </constraints>
                </view>
                <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="9tI-Cr-xM8">
                    <rect key="frame" x="0.0" y="396.33333333333326" width="393" height="421.66666666666674"/>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                </tableView>
            </subviews>
            <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstItem="hWZ-tE-Oeu" firstAttribute="top" secondItem="a5v-5f-tro" secondAttribute="bottom" id="0GD-ZB-m7D"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="9tI-Cr-xM8" secondAttribute="trailing" id="8Rn-S4-LPe"/>
                <constraint firstItem="hWZ-tE-Oeu" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="B44-Pj-deb"/>
                <constraint firstItem="9tI-Cr-xM8" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="CZK-sW-wPa"/>
                <constraint firstItem="a5v-5f-tro" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="EgI-eU-ICh"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="9tI-Cr-xM8" secondAttribute="bottom" id="GGs-yG-CZR"/>
                <constraint firstItem="9tI-Cr-xM8" firstAttribute="top" secondItem="hWZ-tE-Oeu" secondAttribute="bottom" id="U4d-7p-WoM"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="a5v-5f-tro" secondAttribute="trailing" id="WN7-hi-1eN"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="hWZ-tE-Oeu" secondAttribute="trailing" id="iu3-20-0gs"/>
                <constraint firstItem="a5v-5f-tro" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="xv8-jD-2j4"/>
            </constraints>
            <point key="canvasLocation" x="16" y="20"/>
        </view>
    </objects>
    <resources>
        <image name="demo_bg" width="621" height="1064"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>