MortimerGoro / MGSwipeTableCell

An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions.
MIT License
6.96k stars 1.08k forks source link

didSelectRowAtIndexPath not work #309

Open capitanBOBO opened 6 years ago

capitanBOBO commented 6 years ago

If I do simple tap on cell, didSelect/willSelect rowAtIndexPath in UITableViewDelegate not called. Only after long press on cell didSelect/willSelect was called

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

JokerYuan commented 5 years ago

I got the same issue. when i swipe to left and reloadData,then cellContent disappear。then didSelect rowAtIndexPath not work