I am making an iOS app (iPad) that has a very complex layout. I could try to use Auto Layout to accomodate orientation switching, but it’s simply to complicated. I would like to have two seperate nib’s, one for each orientation.
So here’s the question: How do I convert an app using Storyboards to use Nibs/Xibs?
A better solution might be to have also a copy of your landscape view in storyboards and then switch between the view controllers when rotation occurs to landscape etc.
You can register for rotation events.