Overriding description
Overriding description
- Subject: Overriding description
- From: Cory Knapp <email@hidden>
- Date: Tue, 15 Jul 2003 00:54:16 -0700
Simple enough, I've done it dozens of times. Why then can I not get it
to work this time?
- (NSString *) description
{
return [NSString stringWithFormat: @"location = (%f,%f,%f)", x, y,
z];
}
Is there anything wrong with this. I know it's getting called, but it
seems to return NULL. Any help would be great, thanks.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.