Closed felixchan closed 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.
self.keyboardPanningEnabled = true
I also ran the example-swift app on iOS9 simulator. When I drag down on the table, the keyboard stays and does not move.
Please see https://github.com/slackhq/SlackTextViewController/pull/355 I hope to continue that work soon-ish
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.