As another data point, I have run exactly the same code on 10.5, and the animation delegate methods are called there.
Gideon On 25/09/2010, at 12:46 PM, Gideon King wrote: > Hi, I have a CALayer subclass with a CGPoint that I am animating using a > CABasicAnimation. The layer is one of many sublayers in a layer hosting view. > > > I set up the animation to point to my layer as the delegate, and use > addAnimation:forKey: to add the animation. The animation works fine, but the > animationDidStart: and animationDidStop:finished: methods are never called. > > I am not setting up an animation group, and it doesn't seem to make any > difference whether I use an explicit transaction or not. > > Any ideas why the animation delegate methods would not be called? > > > Thanks > > Gideon > > > > _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
