I'm using a tab bar which is connected to 3 viewControllers
. What I want to do is when I click the some rows on my main viewController
, I want to keep my tab bar for this page.
This is my main viewController
on the tab bar:
When I click on a tableView
's row on the left side, I want to keep the tab bar on the other page in its place. I guess I have to do something in the prepare for segue
function. What do you guys think?