Re: NSTableViewDataSource Protocol
Re: NSTableViewDataSource Protocol
- Subject: Re: NSTableViewDataSource Protocol
- From: Michael Davey <email@hidden>
- Date: Thu, 18 Feb 2010 12:49:02 +0000
OK, just did some reading on informal protocols, thanks a lot for your help
Mikey
On 18 Feb 2010, at 12:40, Graham Cox wrote:
>
> 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