//按钮的颜色
[self.navigationBar setTintColor:[UIColor whiteColor]];
//标题颜色
[self.navigationBar setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor whiteColor],NSFontAttributeName:[UIFont systemFontOfSize:16]}];
//背景颜色
self.navigationBar.barTintColor = [UIcolor red];
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....
柯以敏他爹