Skip to content

Instantly share code, notes, and snippets.

@JigarM
Created December 17, 2014 18:02
Show Gist options
  • Save JigarM/2ba2f12a96581e4d0f4f to your computer and use it in GitHub Desktop.
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.
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