In my app I push a viewcontroller on top of an other when a uitableviewcell gets selected. When I pop the new viewcontroller from top I get back to the one where I began with.
When this happens I would like to perform a refresh action, but I don’t know how to catch this event. How can I do this?
In my app I push a viewcontroller on top of an other when a
Share
Try one of these:
from the Apple documentation: http://developer.apple.com/library/ios/#documentation/uikit/reference/UIViewController_Class/Reference/Reference.html