developer
2023-10-31 c2c0b4f016502c4d1e3a3d63854d800521374f6b
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]};