I’m wondering how can I initialize a UINavigationController in order to display the third view controller in the stack ? Kinda like the Mail app. Even if you kill the app, when you launch it, you see the view controller containing all your mails and there the “back” button allowing you to the list of your mailboxes.
Thanks for your answers.
You may want to look into the
UINavigationController‘ssetViewControllers:animated:method :UINavigationController Class Reference