• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSTableViewDataSource Protocol
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >NSTableViewDataSource Protocol (From: Michael Davey <email@hidden>)

  • Prev by Date: Re: NSTableViewDataSource Protocol
  • Next by Date: Re: NSTableViewDataSource Protocol
  • Previous by thread: Re: NSTableViewDataSource Protocol
  • Next by thread: Re: NSTableViewDataSource Protocol
  • Index(es):
    • Date
    • Thread