gpt4 book ai didi

iphone - UIButton 自定义视网膜图像在 iPad 视网膜显示器中拉伸(stretch)

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

我对 iPad 视网膜图像有一个问题。当我在普通 ipad 中执行我的添加时,它看起来很棒。

但是当我在 iPad Retina 中执行此应用程序时,UIButton 自定义图像会向上拉伸(stretch)。

我还为视网膜模式的“@2x”图标图像添加了图像。

使用这段代码:

UIButton *btnEye=[[UIButton alloc] initWithFrame:CGRectMake(10, 5.5, 35, 35)];
[btnEye setImage:eyeImage forState:UIControlStateNormal];
[reportToolbar addSubview:btnEye];

在正常模式下:

enter image description here

在 Reitna 模式下:

enter image description here

最佳答案

视网膜图像的分辨率真的是正常图像的两倍还是与正常图像具有相同的分辨率?

关于iphone - UIButton 自定义视网膜图像在 iPad 视网膜显示器中拉伸(stretch),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13641909/

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