First things first — did you know that you can use UIImage to show frame-by-frame animations? It’s actually quite straight forward, all you need to do is: Prepare your frames in png format, name them using an ordering convention (for example “Frame1.png”, “Frame2.png”, …) Add these images…