Skip to content
Andrey edited this page Jun 27, 2015 · 1 revision

Step 1: In your storyboard create new UIViewController to be used as reference.

Step 2: In 'Identity inspector' select StoryboardReference class for this view controller.

Setup_1.png

Step 3: In 'Attributes inspector' set storyboardName (in this case will be used initial view controller) and referenceIdentifier as optional (will be used view controller with this Storyboard ID). Setup_2.png

Step 4: Create segue to this reference view controller. Setup_3.png

Done!

Clone this wiki locally