Question : xcode animating gif UIIMAGES

I have a wonderful system calling an update method multiple times a second,

In it, now, it draws an image, (UIIMAGE alloc located by an image URL)
by specifying its location and size


      imageView.frame = CGRectMake(testx-90+fingerOffsetX,testy-90+fingerOffsetY,190,190);

What do I do to use an animated gif ?
different data-type ?

Answer : xcode animating gif UIIMAGES

I'd recommend you to test this blog post:
Animated and transparent GIF’s for iPhone made easy!
http://blog.stijnspijker.nl/2009/07/animated-and-transparent-gifs-for-iphone-made-easy/
I've not tested you. It will be great if you will do it and say here if it works or not.

Check this link - you will find answers on many questions including this one.
iPhone SDK Examples
http://www.iphoneexamples.com/
Random Solutions  
 
programming4us programming4us