gpt4 book ai didi

ios - 为什么 UINavigationBar 背景图片重复?

转载 作者:可可西里 更新时间:2023-11-01 06:17:46 24 4
gpt4 key购买 nike

图像尺寸为 640 X 44,适用于 iPad 纵向。由于某种原因,它显示为图案图像而不是拉伸(stretch)图像。

enter image description here

iOS 6

最佳答案

尝试以下方法来拉伸(stretch)您的图像:

// load the background image navbar.png
UIImage *imageNavBar = [UIImage imageNamed:@"navbar"];

// set the image as stretchable and set into navbar globally
imageNavBar = [imageNavBar stretchableImageWithLeftCapWidth:0 topCapHeight:0];
[[UINavigationBar appearance] setBackgroundImage:imageNavBar forBarMetrics:UIBarMetricsDefault];

关于ios - 为什么 UINavigationBar 背景图片重复?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19986730/

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