What to do about “Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted.”

前端 未结 4 542
刺人心
刺人心 2021-01-18 10:40

I\'m writing an iPhone app using Appcelerator Titanium Mobile. I am hiding and showing the tab group based on what window has focus.

dashWin.addEventListen         


        
4条回答
  •  無奈伤痛
    2021-01-18 11:22

    Recently, I've faced the same problem. The reason was: -I was trying to pop view controller twice by mistake. you can check this crash by setting breakpoints on push and pop View controllers

提交回复
热议问题