objective-ciossvgfxg

Display vector images in iOS (SVG or FXG)


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)


Solution

  • 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!