Re: NSLog(@"%@",[NSProxy class]);
Re: NSLog(@"%@",[NSProxy class]);
- Subject: Re: NSLog(@"%@",[NSProxy class]);
- From: glenn andreas <email@hidden>
- Date: Sat, 11 Mar 2006 20:24:18 -0600
On Mar 11, 2006, at 7:20 PM, Philippe Mougin wrote:
And all of this information about NSProxy is easily found in the
Foundation
Reference for Objective-C documentation.
Greg
To clarify: what was discussed in this thread is the behavior of
NSProxy at the class level: what happens when you try to manipulate
the NSProxy class object itself (by opposition to instances of
NSProxy). It is at the class (and metaclass) level that NSProxy is
broken.
How do you figure that NSProxy is broken?
It is documented to implement exactly 4 class methods (and being a
root class inherits nothing more) - and "+ description" is not one of
them (like it is for NSObject).
It implements exactly what it says it does - just because it doesn't
work like NSObject doesn't mean it's broken...
Glenn Andreas email@hidden
<http://www.gandreas.com/> wicked fun!
Widgetarium | the quickest path to widgets
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden