I want to implement a configurable tab bar in my app like iphone music app where a user can edit the Tab bar by dragging and dropping icon on to it.
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.
UITabBarController handles this completely automatically. If you add more than 5 tabs to the tab controller then the fifth button changes to ‘More’ to allow the user to access the configuration interface.
If you want to customise the behaviour or do something completely different then implement the UITabBarDelegate protocol.