旋转动画导致错误...Apple 的更新要求是什么?
这是什么意思以及为什么我会收到此错误。关于如何修复它有什么建议吗?
“使用两阶段旋转动画。要使用更平滑的单阶段动画,此应用程序必须删除两阶段方法实现。”
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
视图控制器类中已弃用的旋转代码具有两步旋转。它旋转了一半,停了下来,然后又开始了。新方法以一种平稳的动作完成这一任务。请参阅 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.