Created
December 10, 2013 08:23
-
-
Save MengTo/7887303 to your computer and use it in GitHub Desktop.
The Action button on the Navigation bar gets tinted by default. This is a hack to go to its original colours.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
self.buttonLike.image = [[UIImage imageNamed:@"button-like"] imageWithRenderingMode: UIImageRenderingModeAlwaysOriginal]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment