本文介绍了如何将iOS应用仅限制为4英寸屏幕设备?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Xcode中是否有设置允许我声明我的应用程序仅支持4屏幕设备(iPhone 5和最新的iPod Touch)?
Is there a setting in Xcode that lets me declare that my app only supports 4" screen devices (iPhone 5 and the newest iPod Touch)?
推荐答案
没有。
因为iOS 7支持3.5英寸屏幕的设备,所以你不能使用only-support-iOS-x技术。
Nope.
Because iOS 7 supports devices with 3.5" screens, you can't use the only-support-iOS-x technique.
此外,Xcode中没有设置或 requiredDeviceCapabilities
的密钥允许您制作应用程序4仅限英寸。
Also, there isn't a setting in Xcode or a key for requiredDeviceCapabilities
which allows you to make the app 4-inch only.
这篇关于如何将iOS应用仅限制为4英寸屏幕设备?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!