SlackTextViewController icon indicating copy to clipboard operation
SlackTextViewController copied to clipboard

when keyboard pops and everything of Screen goes up including navigation bar

Open vermaanand opened this issue 5 years ago • 1 comments

when Keyboard appears, everything of Screen goes up including navigation bar. this works fine for first time when I pushed my ChatViewController, But When I pushed Another controller on ChatViewController and come back to ChatViewController then throwing issue.

Note:- I'm using IQKeyboardManager . if I am disabling IQKeyboardManager then throwing issue #683 Please anyone, I need help.

ece70698-421e-4777-b1f2-bf9a2555cf16

vermaanand avatar Sep 19 '18 09:09 vermaanand

I had this issue and the solution was to disable IQKeyboardManager when going to the chat screen, and re-enabling it when it was popped.

That leaves you with the other issue, but IQKeyboardManager does not play nice with third party frameworks that handle text input. I recommend you figure out how to resolve the other issue - especially because the maintainers of this repo aren't going to figure out how to build around a third party, and the third party won't help you figure out how to get it to play nice here.

JacobJT avatar Sep 19 '18 18:09 JacobJT