1.select the view controller you want navigation controller to embed

2.select editor > embed in > navigation controller

3.Now, root view controller of navigation controller is firstVC.
my application now will start at this navigation controller -> boot up firstVC.

Note: navigation controller is just a container.
Top comments (0)