letitbefornow
letitbefornow

Reputation: 425

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.

Upvotes: 1

Views: 882

Answers (2)

Beau Nouvelle
Beau Nouvelle

Reputation: 7252

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

Upvotes: 3

Pavel Gatilov
Pavel Gatilov

Reputation: 2590

You should use UINavigationController for each usercase. You can inherit UINavigationController for all this controllers to determine same behaviour.

Upvotes: 0

Related Questions