Search Results

6
votes

Set contents of webview to html string (cocoa)

[[webView mainFrame] loadHTMLString:htmlString baseURL:someURL]; (Where someURL is used to resolve relative URLs in the HTML source.) …