本文介绍了UINavigationControoller-setNavigationBarHidden:animated:如何同步其他动画的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

以编程方式隐藏导航栏时,如何捕获动画曲线和速度?我想与此动画同步其他动画,以实现流畅的过渡:)

How can I capture the animation curve and speed when I hide the navigation bar programmatically? I would like to sync other animations with this one for a fluid transition :)

推荐答案

如果查看UINavigationController文档,则此行:

If you check the UINavigationController documentation there is this line:

这篇关于UINavigationControoller-setNavigationBarHidden:animated:如何同步其他动画的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 21:31