Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tintcolor is missing #13

Closed
scorpiozj opened this issue Jul 16, 2014 · 2 comments
Closed

tintcolor is missing #13

scorpiozj opened this issue Jul 16, 2014 · 2 comments

Comments

@scorpiozj
Copy link

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.
2014-07-16 10 26 45 am

@pot8os
Copy link

pot8os commented Jan 9, 2015

Hi, did you try this? I had a same issue but I solved. http://stackoverflow.com/a/21208796

@scorpiozj
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants