This commit is contained in:
2025-11-26 19:46:23 +08:00
parent 4ab8a61a3c
commit 80e4db86e4
106 changed files with 15 additions and 676 deletions

View File

@@ -115,8 +115,8 @@ static void KBSkinInstallNotificationCallback(CFNotificationCenterRef center,
[self.view addSubview:self.functionView];
[self.functionView 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).offset(0);
}];
[self.view addSubview:self.keyBoardMainView];