Programatically reinitiate an app?
Posted
by Attacus
on Stack Overflow
See other posts from Stack Overflow
or by Attacus
Published on 2010-05-21T18:20:42Z
Indexed on
2010/05/21
19:30 UTC
Read the original article
Hit count: 136
iphone
I have a language toggle in my app and it would be really easy to manage if when the user switches language I could present an activityIndicator and reinitialize all the views of the app with the new language default. Sort of how the iPhone settings manage language changes. Is there an easy way to do this?
© Stack Overflow or respective owner