更改 UINavigationController 视图和按钮(例如返回)中按钮的颜色?

Posted

技术标签:

【中文标题】更改 UINavigationController 视图和按钮(例如返回)中按钮的颜色?【英文标题】:Change the color of the buttons in a UINavigationController view and buttons (e.g. Back)? 【发布时间】:2011-03-22 20:45:49 【问题描述】:

UINavigationController 视图和按钮的颜色可以改变吗?

【问题讨论】:

【参考方案1】:

您可以通过以下方式更改导航栏的颜色:

UINavigationBar *bar = [self.navigationController navigationBar]; 
[bar setTintColor:[UIColor redColor]]; 

然后按钮也会选择该颜色。

【讨论】:

以上是关于更改 UINavigationController 视图和按钮(例如返回)中按钮的颜色?的主要内容,如果未能解决你的问题,请参考以下文章

更改 UINavigationController 中的视图高度

Swift:更改 UINavigationController 视图的高度

快速更改UITabBar中“更多” UINavigationController的背景颜色

更改 UINavigationController 颜色和字体

UINavigationController 背景颜色更改在 iOS 中隐藏后退按钮

更改 UINavigationController 过渡效果的正确方法是啥