On 21 Jan 2013, at 22:12, Jens Alfke wrote:


On Jan 21, 2013, at 10:14 AM, Dave <d...@looktowindward.com> wrote:

if (class_RespondsToSelector(myClass,@selector(initWithManager:) == NO)

Off-topic: instead of using the Obj-C runtime’s C API, you can express this as if ([myClass instancesRespondToSelector: @selector (initWithManager:)] == NO)

—Jens

Ok, cool, thanks for that, I still have the same problem though when I call the initWithManager.

Cheers
Dave

_______________________________________________

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

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

Reply via email to