Please help! Our IOS app has 4 navigation tabs at the bottom, in which only a couple screens on the app do not need to be highlighted.
How can we not display a highlighted tab on particular screens for IOS 6?
Thank you
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 achieve this using “Custom TabBar” development.
In that, you can set bottom tabbar button manually, with selected and deselected images.
You can create one sample function in which, all bottom tabbar button has deselected images, and call that function from your screen where you want it to be not highlighted.
Hope you got an idea.
Happy Coding!
Cheers!