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];