添加设置
This commit is contained in:
@@ -59,8 +59,9 @@
|
||||
}
|
||||
|
||||
- (void)toolBarDidTapSettings:(KBToolBar *)toolBar {
|
||||
// 这里示例仅插入一个标记。
|
||||
// [self.textDocumentProxy insertText:@"[settings]"];
|
||||
if ([self.delegate respondsToSelector:@selector(keyBoardMainViewDidTapSettings:)]) {
|
||||
[self.delegate keyBoardMainViewDidTapSettings:self];
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark - KBKeyboardViewDelegate
|
||||
@@ -112,4 +113,6 @@
|
||||
|
||||
// 切换功能面板交由外部控制器处理(此处不再实现)
|
||||
|
||||
// 设置页展示改由 KeyboardViewController 统一处理
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user