On Sep 20, 2010, at 3:42 PM, Kenneth Baxter wrote:

> To see the changes as they are made, in addition to the normal synthesize of 
> the testPoint, I have implemented the setter as follows:


There's your problem. Your not supposed to @synthesize these properties. Unless 
you let Core Animation define them (by declaring them @dynamic) they cannot be 
animated and you will see the symptoms you see. In your -drawInContext: method 
you can then query the property to get the current value.
--
David Duncan

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to