Skip to content

Instantly share code, notes, and snippets.

View andr-ggn's full-sized avatar

Andrey Gagan andr-ggn

View GitHub Profile
[yourSwitchObject addTarget:self action:@selector(setState:) forControlEvents:UIControlEventValueChanged];
- (void)setState:(id)sender {
BOOL state = [sender isOn];
}