Skip to content

Instantly share code, notes, and snippets.

@zmcartor
Created April 29, 2013 13:31
Show Gist options
  • Save zmcartor/5481594 to your computer and use it in GitHub Desktop.
Save zmcartor/5481594 to your computer and use it in GitHub Desktop.
FlatColor iOS UIColor Example
// Example for Turquoise
// rgb(26, 188, 156)
[UIColor colorWithRed:26/255.0f green:188/255.0f blue:156/255.0f alpha:1.0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment