I am a newbie programmer in iOS and I am using a Mac mini with Mountain Lion with xcode 5.x.
I want to create an iOS application, which is really big in terms of user interfaces. So working with storyboard is difficult for me. I want to create one MainStoryboard and several other storyboards, connect them in such a way that they can run together in a sequence or in particular order.
Is this possible, if yes guide me.