developer
2023-10-23 5d70d9a1849bac7a9eb3f24931d6a8987dd7b6e3
BuWanVideo2.0/RegisteViewController.m
@@ -29,7 +29,7 @@
    self.view.backgroundColor=[UIColor whiteColor];
    
    //设置账号登录的字体样式
    self.navigationController.navigationBar.titleTextAttributes =@{NSFontAttributeName:[UIFont systemFontOfSize:18],NSForegroundColorAttributeName:[UIColor whiteColor]};
    self.navigationController.navigationBar.titleTextAttributes =@{NSFontAttributeName:[UIFont systemFontOfSize:18],NSForegroundColorAttributeName:[UIColor blackColor]};
    
    //设置返回按钮
    UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];