Skip to content

Instantly share code, notes, and snippets.

@drone29a
Forked from saikat/gist:183275
Created September 8, 2009 22:22
Show Gist options
  • Save drone29a/183278 to your computer and use it in GitHub Desktop.
Save drone29a/183278 to your computer and use it in GitHub Desktop.
- (void)setSelected:(BOOL)isSelected
{
[self setBackgroundColor:isSelected ? [CPColor colorWithPatternImage:[[CPImage alloc] initWithContentsOfFile:"Resources/screen-selection.png" size:CGSizeMake(1.0, 24.0)]] : nil];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment