gpt4 book ai didi

ios - 如何正确设置视网膜背景?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:42:38 25 4
gpt4 key购买 nike

可能问题很简单,但我有一个关于setBackgroundColor的错误。

我有包含 UITableViewUIViewUITableView 是 clearColored。我正在尝试在 UIView 上设置背景:

[self.viewForTable setBackgroundColor: [UIColor colorWithPatternImage:[UIImage imageNamed:@"bgIngrList.png"]]];

在普通 iPad 上它看起来像: enter image description here

但在 Retina iPad 上(就像第二张图片开始显示的那样): enter image description here

我有两张图片“bgIngrList.png”和“bgIngrList@2x.png”,290x260580x520

错误可能在哪里?

编辑

我已经通过使用 UIImageView 而不是 UIView 解决了这个问题。

谢谢大家!!!

最佳答案

colorWithPatternImage:(顾名思义)将您的图像视为要填充的图案。因此,如果您提供的图像小于 View 的大小,它会再次绘制图案图像而不是拉伸(stretch)它。这就是这里发生的事情。您的图像尺寸小于 View 尺寸,因此它会在底部再次绘制图像。您可以通过添加 UIImageView 并设置图像属性而不是设置 UIView 的 backgroundColor 来避免这种情况。

关于ios - 如何正确设置视网膜背景?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17083064/

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