• 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: Implementing delegates with formal protocols
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Implementing delegates with formal protocols


  • Subject: Re: Implementing delegates with formal protocols
  • From: David Duncan <email@hidden>
  • Date: Fri, 28 Aug 2009 14:43:16 -0700

On Aug 28, 2009, at 2:36 PM, Rick Mann wrote:

I'm trying to implement a delegate pattern in my code, where the delegate conforms to a formal protocol. But when I make the delegate ivar id<MyProtocol> and try to send it performSelectorOnMainThread:..., it complains that that action is "not found in protocol(s).


Your protocol probably doesn't conform to NSObject, ala

@protocol MyProtocol<NSObject>
--
David Duncan
Apple DTS Animation and Printing

_______________________________________________

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: Implementing delegates with formal protocols
      • From: Rick Mann <email@hidden>
References: 
 >Implementing delegates with formal protocols (From: Rick Mann <email@hidden>)

  • Prev by Date: Implementing delegates with formal protocols
  • Next by Date: Re: Implementing delegates with formal protocols
  • Previous by thread: Implementing delegates with formal protocols
  • Next by thread: Re: Implementing delegates with formal protocols
  • Index(es):
    • Date
    • Thread