On Fri, 17 Dec 2010 07:03:52 +1000, Gideon King <gid...@novamind.com> said:
>The whole core animation stuff does feel a bit "raw" when you really try using 
>it seriously

Just to be clear, keep in mind what Kyle said at the outset. He didn't actually 
say Core Animation is, of itself, broken or problematic. After all, on iOS, 
*everything* is Core Animation, and it works great. The problem is that for 500 
years (or however long it was) NextStep existed without Core Animation. It was 
a world of simple-minded NSViews where every NSView is responsible for its own 
rectangle and no more, and sibling views are not permitted to overlap (the only 
way to show one view "in front" of another is to make it a subview of that 
view). Everything that an NSView does is based on those assumptions. As Kyle 
said, the problem is the integration of Core Animation into that world. m.

--
matt neuburg, phd = m...@tidbits.com, <http://www.apeth.net/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.apeth.net/matt/default.html#applescriptthings_______________________________________________

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