This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
Releases: shapehq/SHPKeyboardAwareness
Releases · shapehq/SHPKeyboardAwareness
hardware vs software
Follow guidelines and create right events
This release features some API updates so we follow Apple recommendations - thanks to @mattsson.
As well when the first event is sent, it will always be "show" instead of in some cases being viewChanged.
3.0.0 Rewrite
This is a complete rewrite of how SHPKeyboardAwareness works, now independent of ReactiveCocoa.
A few enhancements has been made, so you now how options to:
Add som additional padding around a conflicting view, making the offset calculation take that into account.
If you have some long textFields, the offset is now calculated to the point where the caret is.
Thanks to Andrii Chernenko for suggestions for features.