SlackTextViewController icon indicating copy to clipboard operation
SlackTextViewController copied to clipboard

Flashing Text Input Bar

Open powerqian opened this issue 8 years ago • 4 comments

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.

flashinginputbar

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?

powerqian avatar May 23 '16 10:05 powerqian

Could you attach that sample project? It is hard to know what's wrong without seeing any implementation.

dzenbot avatar May 28 '16 17:05 dzenbot

Hi @dzenbot Thanks for the reply. Attached the really simple sample project.

SlackTextViewControllerTest.zip

powerqian avatar May 30 '16 03:05 powerqian

Same issue happens to me

sche avatar Sep 09 '16 15:09 sche

One should call

messagingViewController.textInputbar.translucent = NO;

to prevent that.

algrid avatar Nov 08 '16 21:11 algrid