Skip to content

Instantly share code, notes, and snippets.

@hernanBeiza
Created December 30, 2014 15:55
Show Gist options
  • Save hernanBeiza/ae58ca4dea14a29c1df8 to your computer and use it in GitHub Desktop.
Save hernanBeiza/ae58ca4dea14a29c1df8 to your computer and use it in GitHub Desktop.
Objetive C - UIColor
float r; float g; float b; float a;
[UIColor colorWithRed:r/255.f
green:g/255.f
blue:b/255.f
alpha:a/255.f];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment