My app hast a session (login). And a "logout" should reset the whole application and start at the first xib = login.
It "works" with
but then is there a backButton and all my other button logic won't work.
There must be an autostart function because if i build my app to device it starts automaticaly.
Any ideas?