美文网首页iOS开发中的问题集合
NavigationController在Pop和Push中为n

NavigationController在Pop和Push中为n

作者: MyNameDDQ | 来源:发表于2018-02-02 10:01 被阅读0次

    问题描述:

    在NavigationController的转场动画没有完成时,controller调用NavigationController(即self.naviagtionController)属性时为nil。

    解决办法:

    UIKit框架中所有Apple提供的动画,默认duration为0.2秒。所以可以使用dispatch_after函数做0.2秒的延迟处理。

    相关文章

      网友评论

        本文标题:NavigationController在Pop和Push中为n

        本文链接:https://www.haomeiwen.com/subject/hfyszxtx.html