Monthly Archives: May 2010

Rotations with CABasicAnimation

When you use CABasicAnimation to rotate a layer, there are some annoying features to watch out for (annoying to me, anyway). For one, if you specify a transform with a rotation of 360 degrees (translated to radians), Core Animation will helpfully take the shortest path. That is to say, it will do nothing. I guess [...]

Posted in Uncategorized | 1 Comment

Floracle

My iPhone and iPod Touch game, Floracle, is available in the iTunes app store. For more information, please see www.eat-entertainment.com. The direct link to the app store is HERE

Posted in Uncategorized | Leave a comment

A CAAnimationGroup Mystery

Many newcomers to the iPhone SDK have trouble getting started with Core Animation, but one problem that frequently goes unanswered in forums is the “snap back” when using a CAAnimationGroup. Let’s say you wrote this line of code as part of your CABasicAnimation instance: myAnimation.removedOnCompletion = NO; That line will work, but not if you [...]

Posted in Uncategorized | 2 Comments