I need help animating a gif file into a UIImageView. So far I dragged an ImageView into my storyboard and adding the gif to it, but how do I make it animate. The gif is called " fallingLeaves.gif "! If you can, please help... Thanks, TechiBot
Animating Gif in Xcode 7 Swift 3
Traditional animated gifs aren't supported.
If you want an animation, you need a series of multiple standard/compatible gifs that are sequentially displayed via code.