Search code examples
iosobjective-cuinavigationcontrolleruistoryboardseguexcode-6.2

How do I push from one navigationcontroller to multiple viewcontroller?


I am stacked with one prob.

enter image description here

This is my storyboard. How can I manage this case ? Should I use seperate navigationcontroller for each of them or just one is enough ? Any help would be great. Thanks in advance.


Solution

  • Almost there but not quite. Put your navigation controller in front, and all the others down the line will inherit the navigation. Navigating forwards and backwards is all done for you.

    enter image description here