Google+ Tools
Make Google+ profile picture
Make Google plus banners for profile
Create and share your Google Plus profile banners.

Profile image for mrk studios vaishnavi on December 9, 2010

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.

Language
Objective C
Tags

Refresh the view in UIViewController


if ([self isViewLoaded]) {
  self.view=nil;
  [self viewDidLoad];
}

Comments

blog comments powered by Disqus