Skip to content

Instantly share code, notes, and snippets.

@iranjith4
Created June 21, 2016 05:33
Show Gist options
  • Save iranjith4/1cdfffe6f3cdec1a7db6a7e1cf90129e to your computer and use it in GitHub Desktop.
Save iranjith4/1cdfffe6f3cdec1a7db6a7e1cf90129e to your computer and use it in GitHub Desktop.
- (void)myButtonTapped(){
if (myButton.isSelected == true) {
myButton.isSelected = NO;
}else {
myButton.isSelected = YES;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment