Closed scorpiozj closed 8 years ago
Hi, did you try this? I had a same issue but I solved. http://stackoverflow.com/a/21208796
The tint color is set like:
[[UIBarButtonItem appearance] setTintColor:[UIColor redColor]];
Then the system can render the color itself. That's what I want.Now I fix it by re-designing the image for the UIBarButtonItem.
Thanks all the same!
Hi, My UIBarButtonItem has tintColor. And I hope the item can keep it.
however, it currently doesn't have the tint color. I tried to add color to the custom button and it failed either.
Please take a look.