0

I have called [[UIBarButtonItem appearance] setTintColor:XXX] in my AppDelegate.

But I find the backBarButtonItem doesn't change its tintColor when the other barItems have changed to right color.

Is't a bug only in iOS8 beta5?

Bayonetta
  • 116
  • 7

1 Answers1

0

I found the answer.

[[UINavigationBar appearance] setTintColor:XXXXX]]

Bayonetta
  • 116
  • 7