Re: Namespace clash problem
Re: Namespace clash problem
- Subject: Re: Namespace clash problem
- From: Kyle Sluder <email@hidden>
- Date: Thu, 13 Oct 2011 18:51:37 -0700
On Thu, Oct 13, 2011 at 6:32 PM, Graham Cox <email@hidden> wrote:
> The object in question is actually a class, where it has a class method +style. But the class is passed as the 'object' parameter of a notification, which has type id. How do I typecast that to the precise class type I'm expecting? Using (MyClass*) doesn't work because that is an instance. It's probably obvious, but I'm not stumbling upon it...
Cast it to Class. There's no way to specify "the type of an instance
of the metaclass MyClass."
--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