Logout button
Can someone please me.. I am new to iPhone development and need some helps
Apparently, I have many views in my system...
such as: LoginView, StartUpView, FeatureView and SettingView.
When the user first runs the app, LoginView will be loaded. and once the authentication is done, the StartUpView which contains tabbarcontroller will appear, along with featureView (tab bar 1) and settingview (tab bar 2).
My question is: how am I supposed to load the LOGINVIEW again when the button on the settingView is pressed ?
I want to delete all my views and start over as if the system just started.
Thanks a lot for your help.
|