Re: NSTableViewDataSource Protocol
Re: NSTableViewDataSource Protocol
- Subject: Re: NSTableViewDataSource Protocol
- From: Graham Cox <email@hidden>
- Date: Thu, 18 Feb 2010 23:40:45 +1100
On 18/02/2010, at 11:37 PM, Michael Davey wrote:
> My class is describes as follows:
>
> @interface AppController : NSObject <MGTwitterEngineDelegate,NSTableViewDataSource>
>
> I tried removing NSObject and putting it there, but that did not work - any clues?
>
> Thanks, btw
>
Yes, do what I told you, remove the NSTableViewDataSource from the protocol list, like this:
> @interface AppController : NSObject <MGTwitterEngineDelegate>
--Graham
_______________________________________________
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