作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当您的 TabBarController 中有超过 5 个 View Controller 时,系统会自动为您设置一个“更多” View 。是否可以更改此 View 中导航栏的颜色以匹配我正在使用的颜色,而不是默认的蓝色?
最佳答案
好的。我不应该完全相信这些文档。几分钟后我通过尝试找到了答案。文档列出了 moreNavigationController 是一个只读属性。但这对我来说效果很好:
tabBarController.moreNavigationController.navigationBar.barStyle = UIBarStyleBlackOpaque;
或
tabBarController.moreNavigationController.navigationBar.tintColor = [UIColor redColor];
以防有人想知道。
关于iphone - 更改 "More"选项卡的导航栏颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2015946/
我是一名优秀的程序员,十分优秀!