Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Releases: shapehq/SHPKeyboardAwareness

hardware vs software

14 Nov 13:10
de17e01
Compare
Choose a tag to compare

Fixes an issue where the offset was not calculated correctly, in case the user wasn't using a softwarekeyboard

Follow guidelines and create right events

28 Jun 09:42
Compare
Choose a tag to compare

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

10 Mar 16:00
Compare
Choose a tag to compare

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.

2.3.1

08 Mar 16:35
Compare
Choose a tag to compare

Bug fix

2.3.0

08 Mar 12:10
Compare
Choose a tag to compare

Makes sure that the keyboard event is triggered when the size of the keyboard changes, e.g. when changing from some keyboard localisations to others.