Re: replacing NSViewAnimation with CoreAnimation
Re: replacing NSViewAnimation with CoreAnimation
- Subject: Re: replacing NSViewAnimation with CoreAnimation
- From: Scott Anguish <email@hidden>
- Date: Wed, 21 Nov 2007 15:10:21 -0500
On Nov 21, 2007, at 8:25 AM, Christoph Vogelbusch wrote:
Hi,
I just wonder did Apple replace NSViewAnimation internaly with
CoreAnimation or
should I detect Leopard and use CoreAnimation instead of
NSViewAnimation under Leopard?
If you're NSViewAnimation works, and you want to continue to target
Tiger as well as Leopard, I don't see why you'd want to change to the
new Animation Proxy api. It's just going to add to your code support.
Mind you, if you're writing something new and only targeting Leopard
you can't beat just doing
[[myView animator] setFrame:newRect];
_______________________________________________
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