Re: How to check if a class derives from another?
Re: How to check if a class derives from another?
- Subject: Re: How to check if a class derives from another?
- From: Rick Mann <email@hidden>
- Date: Mon, 5 Oct 2009 20:43:33 -0700
Well, that's obvious. I wonder why I didn't see that when I was
looking at the docs. Thanks!
On Oct 5, 2009, at 18:41:38, Jens Alfke wrote:
On Oct 5, 2009, at 6:35 PM, Rick Mann wrote:
I have a need to tell if a class I'm loading dynamically is derived
from another class. How do I do this?
Class justLoadedClass = ... ;
if ([justLoadedClass isSubclassOfClass: [MyBaseClass class]]) {
...
}
—Jens
_______________________________________________
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