this code seems to help you!
@IBOutlet weak var whiteView: UIImageView!let imagePicker = UIImagePickerController()override func viewDidLoad(){ super.viewDidLoad() GifView.loadGif(name: "funny") imagePicker.delegate = self }
Also, you have to add Controller for "loadGif" into your source and I think you can download on online.