Skip to content

Instantly share code, notes, and snippets.

@vikdenic
Created October 2, 2014 15:14
Show Gist options
  • Save vikdenic/114be5226673b4b65d7c to your computer and use it in GitHub Desktop.
Save vikdenic/114be5226673b4b65d7c to your computer and use it in GitHub Desktop.
//Resign keyboard when user taps away from textfield
override func touchesBegan(touches: NSSet!, withEvent event: UIEvent!)
{
view.endEditing(true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment