iPhone app navigation - Using tab bars / navigation controllers part of the time.

Posted by Tejaswi Yerukalapudi on Stack Overflow See other posts from Stack Overflow or by Tejaswi Yerukalapudi
Published on 2010-03-25T19:29:43Z Indexed on 2010/03/25 19:33 UTC
Read the original article Hit count: 382

Filed under:
|

Hi,

My basic app has five distinct screens. Three of those screens have TableView data, and I'd like to associate them with a Tab bar + Navigation controller.

My question is if using different navigation paradigms in a same app is a good idea? (Button click driven for the first two screens and then through Tab bars / navigation controllers).

Thanks,
Teja.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about usability