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

Version 1.2

Compare
Choose a tag to compare
@dzenbot dzenbot released this 08 Oct 01:34
· 914 commits to master since this release
  • Added text count display, with maximum char limit see screenshot
  • Added Undo/Redo typing support with external keyboards (cmd+z : undo / cmd+shitf+z : redo). Also displaying Undo/Redo buttons in UIMenuController see screenshot
  • Improves the external keyboard detection. Exposes a flag publicly (see isExternalKeyboard)
  • Refactored the input toolbar's inner padding, making them customisable.
  • Fixed bug when using external keyboard, the input would still shift up
  • Fixed the textView's placeholder label to take into account the text container inset.
  • Fixed the keyboard to not be dismissed when "swipping-to-pop" from a navigation view controller.
  • Fixed layout constraints.