iPhone app navigation - Using tab bars / navigation controllers part of the time.
- by Tejaswi Yerukalapudi
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.