tags:

views:

69

answers:

1

Hello, is there any way to convert UIImageView animation which is composed of array of images to any animated format (i.e into gif/svg) in iphone?

A: 

For animated GIF on iphone,here is the nice example:

http://github.com/jamesu/glgif

Jim