如何将 SVG 内容作为 NSString 传递到 UIWebView?
我是 iOS 新手,致力于在 iPad 上以适当的符号显示数学术语。我了解到 WebKit 最近不支持 MathML,所以我尝试使用 SVG。
我需要的是一个简单的示例(或教程),说明如何通过 将完整内容(动态创建)作为 NSString 传递到 UIWebView 在 UIWebView 中显示 SVG 元素 - 我不想要要使用文件等,应用程序必须完全离线工作。
PS 我找到的教程链接,但它们总是涵盖从文件等加载图片等内容?
我感谢任何帮助(示例、链接等)
I'm new to iOS and work on displaying mathematical terms in an appropriate notation on the iPad. I've learned that MathML is recently not supported by WebKit, so I'm trying to use SVG.
What I need is a simple example (or tutorial) of how to display a SVG-Element in an UIWebView by passing the complete content (created dynamically) as a NSString to the UIWebView - I don't want to make any use of files etc. and the App has to work completely offline.
P.S. Links to tutorials I've found, but they cover always loading e.g. pictures from a file etc.?
I appreciate any help (examples, links, etc.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许像这样
从 NSString 获取 NSData
maybe something like this
get NSData from NSString