Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Version 1.3

Compare
Choose a tag to compare
@dzenbot dzenbot released this 05 Nov 05:56
· 769 commits to master since this release
  • Introduced text caching, with a easy to use API to enable it, so while composing in the text view the content is being cached using NSUserDefaults. Take a look at - (id)keyForTextCaching and its documentation for more info.
  • Fixed an issue on iOS7 where showing the keyboard wouldn't animate the transition.
  • Improved keyboard calculations.
  • Drastically improved SLK keyboard notifications, external keyboard detection and the QuickType bar detection. All these major refactoring fixes many little edge case bugs related to the keyboard display.
  • Refactored presentKeyboard: & dismissKeyboard: method with a cleaner approach.