UINavigationBar back button disappears
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"...
精彩评论