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];
}];