SlackTextViewController
SlackTextViewController copied to clipboard
Weird behaviour on iPhone X
When I push the View Controller containing the InputBar, the Tab Bar on the previous VC for some reason gets pushed up. Also, the background of the InputBar has a slight gray tone that changes slightly when pushing. When opening the keyboard, the background color of the InputBar is correct.
I uploaded a short video to show the issue: https://imgur.com/a/u4NLj
Does anyone have a similar issue? Everything is working fine on any other device.
Thank you! :)
I managed to fix the Tab Bar issue, it's a common bug on iPhone X. In case someone else has this issue, this solved it for me: https://stackoverflow.com/a/46421826/4130052
Does anyone have an idea about the background color of the InputBar that changes after pushing to the SlackViewController? It happens on other devices as well and I didn't have this issue before the latest update of this library.
Thanks!