I am very new to the whole programming business, and was wondering if there is any way to clear the contents of a UIWebView in iphone programming, so that the l
UIWebView
Just load an empty html string into it
[self.webView loadHTMLString:@"" baseURL:nil];