I have MainWindow.xib file and I try to desing a second .xib file which is MainWindowLandscape.xib. I have many .xib file and I design them separately for Portrait and Landscape.
I want to assign them in MainWindow.xib and MainWindowLandscape.xib ( UITabbarController based ), I mean I will assign portrait views in MainWindow.xib, and landscape views in MainWindowLandscape.xib. Is it possible or what is the easiest way?
All views ( portrait and landscape ) do same thing in each other. Only UI will be change.
Thanks a lot.