Created
April 29, 2013 13:31
-
-
Save zmcartor/5481594 to your computer and use it in GitHub Desktop.
FlatColor iOS UIColor Example
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
// 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