SVG images in an iPhone application

2019-01-22 08:59发布

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 material from apple out there? particularly, w.r.t. iPhone.

Are there any open source libraries, or frameworks in iPhone SDK 3.0+ for SVG?

Any help is appreciated. Thanks. Mustafa

2条回答
家丑人穷心不美
2楼-- · 2019-01-22 09:30

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

It enables you to at least get past UIWebView.

查看更多
劫难
3楼-- · 2019-01-22 09:48

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".

查看更多
登录 后发表回答