Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/112.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios ipad背景图像应该是1024*748还是2048*1536?_Ios_Ipad - Fatal编程技术网

Ios ipad背景图像应该是1024*748还是2048*1536?

Ios ipad背景图像应该是1024*748还是2048*1536?,ios,ipad,Ios,Ipad,在我的应用程序中,我需要在iPad上为全屏UIView设置背景图像。我不知道我应该使用1024*768还是2048*1536作为图像大小。对于非视网膜,它应该是1024X768,图像名称为“name\u of_image\u here.png” 视网膜设备应为2048X1536,图像名称为“图像名称”_here@2x.png“编程如何?你也可以将模拟器设置为视网膜模式。@Thilo是的,我会试试。哎呀。。。。。为什么要投票否决我的问题。我感到很难过。我没有否决投票,但很明显,这个问题被严重误解了

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

对于非视网膜,它应该是1024X768,图像名称为“name\u of_image\u here.png”


视网膜设备应为2048X1536,图像名称为“图像名称”_here@2x.png“

编程如何?你也可以将模拟器设置为视网膜模式。@Thilo是的,我会试试。哎呀。。。。。为什么要投票否决我的问题。我感到很难过。我没有否决投票,但很明显,这个问题被严重误解了。你在问我们是否可以制作1024x768图像?如何获取开发人员的id?还是什么?谢谢你,
1024X278
应该是
1024X748
,图像名为“name\u of_image\u here.png”。可能是一个小拼写错误,:)