views:

25

answers:

1

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.

First two screens use a button click to redirect to the next page. The next three screens use a combination of TableView, Tab bars, Navigation Controllers to navigate / drill down through data.

My question is if using different navigation paradigms in a same app is a good idea?

Thanks,
Teja.

A: 

Hi,

please check following blog for using navigation bar and tab bar in same application: http://ruchirshah.in/?p=141

Thanks.

Ruchir Shah