Question : Why don't I get a view when I create a tab bar application?

I create a tab bar application, and name it. I then open MainWindow.xib, and I get no view, nothing, I see the library, the main window, and connections window but no view. I double click tab bar controller and I get no view, nothing. Every tutorial video I see, when they create the project and open MainWindow.xib it goes into interface builder, and right there on the screen there is a view window that shows the 2 default tabs and says View right on the screen. I dont get this.

Answer : Why don't I get a view when I create a tab bar application?

I may guess only. In the link I gave you will see IBOutlet UITabBatController added to the application delegate and adding the view of this TabBarController in the beginning of the application.
Random Solutions  
 
programming4us programming4us