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

Panning Gesture for keyboard does not work on iOS9 #472

Closed felixchan closed 8 years ago

felixchan commented 8 years ago

I'm writing for iOS8 but testing my app on iOS9.

I have self.keyboardPanningEnabled = true and I'm not override any scrollView delegates.

I also ran the example-swift app on iOS9 simulator. When I drag down on the table, the keyboard stays and does not move.

dzenbot commented 8 years ago

Please see https://github.com/slackhq/SlackTextViewController/pull/355 I hope to continue that work soon-ish