ealeksandrov / EAIntroView

Highly customizable drop-in solution for introduction views.
MIT License
3.76k stars 501 forks source link

Inserting a tableview inside a page makes it untouchable/undraggable #205

Closed zfrankz closed 6 years ago

zfrankz commented 7 years ago

Hello, I've added a tableview to a custom nib loaded page. It scrolls but when trying to select a cell is unresponsive. Same with edit actions, you can change the order of the rows but you cannot "delete" them.

I've realised that, a very long press on the table works. how can I fix it?

Any ideas?

Thank you!

ealeksandrov commented 6 years ago

From Apple Docs:

Important You should not embed UIWebView or UITableView objects in UIScrollView objects. If you do so, unexpected behavior can result because touch events for the two objects can be mixed up and wrongly handled.

I tried number of workarounds, but nothing worked for me. So I'll close this for now since it's explicitly unsupported by Apple.