SVG images in an iPhone application

后端 未结 2 1146
我在风中等你
我在风中等你 2020-12-14 03:44

I\'m looking for a small tutorial that can help me use svg images in iphone application. I\'m trying to learn about svg format, and would love to know if there is relevant m

相关标签:
2条回答
  • 2020-12-14 04:21

    You might want to check out this project: https://github.com/splashdust/SVGQuartzRenderer

    It enables you to at least get past UIWebView.

    0 讨论(0)
  • 2020-12-14 04:32

    The UIWebView class will render SVG files.

    To demonstrate this, put your SVG file on the web somewhere and view it with Mobile Safari.

    If you need a tutorial on how to use UIWebView, search Google on "UIWebView tutorial".

    0 讨论(0)
提交回复
热议问题