I am trying to create a basic tab bar application, with 4 tabs, without using the 'storyboard' feature, My problem is that when the app lunches, It desplays the first tab as my first view, but I want to display a custom xib like my 'main menu' with 4 unselected tabs, and only when I press on one of the tabs, the specific choosen page/nib will open, is there a way to do it?
p.s. I didnt post any code because I am talking about the most basic implementation of xcode's tabed bar application
Picture of what I am trying to accomplish is attached.