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

标签 ios xcode6

iPad Air 已经是 Retina 屏了,苹果为什么还要特意设计两种模拟器呢?

最佳答案

模拟器不包括 iPad mini。 Retina 和 Air 之间的区别在于 64 位处理器。


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

要测试 iPad mini,Apple 建议在非视网膜设备(又名 iPad 2)上进行测试:

来自“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. To do this, run your app on the simulated iPad without Retina display.


编辑:
您还可以在 iPad Retina Simulator 上测试 iPad mini。
查看更新的 Apple“iOS Simulator User Guide”:

Testing for the 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.

关于ios - Xcode 6 中的 iPad Retina 模拟器和 iPad Air 模拟器有什么不同?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26420738/

相关文章:

iOS stringByPaddingToLength 因心脏字符而失败

ios - 如何使用 stringWithFormat 右填充字符串

ios7 - 如何使用 Xcode 6 模拟器在 ios 7 上测试我的应用程序

ios - 更改 Swift 中的导航栏按钮图标

ios - 从 XCode 6.0.1 的模拟器列表中选择合适的 iOS 版本

ios - 中间透明的UIView

iphone - 临时 OTA 分发安装错误

ios - Swift 通用闭包总和

ios - map 搜索结果显示在表格中

ios - Xcode 6 - 未知类型名称 'NSString'/预期标识符或 '('