KBFunctionView 长按删除不弹出立刻清空按钮

This commit is contained in:
2025-12-19 19:56:39 +08:00
parent 1c8834caf6
commit 7587fe6714
4 changed files with 27 additions and 17 deletions

View File

@@ -11,8 +11,8 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)initWithContainerView:(UIView *)containerView;
/// 配置删除按钮(包含长按删除“立刻清空”提示)
- (void)bindDeleteButton:(nullable UIView *)button;
/// 配置删除按钮(包含长按删除;可选是否显示“立刻清空”提示)
- (void)bindDeleteButton:(nullable UIView *)button showClearLabel:(BOOL)showClearLabel;
/// 触发“立刻清空”逻辑(可用于功能面板的清空按钮)
- (void)performClearAction;