I would like to display images in Adobe FXG file format (exported from flash) or SVG format in an iOS application. Is there an Objective-C tool or library that can render vector graphics ?
(I don't want to convert my images to bitmap format ! I would like to keep vector format)
maybe SVGKit could help:
SVGKit is a cross-platform Cocoa framework for rendering SVG files as Core Animation layers. All shapes are represented by instances of the CAShapeLayer class, and are, by design, animatable. SVGKit is compatible with the latest OS X and iOS SDK's.
Note: Nowadays i would recommend to use PaintCode instead!
An old question for sure, but hopefully this new answer may help things out. I've spent the weekend looking for a solution, but I wanted to avoid using parsers. I did find a program called Qwarkee which converts svg code into Quartz2D calls. Unfortunately, it's a paid app. (FYI, I have no relation with the project).
If you are looking to produce your artwork specifically for iOS, there are programs like Opacity and PaintCode that will produce the Quartz as you draw your image.
Hope that helps!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With