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