Re: Obj-C, class methods and instance methods
Re: Obj-C, class methods and instance methods
- Subject: Re: Obj-C, class methods and instance methods
- From: Aram Greenman <email@hidden>
- Date: Sun, 19 May 2002 15:34:39 -0700
On Sunday, May 19, 2002, at 01:23 PM, Chris Hanson wrote:
You can't wire a class as a target in Interface Builder, only an
instance.
But you can do so in code:
[foo setTarget:[Bar class]];
This example may not actually be that useful, but it does demonstrate a
unique and important feature of ObjC, true class objects.
Aram
_______________________________________________
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.