From e15c976316feef72ff9bcabce38e0a078f9505db Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期四, 12 九月 2024 18:18:03 +0800
Subject: [PATCH] fix API

---
 XQMuse/Root/Course/View/CourseDetailHeaderView.xib |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/XQMuse/Root/Course/View/CourseDetailHeaderView.xib b/XQMuse/Root/Course/View/CourseDetailHeaderView.xib
index e8b97cb..e58cb6f 100644
--- a/XQMuse/Root/Course/View/CourseDetailHeaderView.xib
+++ b/XQMuse/Root/Course/View/CourseDetailHeaderView.xib
@@ -35,15 +35,15 @@
                             <color key="textColor" red="0.27058823529411763" green="0.27058823529411763" blue="0.27058823529411763" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                             <nil key="highlightedColor"/>
                         </label>
-                        <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_use_small" translatesAutoresizingMaskIntoConstraints="NO" id="QZb-OD-zkm">
+                        <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_user_1" translatesAutoresizingMaskIntoConstraints="NO" id="QZb-OD-zkm">
                             <rect key="frame" x="20.666666666666668" y="63.333333333333364" width="10" height="10.666666666666664"/>
                             <constraints>
                                 <constraint firstAttribute="width" constant="10" id="Oim-LL-682"/>
                                 <constraint firstAttribute="height" constant="10.5" id="UW0-AR-Xhg"/>
                             </constraints>
                         </imageView>
-                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="101人已加入学习" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0I9-CV-ojJ">
-                            <rect key="frame" x="35.666666666666664" y="62.666666666666686" width="78.666666666666686" height="12"/>
+                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0人已加入学习" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0I9-CV-ojJ">
+                            <rect key="frame" x="35.666666666666657" y="62.666666666666686" width="69" height="12"/>
                             <fontDescription key="fontDescription" type="system" pointSize="10"/>
                             <color key="textColor" red="0.80392156862745101" green="0.80392156862745101" blue="0.80392156862745101" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                             <nil key="highlightedColor"/>
@@ -76,13 +76,17 @@
             <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
             <connections>
                 <outlet property="icon" destination="QZb-OD-zkm" id="C8w-ga-BSc"/>
+                <outlet property="image_cover" destination="3FR-3L-eGU" id="zat-PK-Mtx"/>
+                <outlet property="label_studyNum" destination="0I9-CV-ojJ" id="Xu3-ID-OsO"/>
+                <outlet property="label_teacher" destination="DbG-SW-sik" id="BfM-77-ZSS"/>
+                <outlet property="label_title" destination="CgZ-Jh-uGm" id="zt0-Fw-MFu"/>
             </connections>
             <point key="canvasLocation" x="59.541984732824424" y="-98.239436619718319"/>
         </view>
     </objects>
     <resources>
         <image name="demo_bg" width="621" height="1064"/>
-        <image name="icon_use_small" width="10" height="10.666666984558105"/>
+        <image name="icon_user_1" width="10" height="10.666666984558105"/>
         <systemColor name="systemBackgroundColor">
             <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
         </systemColor>

--
Gitblit v1.7.1