UITableView method is not called when cell is clicked on
When UITapGestureRecognizer is added into the superview,and the super view contains the tableView, the tab event on the cells would be eaten up.
yourtableview.cancelsTouchesInView = false
When UITapGestureRecognizer is added into the superview,and the super view contains the tableView, the tab event on the cells would be eaten up.
yourtableview.cancelsTouchesInView = false