On Sep 8, 2014, at 16:00 , Charles Jenkins <[email protected]> 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 protected])
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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]