-4

在我的应用程序中,我需要为 iPad 中的全屏 UIView 设置背景图像。我不知道我应该使用 1024*768 还是 2048*1536 作为图像尺寸。

4

1 回答 1

2

对于非视网膜,它应该是 1024X768,图像名称为“name_of_image_here.png”

对于视网膜设备,它应该是 2048X1536,图像名称为“name_of_image_here@2x.png”

于 2013-08-21T09:06:24.153 回答