When I tap the textfield to type my message in JSQMessagesViewController, the keyboard moves up and blocks the input textfield. How do I fix this? There is also this error which pops up if I type something after: -[UIWindow endDisablingInterfaceAutorotationAnimated:] called on > without matching -beginDisablingInterfaceAutorotation.
Asked
Active
Viewed 469 times
1
-
just move you view up when keyboard is appearing. – wm.p1us Apr 23 '16 at 07:32
-
Yes, but normally, when I use JSQMessageViewController the toolbar moves up automatically. Do you have any idea as to why this could not be working? – Tob Apr 23 '16 at 18:26
-
is the view inheriting form `JSQMessagesViewController` or are you adding it as a subview. – Dan Leonard May 11 '16 at 19:06
-
Probably very old but if you nest JSQMessagesViewController then the keyboard events don't trigger – Lucas van Dongen Dec 10 '16 at 18:21