iOS Swift How To Use Gif File Inside My Project
Download UIImage+Gif.swift file from https://github.com/bahlo/SwiftGif/tree/master/SwiftGifCommon and put into your project..
// An animated UIImage
let Gif = UIImage.gif(name: "jerry")
// A UIImageView with async loading
let imageView = UIImageView()
imageView.loadGif(name: "tom")]
iOS won't support .gif
images directly. You have to use latest version of third party library like SDWebImage. The simplified solution is to use Webview.
Or else, You can use UIImageView+Extension