개발관련/Mac
NSView 배경색 설정
자두맛쭝이
2011. 11. 1. 15:33
- (void) drawRect:(NSRect)dirtyRect { [[NSColor whiteColor] setFill]; NSRectFill(dirtyRect); }