我可以在 iOS 4 之前的设备上使用 Core Motion 框架吗?

发布于 2024-11-26 22:14:07 字数 110 浏览 0 评论 0原文

我知道该框架是在 iOS 4 中与陀螺仪一起引入的。但 Core Motion 向后兼容吗?或者我被限制使用 UIAcceleration?

这是否意味着我无法使用陀螺仪或无法支持早期设备?

I know that the framework was introduced in iOS 4 with the gyro. But is Core Motion backward-compatible? Or I am restricted to use UIAcceleration?

Does this imply that either I can't use the gyro or can't support earlier devices?

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

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

发布评论

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

评论(1

握住我的手 2024-12-03 22:14:07

Core Motion 框架在 4.0 之前的设备上不可用,因此您应该将所有相关代码包装到运行时检查中,以查看 类存在 这是苹果推荐的方式。

The Core Motion framework is not available on pre 4.0 devices so you should wrap all related code into a runtime check to see if the class exists which is the recommended way according to Apple.

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