开发者

Draw a Custom View background

开发者 https://www.devze.com 2023-01-10 03:03 出处:网络
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,

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消