Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Created May 11, 2017 15:23
Show Gist options
  • Save chriswebb09/be91c9edf44ba148a1b003e3cf9179ca to your computer and use it in GitHub Desktop.
Save chriswebb09/be91c9edf44ba148a1b003e3cf9179ca to your computer and use it in GitHub Desktop.
extension UIViewController {
func dismiss() {
view.endEditing(true)
dismiss(animated: true, completion: nil)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment