blog icon indicating copy to clipboard operation
blog copied to clipboard

How to show animated gif NSImage on Mac

Open onmyway133 opened this issue 2 years ago • 0 comments

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

onmyway133 avatar Sep 25 '22 20:09 onmyway133