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.
iOS 5のコンテンツ編集機能を使用してuiwebviewでhtmlファイルを編集しようとしています。編集後、フォーマットなどを変更せずに、編集したコンテンツを同じuiwebviewにリロードしたいだけです。どうやってやるの???
[webView loadHTMLString:[webView stringByEvaluatingJavaScriptFromString:@"document.documentElement.outerHTML"]; baseURL:nil];
There are slightly less than a billion similar questions on SO, with about the same number of reasons for the error. I just don't seem to find mine.
Kwicks accor