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
Post a Comment