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
If the target on Xcode7 is iOS9, you can now view another Storyboard from the Storyboard
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:
Cannot set segment between storyboards.All you have to do is do it on the code.
© 2024 OneMinuteCode. All rights reserved.