i need to load animated Gif image from URL in UIImageview.
If i use the normal code, the image didnt loaded.
If any other way is there to load animated Gif images.
Please help me.
Thanks.
|
i need to load animated Gif image from URL in UIImageview. If i use the normal code, the image didnt loaded. If any other way is there to load animated Gif images. Please help me. Thanks. |
||||
|
You can load more than one gif images. You can split your gif using the following ImageMagick command:
|
|||||||||||||||
|
|
This guys class does exactly what you want. http://blog.stijnspijker.nl/2009/07/animated-and-transparent-gifs-for-iphone-made-easy/ |
|||||
|
|
If you must load the gif image from URL, you can always embed the gif in an image tag in a |
|||
|
|
|
This has found an accepted answered, but I recently came across the UIImage+animatedGIF UIImage extension. It provides the following category:
allowing you to simply:
Works like magic. |
|||
|
|
|
This doesn't meet the requirement of using a UIImageView, but maybe this would simplify things for you. Have you considered using a UIWebView?
|
|||
|
|