sohel14_cse_ju
sohel14_cse_ju

Reputation: 2521

Restart App on button Click

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

Answers (1)

Vin
Vin

Reputation: 10548

If you are using navigationController based approach, you can do popToRootViewControllerAnimated:

Upvotes: 1

Related Questions