I would like to refresh a view when I open the app. When I’m on the page I want to refresh then close the app and reopen it I won’t refresh. I tried putting the refresh in viewDidAppear, viewWillAppear, and viewDidLoad but it nevers gets in there when I reopen.
Share
In your
UIApplicationDelegate, implement-applicationDidBecomeActive:, and send a message to the view controller whose view is in need of update.