gpt4 book ai didi

iphone - NavigationController背景图像问题

转载 作者:行者123 更新时间:2023-12-03 19:33:00 25 4
gpt4 key购买 nike

我已经在线检查了很多解决方案,但我的 NavigationController 背景图像仍然存在问题。

这是我的代码:

[self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"header_bg"] forBarMetrics:UIBarMetricsDefault];

问题是我的酒吧改变了它的外观(主要是颜色),但它看起来仍然不像我的图像。

有更好的方法来解决这个问题吗?

最佳答案

试试这个......

UIImageView *imageView = [[UIImageView alloc] initWithImage: [UIImage imageNamed: @"NavBar_Img.png"]];
self.navigationItem.titleView = imageView;
[imageView release];

关于iphone - NavigationController背景图像问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13703739/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com