杨锴
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" 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="21679"/>
        <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="CourseInfoScheduleVC" customModule="WanPai" customModuleProvider="target">
            <connections>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
                <outlet property="weekCollectionView" destination="Bgy-rf-HKK" id="kp9-mb-IAU"/>
            </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="415" height="55"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="IWP-av-zUk">
                    <rect key="frame" x="385" y="0.0" width="30" height="28"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="30" id="O7y-RK-Xib"/>
                        <constraint firstAttribute="height" constant="28" id="naa-lg-mP6"/>
                    </constraints>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <state key="normal" image="icon_R"/>
                </button>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Af9-s3-bTa">
                    <rect key="frame" x="0.0" y="0.0" width="30" height="28"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="30" id="KDO-N3-8ba"/>
                        <constraint firstAttribute="height" constant="28" id="anv-Jl-iEo"/>
                    </constraints>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <state key="normal" image="icon_L"/>
                </button>
                <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="Bgy-rf-HKK">
                    <rect key="frame" x="30" y="0.0" width="355" height="50"/>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="50" id="bKd-Hj-KoW"/>
                    </constraints>
                    <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="e8y-C4-nMc">
                        <size key="itemSize" width="128" height="128"/>
                        <size key="headerReferenceSize" width="0.0" height="0.0"/>
                        <size key="footerReferenceSize" width="0.0" height="0.0"/>
                        <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
                    </collectionViewFlowLayout>
                </collectionView>
            </subviews>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="IWP-av-zUk" secondAttribute="trailing" id="1s5-Hc-WPg"/>
                <constraint firstItem="IWP-av-zUk" firstAttribute="leading" secondItem="Bgy-rf-HKK" secondAttribute="trailing" id="DV2-lB-wvs"/>
                <constraint firstItem="Bgy-rf-HKK" firstAttribute="leading" secondItem="Af9-s3-bTa" secondAttribute="trailing" id="RGl-bv-SMl"/>
                <constraint firstItem="Af9-s3-bTa" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="aBW-1m-F2q"/>
                <constraint firstItem="Af9-s3-bTa" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="m8g-1R-Yif"/>
                <constraint firstItem="IWP-av-zUk" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="oSd-Kq-Xeq"/>
                <constraint firstItem="Bgy-rf-HKK" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="u80-x0-rty"/>
            </constraints>
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
            <point key="canvasLocation" x="8.3969465648854964" y="-262.32394366197184"/>
        </view>
    </objects>
    <resources>
        <image name="icon_L" width="7" height="12"/>
        <image name="icon_R" width="7" height="12"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>