Skip to content

Instantly share code, notes, and snippets.

@jacks205
Created April 5, 2015 01:40
Show Gist options
  • Save jacks205/a437750d52fbed65772d to your computer and use it in GitHub Desktop.
Save jacks205/a437750d52fbed65772d to your computer and use it in GitHub Desktop.
Resigning keyboard when using a searchbar and a tableview
func scrollViewWillBeginDragging(scrollView: UIScrollView) {
self.searchBar.resignFirstResponder()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment