SlackTextViewController
SlackTextViewController copied to clipboard
Flashing Text Input Bar
I'm not sure what goes wrong... In a new test project, I subclass the SlackTextViewController with a customised table view cell, the controller's text input bar is flashing on scrolling. Please see the GIF below.
I tried to set backgroundColor
for cell's background and for cell's contentView
's background, but none of it resolved the issue.
Firstly I found this issue when I integrate the SlackTextViewController to my project. Interestingly, this issue does not happen in the provided sample project. So I created a brand new test project to try, and it has this issue as well.
Anything I missed to correctly use the library?
Could you attach that sample project? It is hard to know what's wrong without seeing any implementation.
Hi @dzenbot Thanks for the reply. Attached the really simple sample project.
Same issue happens to me
One should call
messagingViewController.textInputbar.translucent = NO;
to prevent that.