Draw a Custom View background
c开发者_C百科ould you guys give me some hints about how to draw in a Custom View?
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.
精彩评论