This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Version 1.9.1
Features & Enhancements:
- Renamed public
autoCompleteFormatting
toformattingEnabled
. - Doesn't opt-out anymore from the built-in menu menu items Define, Replace and Share.
- Made the collectionView's default background color to white.
- The auto-completion view is now presented above of the table/collection view avoiding to push it up/down every time. Much better UX!
- Stored all key commands in a instance variable, to avoid recreating the array at every character update.
Hot Fixes:
- Fixed library from not compiling on iOS 8.
- Fixed the right button from stretching when animating the constrains. This was broken since iOS 9.
- Improved
UITabBar
support by consideringhidesBottomBarWhenPushed
too. - Fixed crash when double tapping the space bar while the textView was empty.
- Fixed issue causing not to forward all UITextViewDelegate callbacks.