Skip to content

Instantly share code, notes, and snippets.

@iranjith4
Created June 20, 2016 16:00
Show Gist options
  • Save iranjith4/5c57ad228ca80fabcbcbc5fa4cddbf9b to your computer and use it in GitHub Desktop.
Save iranjith4/5c57ad228ca80fabcbcbc5fa4cddbf9b to your computer and use it in GitHub Desktop.
func myButtonTapped(){
if myButton.isSelected == true {
myButton.isSelected = false
}else {
myButton.isSelected = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment