| | |
| | | self.navigationItem.title = @"账号登录"; |
| | | 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]; |
| | | [button setImage:[[UIImage imageNamed:@"详情页面返回"] imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal] forState:UIControlStateNormal]; |