Skip to content

Instantly share code, notes, and snippets.

@milafrerichs
Created April 11, 2012 17:53
Show Gist options
  • Save milafrerichs/2360901 to your computer and use it in GitHub Desktop.
Save milafrerichs/2360901 to your computer and use it in GitHub Desktop.
Default Apple Blue iOS Color
[UIColor colorWithRed:50.0/255.0 green:79.0/255.0 blue:133.0/255.0 alpha:1.0]
@quocnb
Copy link

quocnb commented Jan 20, 2014

try this [UIColor colorWithRed:0.0 green:122.0/255.0 blue:1.0 alpha:1.0]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment