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
You might want to check out this project: https://github.com/splashdust/SVGQuartzRenderer
It enables you to at least get past UIWebView.
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".