Correct way of showing consecutive modalViews
问题 I have two views that need to be shown modally, one after the other. This doesn't work if we dismiss and show consecutively, like this: [rootController dismissModalViewControllerAnimated: YES]; [rootController presentModalViewController: psvc animated: YES]; The second modal view simply doesn't show up. I've seen a fix that was something like this: [rootController dismissModalViewControllerAnimated: YES]; [[UIApplication sharedApplication] beginIgnoringInteractionEvents]; [self