Created
December 17, 2014 18:02
-
-
Save JigarM/2ba2f12a96581e4d0f4f 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 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]; | |
//https://gist.github.com/MengTo/7887303 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment