Re: Drag and drop on table view
Re: Drag and drop on table view
- Subject: Re: Drag and drop on table view
- From: João Varela <email@hidden>
- Date: Fri, 02 Dec 2016 19:38:46 +0000
>
> I am still not sure if I am doing this the right way (extending NSTableView) because Xcode says "Subclassing NSTableView is usually not necessary”.
>
> Jan E.
Yes, it is usually not necessary and I would go so far as saying that you shouldn’t. I normally create a new delegate class and override the recommended NSTableView delegate methods. Subclassing has too many caveats that the normal mortal has the tendency to get it wrong. And I’m assuming you are a “normal mortal”. ;)
João
>
_______________________________________________
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