Ios swift – How to not respond to didSelectRowAt when adding single and double click UITapGestureRecognizer on UITableViewCell
I added UITapGestureRecognizer for single and double clicks on UITableViewCell, and let the single click gesture be responded to when the double click gesture fails, but I don't want the tableView's didSelected to be responded to. Is there any way…