Skip to content

Instantly share code, notes, and snippets.

@freesia
Created December 5, 2014 08:45
Show Gist options
  • Save freesia/dde335ca7cb8bf0f3c0d to your computer and use it in GitHub Desktop.
Save freesia/dde335ca7cb8bf0f3c0d to your computer and use it in GitHub Desktop.
Fill image with your color
self.yourImageView.image = [self.yourImageView.image imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];
self.yourImageView.tintColor = [UIColor yourColor];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment