Skip to content

Instantly share code, notes, and snippets.

@pangers
Last active September 22, 2018 08:16
Show Gist options
  • Save pangers/ee33b452997f078b8fffc03bd3053543 to your computer and use it in GitHub Desktop.
Save pangers/ee33b452997f078b8fffc03bd3053543 to your computer and use it in GitHub Desktop.
class KeyboardAwareViewController: UIViewController, KeyboardAvoidable {
override func viewDidLoad() {
super.viewDidLoad()
setupKeyboardNotifications()
}
deinit {
removeKeyboardNotifications()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment