ios中怎么修改导航栏标题颜色

来源:互联网 发布:工作任务安排软件 编辑:程序博客网 时间:2024/04/30 04:34

//    [self.navigationController.navigationBar setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIColor whiteColor],UITextAttributeTextColor, nil]];在iOS7.0以后不能用了

self.navigationController.navigationBar.tintColor = [UIColorwhiteColor];



0 0
原创粉丝点击