重构键盘长按删除
This commit is contained in:
22
CustomKeyboard/Utils/KBBackspaceLongPressHandler.h
Normal file
22
CustomKeyboard/Utils/KBBackspaceLongPressHandler.h
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// KBBackspaceLongPressHandler.h
|
||||
// CustomKeyboard
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBBackspaceLongPressHandler : NSObject
|
||||
|
||||
- (instancetype)initWithContainerView:(UIView *)containerView;
|
||||
|
||||
/// 配置删除按钮(包含长按删除与“立刻清空”提示)
|
||||
- (void)bindDeleteButton:(nullable UIView *)button;
|
||||
|
||||
/// 触发“立刻清空”逻辑(可用于功能面板的清空按钮)
|
||||
- (void)performClearAction;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user