Revision: 37405
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 9, 2010 18:13 by vaishnavi
Initial Code
if ([self isViewLoaded]) { self.view=nil; [self viewDidLoad]; }
Initial URL
Initial Description
When you come back to the parent view controller after visiting controller and want to refresh the content, set the view to nil and then load it.
Initial Title
Refresh the view in UIViewController
Initial Tags
Initial Language
Objective C