Skip to content

Instantly share code, notes, and snippets.

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