Download UIImage+Gif.swift file from https://github.com/bahlo/SwiftGif/tree/master/SwiftGifCommon and put into your project..
// An animated UIImagelet Gif = UIImage.gif(name: "jerry")// A UIImageView with async loadinglet imageView = UIImageView()imageView.loadGif(name: "tom")