Re: Custom Delegate - Using _delegate works but not delegate or [self delegate]
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: Lee Ann Rucker <email@hidden>
- Date: Tue, 26 Mar 2013 11:47:42 -0700
On Mar 26, 2013, at 10:30 AM, Chris Tracewell wrote:
> @protocol TKOutlineViewDelegate <NSObject> // <NSObject> because we need to use "respondsToSelector"
Try
@protocol TKOutlineViewDelegate <NSOutlineViewDelegate>
_______________________________________________
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