How to show animated gif NSImage on Mac

Issue #903

let image = NSImage(contentsOf: url)
let imageView = NSImageView(image: image)
image.animates = true
Written by

I’m open source contributor, writer, speaker and product maker.

Start the conversation