I have the following layout :
- Tab Bar Controller
- Nav Controller
- View Controller 1
- View Controller 2
I am currently trying to unwind segue from View Controller 2 to View Controller 1. The segue works however the tab bar disappears. Is there any way where I can force the tab bar to remain without removing the navigation controller. I have already tried the follow:
- setting the tabBar.isHidden property to false
- unchecking the hide bottom bar on push
Any other ideas? Any help will be greatly appreciated.