Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 iPhone5 创建一个应用程序,它在 iPhone 6.0 模拟器(带 4 英寸显示屏)中运行良好。现在我想在我的新 iPad 上测试它,它已经升级到 iOS6,但屏幕自动缩小到 3.5 英寸。有没有办法让新 iPad 上的屏幕保持 4 英寸?提前致谢:)
iPad 上的“兼容模式”以 320x480 格式运行仅限 iPhone 的应用程序——本质上,它与 iPhone <5 兼容。无法使其与 iPhone 5 和 iPod touch(第 3 代)使用的 320x568 格式兼容。
因此,它将始终以您应用的“标准”布局运行,而不是“高”布局。
因此,简短的回答是“不”。