Re: Using NSInvocation for a class method?
Re: Using NSInvocation for a class method?
- Subject: Re: Using NSInvocation for a class method?
- From: "Kyle Sluder" <email@hidden>
- Date: Fri, 18 Jul 2008 02:27:32 -0400
On Fri, Jul 18, 2008 at 1:46 AM, Graham Cox <email@hidden> wrote:
> Can I use NSInvocation for a class method? I can't really see what to use
> for setTarget: as there isn't an actual object.
Erm? Just send messages to the Class object. Class objects return
self in response to +class.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden