29 Nov
2008
29 Nov
'08
2:37 p.m.
Hi folks, I am sure there is an easy answer to this question, but I have not figured it out after some experimenting (nor can I find an example in the examples) What do I do if i want to subclass (say) an NSView ? And yet still employ that subclass with all the rest of the hot cocoa magic? (so without using nib/xibs) I would do this to overwrite the drawRect callback for NSView for example - perhaps to do some animation. Thanks in advance, John