Created
December 5, 2014 08:45
-
-
Save freesia/dde335ca7cb8bf0f3c0d to your computer and use it in GitHub Desktop.
Fill image with your color
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.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