BuWanVideo2.0/RegisteViewController.m
@@ -27,6 +27,9 @@ // Do any additional setup after loading the view from its nib. self.navigationItem.title = @"注册"; self.view.backgroundColor=[UIColor whiteColor]; if(@available(iOS 13.0,*)){ self.overrideUserInterfaceStyle = UIUserInterfaceStyleLight; } //设置账号登录的字体样式 self.navigationController.navigationBar.titleTextAttributes =@{NSFontAttributeName:[UIFont systemFontOfSize:18],NSForegroundColorAttributeName:[UIColor blackColor]};