Segue from one storyboard to a different storyboard?

BrownEye picture BrownEye · Sep 13, 2013 · Viewed 27.2k times · Source

I have too many views on one storyboard which is causing it to run really slow. I have been told that a solution to this issue would be to split the one storyboard into multiple storyboards. Could anyone tell me how I can segue from a view on storyboard 1 to a view in storyboard 2 via a button?

Answer

Arnaud picture Arnaud · Oct 20, 2015

With Xcode 7 you can pick Storyboard References

enter image description here

and set the destination storyboard and controller

enter image description here