SlackTextViewController v1.7 Release Notes

  • ๐Ÿ—„ 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