Skip to content

Instantly share code, notes, and snippets.

@allgamesallfree
Created January 12, 2016 01:48
Show Gist options
  • Save allgamesallfree/294315e1177b6e0436be to your computer and use it in GitHub Desktop.
Save allgamesallfree/294315e1177b6e0436be to your computer and use it in GitHub Desktop.
let red = UIColor(r: 255, g: 0, b: 0, alpha: 1.0)
let darkGrey = UIColor(r: 100, g: 100, b: 100, alpha: 1.0)
let cyan = UIColor(r: 0, g: 255, b: 255, alpha: 1.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment