objective c - UIStoryBoard Navigation Controller disappearing after segue -


reference layout via storyboard: http://i.imgur.com/m7amdp2.png

reference landing page: http://i.imgur.com/y3g45uy.png

i trying use bottom bar displayed in picture 2 control app. when select option on first page (such songs tab), when go next page navigation bar @ bottom disappears. using segues direct applications view flow.

i have tried making various controllers subclassed uitabbarcontroller & pushing modal. neither of kept navigation controller

you shouldn't have navigation controller initial controller, tab bar controller should first. then, in each of 3 tabs, root view controller should navigation controller, followed ones show in image.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -