This commit is contained in:
2025-12-03 18:02:20 +08:00
parent 4deccb76dc
commit a5ff2ce51b
8 changed files with 23 additions and 0 deletions

View File

@@ -51,6 +51,7 @@
// /使 +
self.kb_enableCustomNavBar = NO;
self.view.backgroundColor = [UIColor whiteColor];
[self kb_addTapToDismissKeyboard];
[self setupUI];
}