/ Published in: Objective C
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if ([self isViewLoaded]) { self.view=nil; [self viewDidLoad]; }