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!!