Skip to content

Instantly share code, notes, and snippets.

@macbaszii
Created April 13, 2016 10:19
Show Gist options
  • Save macbaszii/bbb061a4bb99c2d1b9e6d16aabdfca4d to your computer and use it in GitHub Desktop.
Save macbaszii/bbb061a4bb99c2d1b9e6d16aabdfca4d to your computer and use it in GitHub Desktop.
private struct Action {
static let buttonTapped =
#selector(ViewController.buttonTapped(_:))
}
...
button.addTarget(self, action: Action.buttonTapped,
forControlEvents: .TouchUpInside)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment