I want to associate another storyboard NavigationController with ViewController

Asked 2 years ago, Updated 2 years ago, 107 views

How do I associate NavigationController and ViewController with RelationshipShipSegue, root view controller on a Storyboard, if NavigationController and ViewController are on different Storyboards?

ios storyboard

2022-09-29 21:25

2 Answers

If the target on Xcode7 is iOS9, you can now view another Storyboard from the Storyboard

https://developer.apple.com/library/prerelease/ios/recipes/xcode_help-IB_storyboard/Chapters/AddSBReference.html

However, it is not available on iOS prior to iOS9, so the only way to see another storyboard is to call it by code.For example, the UIStoryboard class method storyboardWithName:bundle:


2022-09-29 21:25

Cannot set segment between storyboards.All you have to do is do it on the code.


2022-09-29 21:25

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.