iPhone UINavigation Issue - nested push animation can result in corrupted navigation bar

后端 未结 20 1892
伪装坚强ぢ
伪装坚强ぢ 2020-11-30 20:14

I keep getting the following errors:

2011-04-02 14:55:23.350 AppName[42430:207] nested push animation can result in corrupted navigation bar
2011-04-02 14:55         


        
相关标签:
20条回答
  • 2020-11-30 21:02

    Ran into the same problem. In my case I was missing a break in the switch statement so two segues were fired at the same time. Easy fix for me.

    0 讨论(0)
  • 2020-11-30 21:03

    I happened upon this same problem that resulted from a button in a nib being connected to two different actions. It tried loading both view controllers, thereby corrupting the stack.

    0 讨论(0)
提交回复
热议问题