Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
viewDidLoad で UIWebView を割り当てて初期化し、viewDidAppear で webview をロードしています。
そのため、ボタンをクリックして読み込まれた UIWebView の内容をクリアしたいと考えています。
[_webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"about:blank"]]];
ボタンのクリックでブランクを読み込みます。