I wrote an app that uses UITabBarController, but if I add a lot of tabs it don’t show me more button. Doesn’t the UITabBarController creates this button automatically?
I wrote an app that uses UITabBarController , but if I add a lot
Share
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.
Yes, you need to create it manually. The “fifth tab is more” is just a convention. It’s up to you to create a UIView/UIViewController pair to manage your additional settings and map them to that fifth tab.