Switching between 2 UINavigationControllers
- by Smikey
Hi all,
I seem to have a problem switching between 2 UINavigationControllers, i.e. one which controls the main (selection) menu of my application, and the second which controls the main session (i.e. the user can't go back to the selection menu once they're started a new session).
The first works just fine, but I get into trouble when trying to…