Skip to content

Instantly share code, notes, and snippets.

@berkcebi
Created September 20, 2017 23:54
Show Gist options
  • Save berkcebi/6ca7e44b200534a636feedfa258d3876 to your computer and use it in GitHub Desktop.
Save berkcebi/6ca7e44b200534a636feedfa258d3876 to your computer and use it in GitHub Desktop.
// iOS
let color = UIColor(named: "SillyBlue")
// macOS
let color = NSColor(named: "SillyBlue")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment