Matt Legend Gemmell Modesty is Lying

Mac OS X Cocoa and iPhone Development Services available at Instinctive Code.
Mac OS X Cocoa and iPhone Developer for hire

Other Pages

Categories

MGViewAnimation minor update

Just a minor update this time, to resolve an issue which affects both NSViewAnimation and (prior to this update, of course) MGViewAnimation too. Views placed right next to each (with no space between) would sometimes develop a 1-pixel gap during the course of an animation which moved them both in the same direction. As you [...]


MGViewAnimation update

Another slight update to MGViewAnimation (available on the Cocoa Source Code page). This one just adds an override of the -stopAnimation method to behave like NSViewAnimation’s does (i.e. move all animations to their end frame), and a slight optimization. I also got around to including the license in the actual download.
Same license as before, and [...]


MGViewAnimation update

Just a quick note that my MGViewAnimation code (an NSViewAnimation drop-in replacement, which runs all animations on the same thread for better perceived smoothness and synchronisation) has been updated; see the Cocoa Source Code page for the download.
Thanks to Joe Goh for a bug-fix which prevented animations from running unless at least one animation-dictionary had [...]


MGViewAnimation

Thanks to a comment by Todd Yandell on my recent gripe about NSViewAnimation, I give you: MGViewAnimation.