Skip to content

Instantly share code, notes, and snippets.

@MengTo
Created December 10, 2013 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MengTo/7887303 to your computer and use it in GitHub Desktop.
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.
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