On Sat, May 8, 2010 at 3:51 PM, Kevin Callahan <kc...@mac.com> wrote:
> isKindOfClass: is an instance method and doesn't work on a class you get from 
> NSClassFromString().

Because NSObject is a root class (i.e. it has no superclass), you
*can* send its -isKindOfClass: message to a Class object. Instance
methods that belong to a root class are special that way.

sherm--

-- 
Cocoa programming in Perl:
http://www.camelbones.org
_______________________________________________

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