slackhq / SlackTextViewController

⛔️**DEPRECATED** ⛔️ A drop-in UIViewController subclass with a growing text input view and other useful messaging features
https://slack.com/
MIT License
8.32k stars 1.08k forks source link

Support UIScrollViewKeyboardDismissModeInteractive #455

Closed hipwelljo closed 8 years ago

hipwelljo commented 8 years ago

It'd be great to support UIScrollViewKeyboardDismissModeInteractive. If you configure that for keyboardDismissMode on your scrollView, when you scroll down and over the keyboard the keyboard will follow your finger off screen but the textInputbar remains in place until the keyboard is dismissed. Perhaps it needs to listen to the UIKeyboardWillChangeFrameNotification? I'd really like to obtain a Messages-like experience.

hipwelljo commented 8 years ago

I see this is discussed here: https://github.com/slackhq/SlackTextViewController/issues/361#issuecomment-171938265