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.
私は、ユーザーがuiwebviewのコンテンツ編集機能を使用してhtmlコンテンツを編集できるiPadアプリケーションの開発段階にあります。私の疑問は、uiwebviewを介してhtmlにカスタムタグを追加するために利用できるコントロールまたはサードパーティのフレームワークがあるかどうかです。
前もって感謝します
UIWebView内のHTMLページでDOMを操作し、必要なコンテンツをDOMに追加できます。このために利用できるAPIまたはフレームワークはありません。
あなたはjavascriptを使用してそれを行い、javascriptを使用して実行する必要があります
stringByEvaluatingJavaScriptFromString: