Thanks for the suggestions. I have one suggestion saying to extend my
protocol to conform to NSObject, and another saying I should use
NSObject instead of ID.
Is one approach better than the other?
TIA!
On Aug 28, 2009, at 14:43:16, David Duncan wrote:
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 (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 arch...@mail-archive.com