Shishir.bobby
Shishir.bobby

Reputation: 10984

how to add tab bars?

i m having an view based application, in my second view i want to have an 5 tabs.

but i hv no idea how to implement it. i hv already added 5 tabs,but its not working, any tutorials or somethionng will be very helpfdul

thanks a ton

Upvotes: 0

Views: 59

Answers (1)

samsam
samsam

Reputation: 3125

I found this one quite helpfull back in the days when I started programming.

Tutorial for iPhone app with UITabBarController and UINavigationController

On another note:

If you start developing with the "Tab Bar Application" template from XCode things might be a little bit easier to start with.

I would also question the Design of an application that is view based and has a tabcontroller only in one of its modal views. I'm not sure if this is reason enough for your app to be rejected, but i could imagine that this sort of UI design might not be in line with Apples iPhone Human Interface Guidelines

Upvotes: 1

Related Questions