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.