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

Version 1.7

Compare
Choose a tag to compare
@dzenbot dzenbot released this 08 Sep 18:25
· 410 commits to master since this release
Deprecations:
  • Removed shouldForceTextInputbarAdjustment and replace it with -forceTextInputbarAdjustmentForResponder:
  • Renamed canShowTypeIndicator and replace it with canShowTypingIndicator
  • Renamed editortLeftButton with editorLeftButton, and editortRightButton with editorRightButton
Features & enhancements:
  • Added iOS 9 (beta 5) support, with fixes for multi-tasking on iPad and external keyboard shortcut hud support, and many small layout tweaks.
  • Added the ability to show/hide the text input bar, with animation support, using setTextInputbarHidden:animated:. Thanks @aryaxt!
  • Added better Accessibility support with Dynamic Type
  • Improved the keyboard panning gesture by dragging the text input bar from the bottom (feature flagged as it needs more testing)
  • Added 2 more UIScrollViewDelegate method declarations to SLKTextViewController's header. super is required!
Hot Fixes:
  • Fixed wrong auto-completion view height calculations.
  • Fixed a very bad retain cycle reported in #234
  • Fixed the keyboard view detection on iOS 9
  • Fixed swift compiler warning. Thanks @csjones