Awe*_*e-o 6 objective-c uitableview
选择UITableViewCell之后我打电话
[tableView deselectRowAtIndexPath:indexPath animated:YES]
内 tableView:didSelectRowAtIndexPath:
这会显示取消选择动画.我想知道是否有任何方法可以检测此动画何时完成.
[CATransaction begin];
[tableView beginUpdates];
[CATransaction setCompletionBlock: ^{
NSLog(@"Completion code here");
}];
[tableView deselectRowAtIndexPath:indexPath animated:YES];
[tableView endUpdates];
[CATransaction commit];
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
627 次 |
| 最近记录: |