This commit is contained in:
2025-12-17 19:08:44 +08:00
parent 4a26419e67
commit 8bad475288
7 changed files with 476 additions and 363 deletions

View File

@@ -127,8 +127,8 @@ static void KBSkinInstallNotificationCallback(CFNotificationCenterRef center,
[self.view addSubview:self.keyBoardMainView];
[self.keyBoardMainView mas_makeConstraints:^(MASConstraintMaker *make) {
make.left.right.equalTo(self.view);
make.top.equalTo(self.view).offset(outerVerticalInset);
make.bottom.equalTo(self.view.mas_bottom).offset(-outerVerticalInset);
make.top.equalTo(self.view).offset(0);
make.bottom.equalTo(self.view.mas_bottom).offset(-0);
}];
}