tags:

views:

24

answers:

1

Hi, could you guys give me some hints about how to draw in a Custom View?

+2  A: 

Read the Cocoa Drawing Guide, read the View Programming Guide's drawing section, create an NSView subclass of your own, and start playing with -drawRect:. Seriously, though, read the guides. Front to back.

Joshua Nozzi