Hello,

Is it safe to use -[NSApplication targetForAction:] with non-action selectors? For example, selectors that have more than one argument, non-id first argument, or return values?

The documentation for targetForAction:to:from: seems to imply it just does a respondsToSelector: on each object in the responder chain, and it seems to behave this way in my tests. I'd just like to make sure it is safe to rely on this behavior, or if we should find some other approach.

Thanks,

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

This email sent to [EMAIL PROTECTED]

Reply via email to