I am having trouble getting my modal view controllers to display properly. I have a parent view controller that is the delegate for modal view A. In modal v
Simple:
Dismiss all views:
[self dismissModalViewController animated:YES]; [self dismissModalViewController animated:YES]; [self dismissModalViewController animated:YES]; [self dismissModalViewController animated:YES];
(one for each added modal view)
then present a new modal view controller