On Thu, Oct 13, 2011 at 6:32 PM, Graham Cox <graham....@bigpond.com> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to