Skip navigation.
 
mlputting a text at bottom of a view
FROM : Angelo Chen
DATE : Sat Jun 24 16:34:50 2006

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

Related mailsAuthorDate
No related mails found.