Just wondering if you could just help me get my head round MVC for my use case.
I'm writing an application that requires you to login in to my web service. So I currently have two view controllers: LoginView : UIViewController MainApplicationView : UITabBarController I've got some caching going on, so I don't always need to show the login screen on application start. So I either _window.AddSubItem the LoginView or the MainApplicationView. If I set LoginView, on successful login this pushes the MainApplicationView Controller. My question is, is this first bit correct? or should I use a UINavigationController in there somewhere? My next question is, when you press the Logout button in MainApplicationView, what should this do? Push a new LoginView? or something else? Thanks for you time. T -- View this message in context: http://monotouch.2284126.n4.nabble.com/Getting-my-head-round-MVC-Login-type-app-tp3515200p3515200.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
