BackBarButtonItem in iOS8 can't change tintColor?

530 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

I found the answer.

[[UINavigationBar appearance] setTintColor:XXXXX]]