Reputation: 2521
I am working on a quiz app.Where in the last iteration i need to restart application or i need to go to the starting stage of my application.How can i do that?
Upvotes: 0
Views: 344
Reputation: 10548
If you are using navigationController based approach, you can do popToRootViewControllerAnimated:
Upvotes: 1