Skip to content

Instantly share code, notes, and snippets.

@toguri
Created January 5, 2015 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toguri/70a7ac3c2e04a50ae0b4 to your computer and use it in GitHub Desktop.
Save toguri/70a7ac3c2e04a50ae0b4 to your computer and use it in GitHub Desktop.
clean?
- (void) cleanUIWebView {
self.dataDetectorTypes = UIDataDetectorTypeNone;
self.delegate = nil;
[self loadHTMLString:@"" baseURL:nil];
[self stopLoading];
[self removeFromSuperview];
[[NSURLCache sharedURLCache] removeAllCachedResponses];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment