Yan Li
Yan Li

Reputation: 1819

xcode, how to use storyboard reference connect inner view controller?

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? enter image description here

enter image description here

Upvotes: 2

Views: 1135

Answers (2)

Yan Li
Yan Li

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. enter image description here

enter image description here

Upvotes: 5

Kirit Modi
Kirit Modi

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

Related Questions