On Jan 22, 2011, at 4:20 PM, Todd Heberlein wrote:

> In a Cocoa app is there a preference for using the Cocoa or the Quartz 
> drawing routines?

Not really. You'll see both because it depends on what you want to do. Most of 
the NS stuff is implemented using CG anyway. NSImage is pretty different, but a 
lot simpler to use than CG. I use NS wherever I can, and use CG wherever it's 
needed. It ends up to be less code that way.


--
Seth Willits



_______________________________________________

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