Nitin
Nitin

Reputation: 11

Code to use tab bar controller in iphone

i m new to iphone programming. can anybody tell me Code to use tab bar controller in iphone. Thanks in advance.

Upvotes: 0

Views: 3560

Answers (2)

John Parker
John Parker

Reputation: 54445

Have you read Apple's UITabBarController documentation? How about the View Controller Programming Guide for iOS?

These documents will provide you with a very good overview of UIKit in general and the specifics of the UITabBarController, and will provide links to sample projects/code.

Until you've read and understood these, you might want to hold off on your current "stream of consciousness" approach to asking questions on Stack Overflow.

Upvotes: 2

Related Questions