- Google+ Tools
-
Make Google+ profile picture
Make Google plus banners for profile
Create and share your Google Plus profile banners.
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
- UIViewController
Refresh the view in UIViewController
if ([self isViewLoaded]) {
self.view=nil;
[self viewDidLoad];
}
Comments
blog comments powered by Disqus