Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
The template creates two viewControllers for you, with corresponding .h and .m files. I suspect you are asking for more. That is, you want to know how to create viewControllers for the third or greater tabs?

I think I know how to create those, but then when I create those there's no tab bar in the nib file, do I have to type some code?
 
I think I know how to create those, but then when I create those there's no tab bar in the nib file, do I have to type some code?

Why do you need the tab bar in the nib file? Are you just needing it to take up the space so you can better layout the rest of the view? Or are you wondering how to set the title and/or image of each tab? Or something else entirely? Please explain explicitly what you needs are and why your current project does not satisfy those needs.
 
Why do you need the tab bar in the nib file? Are you just needing it to take up the space so you can better layout the rest of the view? Or are you wondering how to set the title and/or image of each tab? Or something else entirely? Please explain explicitly what you needs are and why your current project does not satisfy those needs.

Okay so in my project I want to make a tab bar app with four tabs and a couple thing that I know how to do in each one. So when I create those files for a new tab there's nothing in the nib file, so I put, for example, a image in that nib file ( doing it good with the code) should it appear as a tab in the mainwindow.xib?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.