Skip to content

Instantly share code, notes, and snippets.

@PaulWall43
Created February 23, 2018 03:29
Show Gist options
  • Select an option

  • Save PaulWall43/047c3ad28d9efd1558d77d63e4612474 to your computer and use it in GitHub Desktop.

Select an option

Save PaulWall43/047c3ad28d9efd1558d77d63e4612474 to your computer and use it in GitHub Desktop.
NotificationCenter.default.addObserver(self, selector: #selector(ViewController.keyboardWillShow), name: NSNotification.Name.UIKeyboardWillShow, object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(ViewController.keyboardWillHide), name: NSNotification.Name.UIKeyboardWillHide, object: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment