I’m wondering how to get some nice sprite-animations on OSX – like the UIImageView provides for the iPhoneOS. NSImageView can’t… but how can I solve this?
I’m wondering how to get some nice sprite-animations on OSX – like the UIImageView
Share
If you want to do animation, Core Animation seems like a reasonable choice. (Specifically see the section on providing key frames.)