From 3e3bfd1ad307ec2ea42f66e298ccb24cec26955f Mon Sep 17 00:00:00 2001 From: younger_times <841720330@qq.com> Date: 星期三, 26 七月 2023 18:13:33 +0800 Subject: [PATCH] 新增 --- WanPai/Root/Course/VC/CourseExerciseSubListVC.xib | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/WanPai/Root/Course/VC/CourseExerciseSubListVC.xib b/WanPai/Root/Course/VC/CourseExerciseSubListVC.xib index 2776148..84544a0 100644 --- a/WanPai/Root/Course/VC/CourseExerciseSubListVC.xib +++ b/WanPai/Root/Course/VC/CourseExerciseSubListVC.xib @@ -14,6 +14,7 @@ <connections> <outlet property="btn_assign" destination="jwk-F4-OqE" id="4PD-bc-l1K"/> <outlet property="tableView" destination="oVl-x5-GNE" id="tkE-dh-5vr"/> + <outlet property="tf_search" destination="qIm-p1-qCB" id="xsQ-5v-dGL"/> <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/> <outlet property="view_topView" destination="2Qr-aS-IbC" id="brL-sJ-q9k"/> </connections> @@ -66,6 +67,9 @@ <state key="normal" title="搜索"> <color key="titleColor" name="FE6E0D"/> </state> + <connections> + <action selector="searchAction:" destination="-1" eventType="touchUpInside" id="8fa-7d-ilb"/> + </connections> </button> <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="NDx-vs-KqL"> <rect key="frame" x="14" y="47" width="86" height="40"/> @@ -113,7 +117,7 @@ </userDefinedRuntimeAttribute> </userDefinedRuntimeAttributes> </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="oVl-x5-GNE"> + <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="oVl-x5-GNE" customClass="BaseTableView" customModule="WanPai" customModuleProvider="target"> <rect key="frame" x="0.0" y="156" width="393" height="652"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/> </tableView> -- Gitblit v1.7.1