修改在手机信息页面,复制短信后,键盘按钮不存在, 背景也不存在
This commit is contained in:
@@ -95,6 +95,10 @@
|
||||
[self.keyboardView mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.top.equalTo(self.topBar.mas_bottom).offset(barSpacing);
|
||||
}];
|
||||
// 首次创建时立即生成按键,避免只出现 4 行容器但按键未渲染的情况。
|
||||
[self.keyboardView reloadKeys];
|
||||
// 同步应用一次主题,确保键盘背景与按键皮肤在首帧可见。
|
||||
[self kb_applyTheme];
|
||||
// 功能面板切换交由外部控制器处理;此处不直接创建/管理
|
||||
[[NSNotificationCenter defaultCenter] addObserver:self
|
||||
selector:@selector(kb_undoStateChanged)
|
||||
|
||||
Reference in New Issue
Block a user