I am presenting a modalviewcontroller from another modalviewcontroller. When I dismiss the second modalviewcontroller both the first and second modalviewcontroller should ge
To clarify even further, what you will probably need is something like this:
[self.parentViewController.parentViewController dismissModalViewControllerAnimated:YES];