On Jun 1, 2011, at 6:13 PM, Brian S wrote:
> drawRect: may be overridden in a given Class.
While this is technically true, until you subclass NSVIew( i.e. @interface YourView : NSView ) and put code in your drawRect:, the default drawRect: is ( I believe ) empty.
Brian S