1

如何检查动画何时完成。

我使用这种方法:

[self.tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:[NSIndexPath indexPathForRow:2 inSection:0]] withRowAnimation:UITableViewRowAnimationNone];

谢谢大家!

4

1 回答 1

1

这是动画类参考的链接。我认为功能

-(void)animationDidStop:(CAAnimation *)theAnimation finished:(BOOL)flag

是你要找的那个。

于 2012-05-28T08:55:18.073 回答