I have a problem with the ViewWillAppear method for UIView not working when the application returns from the background. This is a problem, since the main screen of the application displays the values ββthat are extracted from the user settings, and if the user changed them when the application was in the background, I need to update the screen. I read that you need to register for UIApplicationWillEnterForegroundNotification using NSNotificationCenter.
How do you do it in MonoTouch? Or does anyone know an alternative way to ensure that the screen is constantly updated even when returning from the background?
source share