1 image
Author
Description
UIViewController extension for convenient keyboard management.
Keyboardy extends UIViewController with few simple methods and provides delegate for handling keyboard appearance notifications.
- Keyboardy is just wrapper on UIKeyboardWillShowNotification and UIKeyboardWillHideNotification notifications.
- Supports both AutoLayout and frame-based animations.
- Swift implementation.
- Without any hacks like method swizzling and magic numbers (ex., curve << 16).