Search code examples
iosswift3uinavigationcontrolleruitabbarcontroller

How to place a tab bar when coming back from navigation controller to home?


I am having a tab bar controller on home page and there is a side menu also on it on side menu.

I am having view controllers like this

enter image description here

when i click on any one of the side menu view controllers it was working but when coming back from the side menu navigation controllers tab bar was missing and title was also missing.

Can any one help me how to avoid this?


Solution

  • You should see this answer.

    The navigation controller view should be the root view.