Forcing Reload of View when returning from FlipSideView of Utility Application
Posted
by Chris McCall
on Stack Overflow
See other posts from Stack Overflow
or by Chris McCall
Published on 2010-05-31T15:45:47Z
Indexed on
2010/05/31
16:03 UTC
Read the original article
Hit count: 176
I've got a Utility Application for iPhone 3.1.3. I have my main view loading fine. I flip over to the flipside view of the utility app and change some settings. How can I call the code I've currently got in viewDidLoad
in the main view to refresh it, as settings have changed?
Do I create a public method and call it from the viewDidUnload method of the flipside view? Do I call viewDidLoad
directly? What's the best way to do this?
© Stack Overflow or respective owner