如何检测主机设备是iPhone还是iPad?
我正在准备我想在 iPhone 和 iPad 上使用它的应用程序。
如何检测当前主机设备是iPhone还是iPad?
基于此我想对用户界面进行更改
Possible Duplicate:
Best way to programmatically detect iPad/iPhone hardware
I am preparing an app where in I want to use it on iPhone as well as iPad.
How to detect whether the current host device is iPhone or iPad?
Based on this I want to make changes to the User Interface
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有很多方法可以找到应用程序在哪个设备上运行。
通过此代码我们可以获取当前设备的版本,以便我们可以检查设备是否是iPhone或iPad。
There are so many ways to find in which device the App is running.
by using this code we can get current device version, so that we can check whether the device is iPhone of iPad.
这是在运行时检测设备类型的“官方”方法:
This is the 'official' way to detect the device type at runtime: