Re: Using Core Animation to animate view properties?
Re: Using Core Animation to animate view properties?
- Subject: Re: Using Core Animation to animate view properties?
- From: Jim Correia <email@hidden>
- Date: Wed, 22 Oct 2008 14:13:50 -0400
On Oct 22, 2008, at 12:54 PM, Matt Long wrote:
1. If you want to know whether an animation is still running, just
check to see if it is still in the animations dictionary in the
layer. A call like this would do it:
[...]
How you apply this to view properties, I'm not sure, but this is how
you do these things with layers. Hope that helps.
I'm trying to animation a non-layer *view* property. My view isn't
actually layer backed.
I'm still curious how to detect an in-flight animation.
The documentation suggests I can abort the in-flight animation by
setting the target value inside of a zero duration animation context.
This isn't working in my sample app. After I review the code, I'll
post a link to it here.
Jim
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden