gpt4 book ai didi

iphone - ios7 UINavigationBar backgroundImage 设置颠倒

转载 作者:太空狗 更新时间:2023-10-30 03:47:33 26 4
gpt4 key购买 nike

我正在尝试设置 UINavigationBar 背景图片:

我在 AppDelegate 中添加了:(请注意它是一张图片)

[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"general-top_bar_with_status.png"] forBarMetrics:UIBarMetricsDefault];

因为我不需要半透明,所以我在 ViewDidLoad 的 ViewController 中添加:

self.navigationController.navigationBar.translucent = NO;

这是图片: enter image description here

不幸的是,这就是我得到的: enter image description here

如您所见,图像是上下颠倒的。

怎么了?

在 Storyboard中,我为TopBar设置了一个位置——不透明的导航栏

最佳答案

对于 iOS 7,您必须使用 320x64 尺寸的导航栏图片

关于iphone - ios7 UINavigationBar backgroundImage 设置颠倒,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19210108/

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