Skip to content

Instantly share code, notes, and snippets.

@ayunav
Forked from xhenna92/changeToTwitterColor.m
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save ayunav/f2447c4d0a16de204e70 to your computer and use it in GitHub Desktop.

Select an option

Save ayunav/f2447c4d0a16de204e70 to your computer and use it in GitHub Desktop.
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