On 29 Apr 2008, at 04:22, K. Darcy Otto wrote:
First, I still get the warning that the superclass "may not respond" to the method (and to be sure, it is only implemented in the subclass, but the superclass calls it after a conformsToProtocol: check).

Sounds like the way things a decomposed into classes could use some rethinking, but you could [instanceB performSelector:] to call the method, and it wouldn't be checked by the compiler.

Messy if it's a lot of code though. Only really suitably if it's a single call.
_______________________________________________

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