UITabBar项过多时如何自定义出现的UINavigationBar?

Posted

技术标签:

【中文标题】UITabBar项过多时如何自定义出现的UINavigationBar?【英文标题】:How to customise the UINavigationBar that appears when there are too many UITabBar items? 【发布时间】:2010-06-12 20:55:52 【问题描述】:

我要更改的主要内容是 UINavigationBar 的色调,它出现在 UITabBar 的“更多”项中。我已经为普通项目中的其他 NavigationControllers 完成了此操作,但我还没有找到 More 项目中定义的那个。

【问题讨论】:

【参考方案1】:

在拥有标签栏控制器的文件中插入以下内容:

self.tabBarController.moreNavigationController.navigationBar.tintColor = [UIColor blueColor];

【讨论】:

以上是关于UITabBar项过多时如何自定义出现的UINavigationBar?的主要内容,如果未能解决你的问题,请参考以下文章

自定义 UITabBar 未选中项的颜色

如何判断 UITabBar 是不是从自定义视图打开?

自定义颜色的 UITabBar 图标

Swift中自定义uitabbar溢出项的TableViewController

自定义透明UITabBar

具有垂直对齐图像的自定义 UITabBar