Make a view to be the primary one in navigation controller?

Posted by Earl Grey on Stack Overflow See other posts from Stack Overflow or by Earl Grey
Published on 2012-11-23T16:02:09Z Indexed on 2012/11/23 17:05 UTC
Read the original article Hit count: 264

I am using a tabbar, each tab having a navigation controller, and this in turn having a stack of views. Each view is having its own view controller but this is not important now.

Lets have a tab 1 with a navigation controller 1 with views A, B, C. The nature of the application dictates however that the view B is the primary one.

So what I want is that by default (after first or after relaunch of the app), when I tap the tab 1, I will see the B view together with the back button to A view.

How can I achieve this?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about ios