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 (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