Skip to content

Instantly share code, notes, and snippets.

@roalcantara
Created April 25, 2012 11:03
Show Gist options
  • Save roalcantara/2488964 to your computer and use it in GitHub Desktop.
Save roalcantara/2488964 to your computer and use it in GitHub Desktop.
Using BOLL in UIControl
//CustomUIControl.h
@interface CustomUIControl : UIControl
@property (nonatomic, getter=isSelected) BOOL selected;
@end
//CustomUIControl.m
@implementation CustomUIControl
@synthesize selected;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment