NavigationController transition like in iPhone language preferences?
Is there a way to make the navigation controller present the next view in the same manner as when you press on "Language" in the preferences?
The view would slide in from the bottom, fully loaded. At the moment, I only manage to add the animation so that the white screen loads and then the view comes in. I can't make the previous view still be left visible.
Ideally, I would want to do such animation with pushViewCOntroller...
|