
I have a TabBarController, and one of the tab item is a NavigationController, and inside the NavigationController is a TableView. If press the cell, it will go to another ViewController. And inside that ViewController, there is a back button on the NavigationBar(apparently), and if i press that button, i can go back to the TableView.
The question is, after i go to the last ViewController, how can i get rid of the tab Bar, and when i press the back button and go back to the TableView, the tab Bar will still be there.
Btw, i'm coding with swift, so please give me some direction on swift rather than object-c. thanks