I have a table view with custom cells and I recognize swipes in that cells. That works just fine but I’d like the table view to behave normally. When I tap the wherever on the table view I’d like cell to get selected and perform action tableView:didSelectRowAtIndexPath:
Any tips or ideas?
Thanks.
I assume you are implementing the various UIResponder methods in your UITableView cell subclass. If you want the rest of the stack to continue processing the events you can just pass them on: