Change TabBarController in detail view
- by Antriel
So I have a TabBarController with 2 views. One of the views is a TableView in navigationController. When user selects a row I push a detail view there.
I want this detail view to have its own TabBarController different from the former one.
So basically the question is if I can push a view on top different view with different TabBarController, but using navigationController not as a modal view.