• 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: NSOutlineView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSOutlineView


  • Subject: Re: NSOutlineView
  • From: Quincey Morris <email@hidden>
  • Date: Mon, 08 Sep 2014 23:24:57 +0000

On Sep 8, 2014, at 16:00 , Charles Jenkins <email@hidden> wrote:

> I changed the relevant method to this:
>
>  func outlineView(
>    _outlineView: NSOutlineView!,
>    objectValueForTableColumn tableColumn: NSTableColumn!,
>    byItem item: AnyObject!
>    ) -> AnyObject!
>  {
>    let node = getDocumentNodeFrom( item )
>    return node
>  }

Well, this isn’t the prototype of the data source function. Is the above a typo, or have you misread the declaration’s “_ outlineView” parameter as “_outlineView”?



_______________________________________________

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: NSOutlineView
      • From: Charles Jenkins <email@hidden>
References: 
 >NSOutlineView (From: Charles Jenkins <email@hidden>)
 >Re: NSOutlineView (From: Ken Thomases <email@hidden>)
 >Re: NSOutlineView (From: Charles Jenkins <email@hidden>)

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