viewController.navigationController.navigationBar.tintColor = [UIColor blackColor];
- (void)navigationController:(UINavigationController*)navigationController willShowViewController :(UIViewController*)viewController animated:(BOOL)animated
{
viewController.navigationController.navigationBar.tintColor = [UIColor blackColor];
}
仅做笔记 ~






网友评论