In my iPad app, I have created a rich text editor i.e some rich text content in the webView editable through some formatting buttons like bold, italics etc. I want to save the changes made through the editor in to the HTML file so that the next time the file is rendered in the webView those changes are visible. Is there a way to do that? Thanks
Share
Yes, there is. First you want to save your html file. And then you can just get the path for it and let the webview load the html from that location.
Hope that helps.