如何检测我的 iOS 设备是否有 LED 灯?

发布于 2024-11-15 02:16:35 字数 94 浏览 5 评论 0原文

如何检测我的 iOS 设备是否有 LED 灯?

我试图了解 iPad 2(前置摄像头和后置摄像头)和 iPhone 4(前置、后置 + LED 灯)之间的区别

How do I detect if my iOS device has an LED light or not?

I am trying to see the difference between an iPad 2 (front and back camera) and an iPhone 4 (front, back + LED light)

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

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

发布评论

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

评论(2

倾城泪 2024-11-22 02:16:35

这些应该会提供您需要的信息。

[[UIDevice currentDevice] model];
[[UIDevice currentDevice] systemVersion];
[[UIDevice currentDevice] systemName];

当您了解该设备时,您就知道它是否有 LED 灯。

Those should give information you needed.

[[UIDevice currentDevice] model];
[[UIDevice currentDevice] systemVersion];
[[UIDevice currentDevice] systemName];

When you know the device you know if it has a LED light or not.

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