UINavigationBar setBackgroundImageForBarMetrics 在 iOS 7 中不起作用

Posted

技术标签:

【中文标题】UINavigationBar setBackgroundImageForBarMetrics 在 iOS 7 中不起作用【英文标题】:UINavigationBar setBackgroundImageForBarMetrics doesn't work in iOS 7 【发布时间】:2013-09-22 08:07:36 【问题描述】:

我正在尝试为导航栏的背景设置图像,并且我正在这样做,就像在 ios6 中一样:

[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"Navbar.png"] forBarMetrics:UIBarMetricsDefault];

这是图片:

这是我运行时的结果:

在 iOS 6 上运行完美,但在 iOS 7 上却有这个问题......

【问题讨论】:

这个链接可能有帮助:***.com/questions/17361500/… 和上面写的一样,有什么可以帮帮我的? 【参考方案1】:

尝试将此添加到您的导航控制器:

self.navigationController.navigationBar.tintColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"Navbar.png"]];

【讨论】:

以上是关于UINavigationBar setBackgroundImageForBarMetrics 在 iOS 7 中不起作用的主要内容,如果未能解决你的问题,请参考以下文章

UINavigationBar

UITableView 滚动 UINavigationBar

UINavigationBar 一个有样式的view

UINavigationController改变UINavigationBar导航条标题颜色跟字体

UIBarButton 未在 UINavigationBar 中显示

`UINavigationBar` 弯曲扩展?