How can I check when animation finished.
I use this method:
[self.tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:[NSIndexPath indexPathForRow:2 inSection:0]] withRowAnimation:UITableViewRowAnimationNone];
Thanks all!
|
How can I check when animation finished. I use this method: [self.tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:[NSIndexPath indexPathForRow:2 inSection:0]] withRowAnimation:UITableViewRowAnimationNone]; Thanks all! |
|||||||
|
|
Here's a link to the animation class reference. I think that the function
is the one that you looking for. |
||||
|