Open capitanBOBO opened 6 years ago
I got the same issue, didSelect rowAtIndexPath in UITableViewDelegate is not called when tapping on a cell. However I closed simulator and close Xcode also, then open Xcode and run app again, it would work well...
I got the same issue. when i swipe to left and reloadData,then cellContent disappear。then didSelect rowAtIndexPath not work
If I do simple tap on cell, didSelect/willSelect rowAtIndexPath in UITableViewDelegate not called. Only after long press on cell didSelect/willSelect was called