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.
我处于 iPad 应用程序的开发阶段,用户可以使用 uiwebview 的内容可编辑功能来编辑 html 内容。我的疑问是,是否有任何控件或第三方框架可用于通过 uiwebview 在 html 中添加自定义标签。
提前致谢
您可以在 UIWebView 内的 HTML 页面中操作 DOM,并将您想要的任何内容添加到 dom。没有可用的 API 或框架。
您必须使用 javascript 执行此操作并使用
stringByEvaluatingJavaScriptFromString: