This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Version 1.6
Features:
- Added support for custom typing indicator, following the same pattern of registering a class using
registerClassForTypingIndicatorView:
, while this class conforms toSLKTypingIndicatorProtocol
. 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:
- 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
orUIActionSheet
) in iOS8