I am writing a status bar application for OS X and I want to use an animated gif “download” as an icon while waiting for a file to load.
Passing gif in NSImage to the setImage: method setImage: for NSStatusItem set the status bar icon as the first frame of the image, but was not animated. I put NSImage in NSImageView and passed it to the setView: method, but then the status item didn't display at all.
How can i do this?
source share