0

Every time when I use the completion of an animation, there is some kind of delay. How can I make sure the delay will not be there anymore?

This is a part of my code:

[self dismissViewControllerAnimated:YES completion:^ {
  [presentingViewController presentViewController:load animated:YES completion:nil];
}];
4

1 回答 1

0

如果您不想制作动画,请不要关闭动画。如果您制作动画,完成将在动画完成时触发,因此会延迟。

于 2013-08-13T17:45:47.337 回答