• 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: "Sean McBride" <email@hidden>
  • Date: Thu, 18 Feb 2010 11:05:13 -0500
  • Organization: Rogue Research Inc.

On 2/18/10 12:07 PM, Michael Davey said:

>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?

<http://developer.apple.com/mac/library/releasenotes/Cocoa/Foundation.html>

"Formal Protocol Adoption" says:

If you need to target Leopard or Tiger with the same sources, you should
conditionally declare empty protocols, or else the compiler will
complain about missing protocols declarations. For example:
#if MAC_OS_X_VERSION_10_6 > MAC_OS_X_VERSION_MAX_ALLOWED
@protocol NSConnectionDelegate <NSObject> @end
#endif

--
____________________________________________________________
Sean McBride, B. Eng                 email@hidden
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada


_______________________________________________

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

  • Follow-Ups:
    • Re: NSTableViewDataSource Protocol
      • From: Michael Davey <email@hidden>
References: 
 >NSTableViewDataSource Protocol (From: Michael Davey <email@hidden>)

  • Prev by Date: Re: super call in the middle of a block of code ..
  • Next by Date: Re: “EXC_BAD_ACCESS” on Custom TableView with custom NSCell when clicking.
  • Previous by thread: Re: NSTableViewDataSource Protocol
  • Next by thread: Re: NSTableViewDataSource Protocol
  • Index(es):
    • Date
    • Thread