iphone - viewDidAppear isn't getting called after running from the background -


method viewdidappear not getting called after going background iphone application.

does have solution this?

i need call method every time mainviewcontroller shown (even after returning background) change label new date.

viewdidappear doesn't seem working properly.

actually working properly.

instead, consider installing notification handler uiapplicationdidbecomeactivenotification or uiapplicationwillenterforegroundnotification, whichever may more appropriate situation. there update of gui.


Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -