Question

Does anyone know a good tutorial for Tab bars?

My app is currently a "view-based" app. I need a tutorial on how to make it so that my main nib loads the view from other nibs, and when I click different tabs, it loads other nibs.

Thanks

Was it helpful?

Solution

The iPhone Developers' Cookbook by Erica Sadun has a good recipe for tabbars on page 126, including customising the bar from a list of controllers.

OTHER TIPS

Have you looked around this site?

http://www.cocoadevcentral.com/

TheElements sample code in the Apple SDK -- lots of links on StackOverflow and elsewhere for combining with navigation controllers (always add nav controllers to the tab bar, not vice versa!)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top