SlackTextViewController v1.6 Release Notes

  • 🔋 Features:
    • ➕ Added support for custom typing indicator, following the same pattern of registering a class using registerClassForTypingIndicatorView:, while this class conforms to SLKTypingIndicatorProtocol. Please refer to the documentation for more details about the feature. Thanks @sveinhal! (#207)
    • ➕ Added support for registering longer auto-completion prefixes
    • 👌 Improved drastically the keyboard panning experience, making it much more smooth now. Awesome stuff @camitox!
    • ➕ Added the ability to ignore the text inputbar adjustment when the keyboard is presented, using ignoreTextInputbarAdjustment. This is generally useful when SLKTVC is used in a custom modal presentation and when you want to manipulate the view's alignment yourself.
    🛠 Hot Fixes:
    • 0️⃣ No longer overriding the default background color of UITableView. Oupsi! (#205)
    • Made sure not to register the same notifications twice.
    • 🛠 Fixes issue where the text input would not adjust on top of the keyboard when presenting an UIAlertViewController (UIAlertView or UIActionSheet) in iOS8