How can I prevent a view from covering my tab controller in my tab based application?

Posted by helloJello on Stack Overflow See other posts from Stack Overflow or by helloJello
Published on 2010-03-17T07:30:07Z Indexed on 2010/03/17 7:31 UTC
Read the original article Hit count: 215

Filed under:
|
|

I have an application with a Tab Bar Controller that has three tabs.

In tab 1 there is a view (view1) with a button that when clicked transitions the user to a new view (view2) still within tab 1. However when this new view (view2) is loaded it covers my tab bar controller.

What is the best approach for me to take to still display tab bar controller as well as keep tab 1 highlighted?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk