简体   繁体   中英

IOS 6 in navigation, how can I set a screen to not highlight a tab?

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

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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM