Skip to content

Instantly share code, notes, and snippets.

@matsuhisa
Last active August 29, 2015 14:21
Show Gist options
  • Save matsuhisa/9f465c7cfe3212e732bf to your computer and use it in GitHub Desktop.
Save matsuhisa/9f465c7cfe3212e732bf to your computer and use it in GitHub Desktop.
Swift でキーボードをタッチイベントで隠す ref: http://qiita.com/matsuhisa_h/items/2888cd0d4ce99805b247
@IBAction func tapScreen(sender: UITapGestureRecognizer) {
self.view.endEditing(true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment