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 (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/cocoadev%40mikeabdullah.net
> 
> This email sent to cocoa...@mikeabdullah.net

_______________________________________________

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

Reply via email to