如何识别特定 iOS 设备是 iPhone 3G 还是 iPhone 4?

发布于 2024-10-18 07:26:27 字数 65 浏览 4 评论 0 原文

如何确定我的应用程序运行的 iOS 设备是 iPhone 3G 还是 iPhone 4?

提前致谢。

How can I identify if the iOS device my app runs on is an iPhone 3G of an iPhone 4?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情绪操控生活 2024-10-25 07:26:27

查看 uidevice-extension by 艾丽卡·萨顿

您可以使用以下内容:

[[UIDevice currentDevice] platformType];
[[UIDevice currentDevice] platformString];

Check out uidevice-extension by Erica Sadon.

You can use the following:

[[UIDevice currentDevice] platformType];
[[UIDevice currentDevice] platformString];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文