On Fri, Jul 18, 2008 at 2:05 PM, Andy Lee <[EMAIL PROTECTED]> wrote: > NSClassFromString()
No, just use [ClassName class]. NSObject's +class method returns the class itself (in other words, it's as if the metaclass defined -class to return self). --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [EMAIL PROTECTED]
