Change TabBarController in detail view

Posted by Antriel on Stack Overflow See other posts from Stack Overflow or by Antriel
Published on 2010-06-06T16:22:43Z Indexed on 2010/06/06 17:12 UTC
Read the original article Hit count: 274

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.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c