Skip to content

Instantly share code, notes, and snippets.

@macbaszii
Last active August 29, 2015 14:14
Show Gist options
  • Save macbaszii/d54b6aa07266b60947fc to your computer and use it in GitHub Desktop.
Save macbaszii/d54b6aa07266b60947fc to your computer and use it in GitHub Desktop.
@IBAction func touched(sender: AnyObject) {
if sender is UIButton {
let buttonTitle = (sender as UIButton).currentTitle
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment