开发者

UINavigationBar back button disappears

开发者 https://www.devze.com 2023-02-04 01:21 出处:网络
I have lost a lot of time with this weird error/bug. I have 2 ViewControllers with navigationController and I mov开发者_Python百科e from the first to the second with pushViewController. But when I pu

I have lost a lot of time with this weird error/bug.

I have 2 ViewControllers with navigationController and I mov开发者_Python百科e from the first to the second with pushViewController. But when I push second viewController, it shows up and also backButton on the navigation bar shows up. But this button disappear in a very short time (about half a second). Title of the first viewC is ok and it`s also on the back button (I can catch it in the time it is shown up).

Does anyone have a tip where could be the problem? I am lost in this time...

Thanks


OK. I'm an idiot. A forgot that I clear content including title in my viewDidDisappear. So the conclusion for the future generations... "when you have problems with backBarButton - it's 99% error with the previous viewController's title or you are hiding that button somewhere"...

0

精彩评论

暂无评论...
验证码 换一张
取 消