我对 iPad 视网膜图像有一个问题。当我在普通 ipad 中执行我的添加时,它看起来很棒。
但是当我在 iPad Retina 中执行这个应用程序时,UIButton
自定义图像会向上拉伸。
我还为视网膜模式的“@2x”图标图像添加了图像。
使用此代码:
UIButton *btnEye=[[UIButton alloc] initWithFrame:CGRectMake(10, 5.5, 35, 35)];
[btnEye setImage:eyeImage forState:UIControlStateNormal];
[reportToolbar addSubview:btnEye];
在正常模式下:
在 Reitna 模式下: