Skip to content

Instantly share code, notes, and snippets.

@berkcebi
Created September 20, 2017 23:55
Show Gist options
  • Save berkcebi/f189961cc076bc48503fe9d022f222f2 to your computer and use it in GitHub Desktop.
Save berkcebi/f189961cc076bc48503fe9d022f222f2 to your computer and use it in GitHub Desktop.
// iOS
UIColor *color = [UIColor colorNamed:@"SillyBlue"];
// macOS
NSColor *color = [NSColor colorNamed:@"SillyBlue"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment