CEWendel / SWTableViewCell

An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
MIT License
7.14k stars 1.27k forks source link

fix The second same cell tap response #426

Open MasamiSuzuki opened 5 years ago

MasamiSuzuki commented 5 years ago

Avoid that didSelectedRowAtIndexPath of UITableView does not respond the second time when tapping the same Cell

Perhaps this is also the same problem Menu for cell doesn't appear #184