-
-
Save ayunav/f2447c4d0a16de204e70 to your computer and use it in GitHub Desktop.
This file contains hidden or 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.imageViewName.image = [self.imageViewName.image imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]; | |
| [self.imageViewName setTintColor:[UIColor colorWithRed:85.0/255.0 green:172.0/255.0 blue:238.0/255.0 alpha:1]]; | |
| //just change imageViewName to whatever the name of your UIImageView is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment