The app shows how to use simple animation on iPhone.
1. Load images to array
2. Create a UIImageView
3. Setup duration in UIImageView
4. Run animation with startAnimating from UIImageView

Note: if you have many image files, you should not use the technic to create animation since
you will consume lots of memory in iPhone. There are better way to create complex animation