This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Version 1.9.2
SlackTextViewController is now MIT licensed!
Features & Enhancements:
- Better Swift 2.2 support with nullability annotations and shiny new Swift sample code. You rock @weijentu 🙇
- Introduced
SLKTextInput
protocol: AUITextInput
extension to decouple all the text processing features related to auto-completion, to reuse in any text component such as UISearchBar, UITextField, UITextView, etc. - Added a new API
-shouldProcessTextForAutoCompletion
to be able to opt-out from text processing for auto-completion. - The
registeredPrefixes
property are now of type NSSet (instead of NSArray). - Added animation to views when switching from a keyboard to a custom input view. Thanks @cyhsutw!
- Made
keyboardStatus
public, making it easier to check for the current keyboard state.
Hot Fixes:
- Fixed a use case where the textInput would not follow the keyboard when dismissing.
- Improved text caching from the textInput, specially when moving the app to the background (in case the app crashes while being on the background).
- Fixed misaligned placeholder labels in the textView and out of bounds.
- Fixed the textInput not growing accordantly to the font size. This was a regressions since version
1.7.1
- Many, many, many auto-completion bug fixes 💪