onmyway133 / blog

🍁 What you don't know is what you haven't learned
https://onmyway133.com/
MIT License
669 stars 33 forks source link

How to show animated gif NSImage on Mac #903

Open onmyway133 opened 1 year ago

onmyway133 commented 1 year ago
let image = NSImage(contentsOf: url)
let imageView = NSImageView(image: image)
image.animates = true