Re: NSTableViewDataSource Protocol
Re: NSTableViewDataSource Protocol
- Subject: Re: NSTableViewDataSource Protocol
- From: Mike Abdullah <email@hidden>
- Date: Thu, 18 Feb 2010 12:32:41 +0000
All that's changed is it's gone from an informal protocol:
@interface NSObject (NSTableViewDataSource)
...
@end
to a formal one:
@protocol NSTableViewDataSource <NSObject>
...
@end
On 18 Feb 2010, at 12:07, Michael Davey wrote:
> Hi,
>
> I am writing an app that needs to be able to target 10.5 at least and hopefully 10.4, but I have just found that the way that table views are handled has changed - does anyone have a link to some documentation for the old way to do things?
>
> Many thanks,
>
> Mikey_______________________________________________
>
> 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
_______________________________________________
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