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
2010-07-30 19:45:57