Matt Legend Gemmell Modesty is Lying

Mac OS X Cocoa and iPhone Development Services available at Instinctive Code.
Favorites icon
Favorites for iPhone
Speed-dial with style.
Mac OS X Cocoa and iPhone Developer for hire

Other Pages

Categories

MGTwitterEngine and MGViewAnimation updated

A couple of updates to some of my source code; details below. MGViewAnimation updated code is available via the source code page as usual and the latest MGTwitterEngine code is in the public Subversion repository at http://svn.cocoasourcecode.com/.
(Please do get my code from the repository if it’s available there, because I don’t guarantee to update the [...]


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 [...]