处理键盘崩溃
This commit is contained in:
@@ -54,6 +54,9 @@ extern NSString * const KBDarwinSkinChanged; // cross-process
|
||||
/// 当前背景图片(若存在)
|
||||
- (nullable UIImage *)currentBackgroundImage;
|
||||
|
||||
/// 清理运行时图片缓存(内存缓存)。键盘扩展接近内存上限时可主动调用。
|
||||
- (void)clearRuntimeImageCaches;
|
||||
|
||||
/// 当前主题下,指定按键标识的文字是否应被隐藏(例如图标里已包含字母)
|
||||
- (BOOL)shouldHideKeyTextForIdentifier:(nullable NSString *)identifier;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user