简体   繁体   English

Xcode 6中的iPad Retina模拟器和iPad Air模拟器有什么不同?

[英]What's the different between iPad Retina simulator and iPad Air simulator in Xcode 6?

iPad Air已经有了Retina屏幕,为什么Apple会故意设计两种模拟器呢?

The simulator does not include the iPad mini. 模拟器不包括iPad mini。 The difference between the Retina and the Air is the 64 bit processor. Retina和Air之间的区别是64位处理器。


iPad Air = Retina x64 iPad Air = Retina x64
iPad Retina = Retina x32 iPad Retina = Retina x32
iPad 2 = Non-Retina x32 iPad 2 =非Retina x32

To test the iPad mini Apple recommends testing on a non-retina device (aka iPad 2): 要测试iPad mini,Apple建议在非视网膜设备(又称iPad 2)上进行测试:

From the "Apple iOS Simulator Guide": 来自“Apple iOS模拟器指南”:

Although an iPad mini isn't an option for a simulated device in Simulator, you can still test apps for the iPad mini in the simulator. 虽然iPad mini不适用于模拟器中的模拟设备,但您仍然可以在模拟器中测试iPad mini的应用程序。 To do this, run your app on the simulated iPad without Retina display. 为此,请在没有Retina显示屏的模拟iPad上运行您的应用程序。


Edit: 编辑:
You can also test iPad mini on iPad Retina Simulator. 您还可以在iPad Retina Simulator上测试iPad mini。
See updated Apple " iOS Simulator User Guide ": 查看更新的Apple“ iOS模拟器用户指南 ”:

Testing for the iPad mini 测试iPad mini
To test apps for the iPad mini in the simulator, run your app on a simulated iPad with the corresponding type of display, either Retina or non-Retina depending on the iPad mini model. 要在模拟器中测试iPad mini的应用程序,请在具有相应显示类型的模拟iPad上运行您的应用程序,Retina或非Retina,具体取决于iPad mini型号。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM