アニメーションがいつ終了したかを確認するにはどうすればよいですか。
私はこの方法を使用します:
[self.tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:[NSIndexPath indexPathForRow:2 inSection:0]] withRowAnimation:UITableViewRowAnimationNone];
皆さんありがとう!
アニメーションがいつ終了したかを確認するにはどうすればよいですか。
私はこの方法を使用します:
[self.tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:[NSIndexPath indexPathForRow:2 inSection:0]] withRowAnimation:UITableViewRowAnimationNone];
皆さんありがとう!
アニメーション クラス リファレンスへのリンクは次のとおりです。機能だと思います
-(void)animationDidStop:(CAAnimation *)theAnimation finished:(BOOL)flag
あなたが探しているものです。