简体   繁体   中英

From subview UIViewcontroller to other UIViewController

My viewcontroller subview other viewcontroller and I Want to go to from that subview (ViewController) to other viewController. ? with segu o or open with nib any suggest ?

Controller1 has controller2 as subview and want to go to from controller2 to controller3

I would recommend using a UIContainerView , these are views that contain a view controller. Just try playing around with one by dragging it onto the Main.storyboard. You can make one visible and make the others visibility = false and visa versa.

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