PDA

View Full Version : How to attach a HOME tabbar item in iPhone apps




sujithkrishnan
May 11, 2008, 11:29 PM
Hi all,
How to attach a tabbar item which tooks me to the first view of my application after the login page.

I already have two tabbar items (using tabBarController only) which gives me two views.

I want to customize my tabbar item (using tabBarController) which took me to the first page (my apps looks like 'The Elements' example with some table ViewControllers)



aatif
May 26, 2008, 02:37 AM
Did u try to add multiple views (ViewControllers) to the tabBarController? that will automatically add their respective items to the tabBar, in the same sequence.