选择 UITableViewCell 后,我调用
[tableView deselectRowAtIndexPath:indexPath animated:YES]
里面tableView:didSelectRowAtIndexPath:
这将显示取消选择动画。我想知道是否有任何方法可以检测此动画何时完成。
选择 UITableViewCell 后,我调用
[tableView deselectRowAtIndexPath:indexPath animated:YES]
里面tableView:didSelectRowAtIndexPath:
这将显示取消选择动画。我想知道是否有任何方法可以检测此动画何时完成。