Re: NSClassDescriptionNeededForClassNotification

2011-03-22 Thread René v Amerongen
t; But I can't find where or how to listen for the > NSClassDescriptionNeededForClassNotification. > > I've place [[NSNotificationCenter defaultCenter] addObserver:self > selector:@selector( registerClassDescription: ) > name:NSClassDescriptionNeededForClassNotification

NSClassDescriptionNeededForClassNotification

2011-03-21 Thread Kevin Bracey
Hi there, I hope that I could "register class descriptions lazily", I like doing most things lazily. But I can't find where or how to listen for the NSClassDescriptionNeededForClassNotification. I've place [[NSNotificationCenter defaultCenter] addObserver:self