iOS: popViewController unexpected behavior

后端 未结 7 1917
迷失自我
迷失自我 2020-12-02 16:52

I\'ve been searching the internet for a solution. There\'s nothing I could find. So: I\'m using a UINavigationController. I am pushing two UIViewControllers onto it. In the

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 17:16

    I have created a drop-in replacement for UINavigationController that will queue animations for you and avoid this problem entirely.

    Grab it from BufferedNavigationController

提交回复
热议问题