objective-c test
C
code posted
by
raydar
created at 24 Jan 00:38, updated at 29 Jan 15:49
Edit
|
Back
1 2 3 4 5 6 7 |
- (void)drawRect:(NSRect)rect { NSRect bounds = [self bounds]; NSImage *_image = [self image]; [super drawRect:rect]; [_image compositeToPoint:(bounds.origin) operation:NSCompositeSourceOver]; } |
209 Bytes in 20 ms with coderay