I have the following layout :
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:
Any other ideas? Any help will be greatly appreciated.
If I right understand you have storyboard like this:
I don't want to be superficial, but you don't need unwindsegue. If is not like this, post your storyboard to give you the right solution.