• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Custom Delegate - Using _delegate works but not delegate or [self delegate]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Custom Delegate - Using _delegate works but not delegate or [self delegate]


  • Subject: Re: Custom Delegate - Using _delegate works but not delegate or [self delegate]
  • From: Marco S Hyman <email@hidden>
  • Date: Tue, 26 Mar 2013 14:05:52 -0700

> 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 (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Custom Delegate - Using _delegate works but not delegate or [self delegate]
      • From: Conrad Shultz <email@hidden>
References: 
 >Custom Delegate - Using _delegate works but not delegate or [self delegate] (From: Chris Tracewell <email@hidden>)
 >Re: Custom Delegate - Using _delegate works but not delegate or [self delegate] (From: Conrad Shultz <email@hidden>)
 >Re: Custom Delegate - Using _delegate works but not delegate or [self delegate] (From: Chris Tracewell <email@hidden>)
 >Re: Custom Delegate - Using _delegate works but not delegate or [self delegate] (From: Conrad Shultz <email@hidden>)
 >Re: Custom Delegate - Using _delegate works but not delegate or [self delegate] (From: Chris Tracewell <email@hidden>)
 >Re: Custom Delegate - Using _delegate works but not delegate or [self delegate] (From: Quincey Morris <email@hidden>)
 >Re: Custom Delegate - Using _delegate works but not delegate or [self delegate] (From: Chris Tracewell <email@hidden>)
 >Re: Custom Delegate - Using _delegate works but not delegate or [self delegate] (From: Conrad Shultz <email@hidden>)
 >Re: Custom Delegate - Using _delegate works but not delegate or [self delegate] (From: Quincey Morris <email@hidden>)
 >Re: Custom Delegate - Using _delegate works but not delegate or [self delegate] (From: Conrad Shultz <email@hidden>)

  • Prev by Date: Re: Custom Delegate - Using _delegate works but not delegate or [self delegate]
  • Next by Date: Re: Custom Delegate - Using _delegate works but not delegate or [self delegate]
  • Previous by thread: Re: Custom Delegate - Using _delegate works but not delegate or [self delegate]
  • Next by thread: Re: Custom Delegate - Using _delegate works but not delegate or [self delegate]
  • Index(es):
    • Date
    • Thread