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

@@ -22,6 +22,7 @@
[super viewDidLoad];
self.view.backgroundColor = [UIColor whiteColor];
self.kb_titleLabel.text = KBLocalized(@"Reset Password");
[self kb_addTapToDismissKeyboard];
[self setupUI];
}