FROM : Scott Anguish
DATE : Wed Nov 21 21:10:21 2007
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];
DATE : Wed Nov 21 21:10:21 2007
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];
| Related mails | Author | Date |
|---|---|---|
| Christoph Vogelbus… | Nov 21, 14:25 | |
| Nick Zitzmann | Nov 21, 16:29 | |
| Scott Anguish | Nov 21, 21:10 | |
| Christoph Vogelbus… | Nov 21, 22:05 | |
| Scott Anguish | Nov 21, 23:17 | |
| haller | Nov 22, 12:11 | |
| Scott Anguish | Nov 22, 22:28 | |
| haller | Nov 23, 09:27 | |
| Scott Anguish | Nov 23, 10:37 | |
| haller | Nov 23, 17:05 |






Cocoa mail archive

