On a tableView that allows selection in edit mode, how do i find which was the selected cell when i call [tableView setEditing:NO animated:YES] and exit edit mode ?
There is no call to didDeselectRowAtIndexPath:, are there any other methods i overlooked ?
Edit for solution:
The cell never gets deselected, therefore indexPathForSelectedRow still returns the correct value. Fair enough.