mikezang macrumors 6502a Original poster Jul 10, 2010 #1 I just want to know if only one NavigationViewController needs in a app? For example, in case rootView->firstView->secondView, I thought there are two navigationViewControllers, is it correct?
I just want to know if only one NavigationViewController needs in a app? For example, in case rootView->firstView->secondView, I thought there are two navigationViewControllers, is it correct?
PhoneyDeveloper macrumors 68040 Jul 11, 2010 #2 In a navbar app there's only one navigation controller. Use pushViewController and maybe popViewController to show the next view controller and go back.
In a navbar app there's only one navigation controller. Use pushViewController and maybe popViewController to show the next view controller and go back.
S south8212 macrumors 6502 Jul 11, 2010 #3 yes, there is only one navigation controller needed but you must add a table view (or another view) to get to the second view.
yes, there is only one navigation controller needed but you must add a table view (or another view) to get to the second view.