corin8823 / Popover

Popover is a balloon library like Facebook app. It is written in pure swift.
MIT License
2.1k stars 327 forks source link

UITableView "didSelect Cell Delegate Method Not Fired" #74

Closed Meonardo closed 7 years ago

Meonardo commented 7 years ago

I added the tableView as a custom view to the popTip, when I try to tap the cell on my tableView nothing happened. I think it needs to be turned off the property of cancelsTouchesInView all Gestures you added to the popTip itself and the containerView.

corin8823 commented 7 years ago

Please look at this example

corin8823 commented 7 years ago

Closing this due to lack of response