Hi,
In a subclass of NSCell, I override the method:
- (void)drawWithFrame:(NSRect)frame inView:(NSView
*)view
{
[super drawWithFrame: frame inView: view];
}
I would like to add a NSString at bottom of the view,
any way to do this?
Thanks.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden