Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Animated GIF alternative for iOS

"Back in the day" animated GIFs were ubiquitous online.

They were simple to use - just pop em' in wherever you want an animated image.

I'd like to display an animated image within an iOS application (for example, a graphic illustrating a letter being opened from an envelope).

But, I'm not sure how to go about this.

Obviously I don't want to use an animated GIF.

A video of some sort seems like it might be the preferred solution. But, what about transparency? Also, what about the retina display?

Thanks.

like image 342
Steve Avatar asked Aug 28 '11 03:08

Steve


People also ask

Is there a better GIF keyboard iPhone?

1. Fleksy Keyboard. Fun filled and innovative means to chat with your friends and family, Fleksy is an awesome keyboard that is fully customizable and is one of the fastest GIF keyboards available for iPhone. Easily search for GIFs and stickers to express yourself in the most innovative manner.


1 Answers

Here is a tutorial on animating UIImage in the iPhone SDK:

http://www.icodeblog.com/2009/07/24/iphone-programming-tutorial-animating-a-game-sprite/

like image 199
Dair Avatar answered Nov 05 '22 18:11

Dair