> 3) The TKOutlineView then later attempts to send the <TKOutlineViewDelegate> 
> message from #1 above to its delegate.

The code noted earlier used introspection to ensure the delegate responded
to the selector before the message was sent.  A non TKOutlineViewDelegate
conforming object won't respond to the selector.  The message won't be
sent.  No exception will be raised.

Or did I miss something?

Marc
_______________________________________________

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