iphone - Tab bar disappearing when drilling down through navigation controller -


I have created an app in which a navigation controller using a storyboard is a tab bar controller in the form of a screen. I can navigate it properly, but when I start drilling through a screen in a tab, the tab bar disappears. If I navigate back to the first screen the tab bar is coming, the tab bar appears again, but I like it if it was visible on the hair screen. Is it possible or does the two visual controllers just play not well together?

Tab Bar Controller is always needed To be a root view controller, you do not put it inside the Navigation Controller Can.

Even if this is possible, this will not be good user interaction. What are you actually trying to do (functional)?

I think what you want is the Navigation Controller placed in the tab bar controller as the first tab (as you are not describing, the way around it)

Comments