Reputation: 1819
In screen shot one I have a view controller connect with storyboard reference.
In screen shot two which is the reference storyboard, have the initial view controller one and an inner view controller two.
How do I connect the inner vc two with reference?
Upvotes: 2
Views: 1135
Reputation: 1819
Step 1: Add id to the view controller which is inner a storyboard(you want to the segue connect with).
Step 2: In storyboard reference, add the id of the VC you want to connect with.
Upvotes: 5
Reputation: 23407
Connect Multiple storyBoard Using reference : See My tutorial
I have provide all steps, How to connect one StoryBoard with Another using reference.
Upvotes: 0