![Screenshot of this control](https://www.cocoacontrols.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdTBqIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--726aa4e8eea8ab0a98517bd268361ec059e960be/iOS_Simulator_Screen_Shot_26_Jul_2015_14.44.52.png)
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).