标签: ios ipad
在我的应用中,我需要在iPad中为全屏UIView设置背景图像。我无法弄清楚我是否应该使用1024 * 768或2048 * 1536的图像尺寸。
答案 0 :(得分:2)
对于非视网膜,它应该是1024X768,图像名称为“name_of_image_here.png”
对于视网膜设备应为2048X1536,图像名称为“name_of_image_here@2x.png”