I am looking for a way to present a modal view animated, and make it look like the current modal view is presenting the new one in the animation, but behind the scenes ditch the old modal view (the new modal should have the same parent as the old one).
Presenting one on top of the other is not an option as there is an arbitrary number of views. This isn't a hierarchy, think of it like flash cards.
Thanks for any help.