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.13k stars 1.27k forks source link

Table view does not send tableView:willSelectRowAtIndexPath: delegate method #124

Closed zygoat closed 10 years ago

zygoat commented 10 years ago

The UITableViewDelegate is never sent tableView:willSelectRowAtIndexPath: (which is designed to give it the opportunity to refuse or adjust the selection index), although it is properly sent tableView:didSelectRowAtIndexPath:.

zygoat commented 10 years ago

Apologies, this sounds like a duplicate of #73 that was just recently closed. I should have commented under there and suggest that it be re-opened.