handling the logout functionality on the iPhone
Posted
by Nanz
on Stack Overflow
See other posts from Stack Overflow
or by Nanz
Published on 2010-04-22T13:48:13Z
Indexed on
2010/04/23
1:13 UTC
Read the original article
Hit count: 281
This is the first iPhone application i am working on.
To use the application, the user has to login to our server. I am done with that part.
Now the problem i am facing is how to logout the user from the server, deallocate all the memory and start afresh without quitting the app. After the user logs out, i want the exact same things to happen as in applicationdidfinishlaunching method. But i dont know how to go about it.
The app has a tab bar which is set up in mainWindow.xib.
© Stack Overflow or respective owner