After selecting a UITableViewCell I call
[tableView deselectRowAtIndexPath:indexPath animated:YES]
inside tableView:didSelectRowAtIndexPath:
This displays a deselection animation. I'd like to know if there is any way to detect when this animation completes.