简体   繁体   中英

How do I push from one navigationcontroller to multiple viewcontroller?

I am stacked with one prob.

在此输入图像描述

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.

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.

在此输入图像描述

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM