Skip to content

Instantly share code, notes, and snippets.

@ShivaHuang
Created January 11, 2013 15:45
Show Gist options
  • Select an option

  • Save ShivaHuang/4511657 to your computer and use it in GitHub Desktop.

Select an option

Save ShivaHuang/4511657 to your computer and use it in GitHub Desktop.
if (aColor respondToSelector:@selector(CGColor)]) {
[aColor CGColor];
}
else {
[aColor CGColorFromCategory];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment