Convert SVG (Scalable Vector Graphics) files to Objective-C code
The SVGm App converts your graphics to code that can be used in your IOS App Project
-
What can I use it for?
Instead of struggling with PNG images in various dimensions in your App project, create the graphics once, using your favourite vector drawing application, and convert it to code. Including the code in your project the graphic instance can be created any size you like.
-
Why should I use it?
By converting a file to code you scale it to unlimited sizes without the worries about support for retina or non-retina screens - the graphic will always be crisp and sharp no matter size.
-
Why did you create it?
Working on an App where the basic functionality is based on gestures used to pan and zoom a large image, I found a PNG image inappropriate as it gets blurry when zoomed. As I did not find a solution that could convert more complex SVG images (e.g. containing curves and gradients) I started implementing a solution that later on became a separate App.