I am a beginner to monotouch and created an app with a login screen that has links to Forgot Password page and Signup page as navigation controllers. The root view controller is navigation controller.
Now, after login the user is presented with a tabbed ui (4 tabs) with a tab bar controller. Each tab has it's own set of pages that i intend to navigate using the navigation controller.
What is the best way of implementing this? Should my root view controller be Nav. controller or tab bar controller? Since the nav controller as root works logically if it is a first time login scenario. But if the credentials of the user are saved, then i would directly open the tabbed interface when the app is opened. Appreciate the help