简体   繁体   English

iOS 6的导航中,如何设置不突出显示标签的屏幕?

[英]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. 我们的IOS应用程序的底部具有4个导航选项卡,在该应用程序中,仅需突出显示应用程序上的几个屏幕。

How can we not display a highlighted tab on particular screens for IOS 6? 我们如何在IOS 6的特定屏幕上不显示突出显示的选项卡?

Thank you 谢谢

You can achieve this using "Custom TabBar" development. 您可以使用“自定义TabBar”开发来实现。

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! 干杯!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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