I’m using the UITabBarController to control the views and just want the UINavigationController so I can show the title in it (as well as show a “Save” button.
Is it possible to have both?
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.
Having both is perfectly possible. The natural thing to do would be to have a UITabBarController load first, and have each
UIViewControllerit loads upon tab selection be an instance ofUINavigationController. In fact, I have just done the very same thing using this tutorial: http://blog.willwinder.com/2011/05/xcode4-uitabbarcontroller-with.html