添加按钮文字预览提示

This commit is contained in:
2025-11-20 21:11:27 +08:00
parent 6bdd111a3a
commit faa05e2a10
6 changed files with 168 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
@interface KBKeyButton : UIButton
@property (nonatomic, strong) KBKey *key;
@property (nonatomic, strong) UIImageView *iconView;
/// 配置基础样式(背景、圆角等)。创建按钮时调用。
- (void)applyDefaultStyle;