This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Version 1.7.1
Features & Enhancements:
- Changed how the auto-completion API worked: it now allows asynch auto-completion! Have a look at how to set it up / update it](https://github.com/slackhq/SlackTextViewController#autocompletion)
- Added keyboard trackpad detection for iOS 9. Used internally for disables auto-completion while its detected, so we avoid crazy things! 👻
- Improved the magnifying glass detection.
- Gonna get a nice warning to remind you to
super
inviewDidLoad
now. Fancy! - Slowed down bouncy animation by 0.15 seconds
- Disabled
cellLayoutMarginsFollowReadableWidth
on iOS 9 for the auto-completion view. No need for large margins, come on!
Fixes:
- Fixed compatibility issues with Cocoapods 0.39.0 new requirements. All sources are now in the same root level.
- Fixed keyboard presentation when pushing a view controller instance. Thanks @fastred!
- Fixed auto-layout issues on the Edit Mode.
- Fixed
maximumHeightForAutoCompletionView
calculations. Maths! - Fixed crash caused by calling
layoutIfNeeded
too early - Removed duplicated declarations, specially causing nightmares to Swifters.
- Removed unused internal methods.
- Better Carthage support 🙏