Guest User

Untitled

a guest
Oct 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. for (UIView *view in self.navigationController.navigationBar.subviews) {
  2. if ([[[view class] description] isEqualToString:@"UINavigationButton"]) {
  3. [(UINavigationButton *)view setTintColor:newColor];
  4. }
  5. }
Add Comment
Please, Sign In to add comment