Ios – Too many views in storyboard – Xcode running Slow

iosperformancestoryboardxcode

I'm helping someone out with an xcode project but it's almost impossible. They have around 100 View controllers on their storyboard and it's just running really slow. I've followed all of the guides on making Xcode faster but they just don't help for this situation. Outside of that storyboard, when we're working in the .h and .m files it runs perfectly fine, it's just inside the storyboard that it runs slow.
Has anyone had any experience with a project like this? What did you do? Or what can I do to make it possible to work in the storyboard?
Thanks

Best Answer

My solution is: Open a new Window from the Storyboard and minimize it. So it stays in RAM and won't reload. Working with the storyboard keeps quick and easy now.