Reputation: 105
I want to overlay an animated gif onto the camera preview on an iPhone with UIImageView. Currently, following this post: http://www.musicalgeometry.com/?p=1273 I am able to to so with PNGs. How can I do this with animated gifs? Specifically, over the live view of the camera?
Upvotes: 1
Views: 1142
Reputation: 8772
UIImageView doesn't support animated gifs. Checkout this post on how to deconstruct an animated gif and use it with a UIImageView.
EDIT:
Here is a link to the docs on a camera overlay view.
Upvotes: 1