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

后端 未结 20 2067
伪装坚强ぢ
伪装坚强ぢ 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 20:52

    Just to complete the list, here is another reason which can cause "nested push animation can result in corrupted navigation bar":

    I did setup several NavigationController within a TabBarController and set the selectedIndex within the storyboard Identifiy Properties. After moving active Tab to Code error disappeared.

提交回复
热议问题