Touch propagation below tableview

Hello,

probably this is very simple to solve in most occurences but when it comes to a tableview I’m not too sure on how to safely proceed:

I have this tableview that when called comes on screen overlaying a part of it which includes a couple of buttons.

I noticed that if tap/touch on the tableview in correspondence of those buttons they still receive the touch and execute their functions.

So what would be the best way to prevent this propagation while preserving the the tableview’s full functionality?

Thanks a lot in advance!!

Hi @akak,

I hesitate to ask the “obvious” question, but did you return true in the table view’s listener function?

Brent

Hi,

don’t hesitate. Obvious I get lost into all the time…

Anyway I did, but the tableview was not toFront(). Being it transparent, I didn’t realize it. But you made me go back to the right point and notice it.

Thanks Brent!!

Hi @akak,

I hesitate to ask the “obvious” question, but did you return true in the table view’s listener function?

Brent

Hi,

don’t hesitate. Obvious I get lost into all the time…

Anyway I did, but the tableview was not toFront(). Being it transparent, I didn’t realize it. But you made me go back to the right point and notice it.

Thanks Brent!!