Need to dealloc all views in navigation controller
Posted
by jmurphy
on Stack Overflow
See other posts from Stack Overflow
or by jmurphy
Published on 2010-04-24T17:16:30Z
Indexed on
2010/04/24
17:43 UTC
Read the original article
Hit count: 214
Hello,
I'm trying to set up an in app purchase and once the purchase has been made I need to reset the app to its initial launch state. I'm wondering if there is a way to dealloc all the view controllers inside of each navigation controller and reload the initial view that is displayed when the app launches.
Thanks in advance!
© Stack Overflow or respective owner