I am using Xcode 4.3.1
It is quite different from the old version.
If I ask Xcode create the Tabbed Application, it will create an UITabBarController with 2 tabbars.
How to add more UITabBar and related UIViewController?
Welcome any comment
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can see how in your AppDelegate. You have to create manually more viewcontrollers and add them to the tabbar controller.