Download Latest Version Version 1.9.6.zip (11.3 MB)
Email in envelope

Get an email when there's a new version of SlackTextViewController

Home / v1.9.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2016-04-15 1.3 kB
Version 1.9.2.tar.gz 2016-04-15 11.2 MB
Version 1.9.2.zip 2016-04-15 11.3 MB
Totals: 3 Items   22.5 MB 0

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: A UITextInput 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 💪
Source: README.md, updated 2016-04-15