[置顶] ios中怎么修改导航栏标题颜色

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

self.navigationController.navigationBar.tintColor = [UIColor whiteColor];



你可能感兴趣的:(ios,导航,ios7)