旋转动画导致错误...Apple 的更新要求是什么?

发布于 2024-08-27 03:33:56 字数 92 浏览 3 评论 0原文

这是什么意思以及为什么我会收到此错误。关于如何修复它有什么建议吗?

“使用两阶段旋转动画。要使用更平滑的单阶段动画,此应用程序必须删除两阶段方法实现。”

What does this mean and why am I getting this error. Any suggestions on how to fix it?

"Using two-stage rotation animation. To use the smoother single-stage animation, this application must remove two-stage method implementations."

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

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

发布评论

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

评论(1

你丑哭了我 2024-09-03 03:33:57

视图控制器类中已弃用的旋转代码具有两步旋转。它旋转了一半,停了下来,然后又开始了。新方法以一种平稳的动作完成这一任务。请参阅 UIViewController 文档。

The depreciated rotation code in the view controller class had a two step rotation. It rotated half-way, paused, then started again. The new methods do it in one smooth motion. See the UIViewController docs.

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