Skip to content

Instantly share code, notes, and snippets.

@macbaszii
Created April 13, 2016 10:15
Show Gist options
  • Save macbaszii/b9c374099387971899d613952101a561 to your computer and use it in GitHub Desktop.
Save macbaszii/b9c374099387971899d613952101a561 to your computer and use it in GitHub Desktop.
let button = UIButton(type: .System)
button.addTarget(self, action: Selector(“buttonTapped:”), forControlEvents: .TouchUpInside)
// ...
func buttonTapped(sender: UIButton) { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment