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

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

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -