gpt4 book ai didi

显示提示时 iOS5 UINavigationBar 背景图像问题

转载 作者:可可西里 更新时间:2023-11-01 05:42:04 25 4
gpt4 key购买 nike

我正在使用 iOS 5 中的新外观代理来为我的 UINavigationBar 设置背景图像样式。

[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"ZSNavigationBG.png"] forBarMetrics:UIBarMetricsDefault];
[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"ZSNavigationLandscapeBG.png"] forBarMetrics:UIBarMetricsLandscapePhone];

这很好用,但我需要设置导航栏的提示属性。当我这样做时,导航栏的高度增加了,我的背景图像不再垂直填充导航栏,所以看起来很糟糕。

在使用自定义背景图片时,如何通过提示说明高度变化?

最佳答案

图像应该是 stretchable image所以它可以在任何方向延伸而不会破坏任何东西。

关于显示提示时 iOS5 UINavigationBar 背景图像问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11350976/

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