I am having some confusion here...
how do i display gif for my iPhone app? (I mean there are various articles which i found, but every tutorial just didn't have a complete solution)
There are many solutions between which i am confused.
Should i split gif into different frames using an online tool and then display it in UIImageView using animation?
Or should i display gif into a UIWebview?
Or should i use this article? http://blog.stijnspijker.nl/2009/07/animated-and-transparent-gifs-for-iphone-made-easy/
This article is pretty nice but it cuts the rest of the frames making the image smaller in size. Moreover, i am not able to know how its working so i dont know the reason of frames getting cut.
Please note that after i display the gif, i want to copy the gif and then paste it in my in-app mail window.
Need help plz. Thanks!