I\'m dismissing a modal view controller and then immediately presenting another one, but the latter never happens. Here\'s the code:
[self dismissModalViewContro
[self dismissViewControllerAnimated:YES completion:^{ //Present the new MVC }];
Note: Available iOS 5.0 onwards.