Closed zygoat closed 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:.
tableView:willSelectRowAtIndexPath:
tableView:didSelectRowAtIndexPath:
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.
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 senttableView:didSelectRowAtIndexPath:
.