objective c - iOS: TabController not showing with Navigation Controller -


i have app start screen consisting of table menu main links 4 different views, 3 options information pages.

once on of main menu options chosen, view shown tabbar @ bottom of main menu options. while nav bar @ top has button leading main menu.

i built storyboard goes table view select single page. after working , passing data, embedded single view tab bar controller , added second page. seems working expect tab bar not visible on screen.

can please help?

i have added image of storyboard below:

storyboard screen shot

get rid of navigation controller. there no deed far. make tab bar controller root view. if need navigation conroller within certrain tab, or or of them, add navigation controllers tabs (to right in storyboard).


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -