Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何检查动画何时完成。
我使用这种方法:
[self.tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:[NSIndexPath indexPathForRow:2 inSection:0]] withRowAnimation:UITableViewRowAnimationNone];
谢谢大家!
这是动画类参考的链接。我认为功能
-(void)animationDidStop:(CAAnimation *)theAnimation finished:(BOOL)flag
是你要找的那个。