Re: Observing changes in Table
Re: Observing changes in Table
- Subject: Re: Observing changes in Table
- From: Ken Thomases <email@hidden>
- Date: Wed, 17 Dec 2014 08:03:06 -0600
On Dec 17, 2014, at 7:10 AM, Gerriet M. Denkmann <email@hidden> wrote:
> TableView has textDidEndEditing, but this is deprecated.
> The delegate has ...shouldEditTableColumn... but I need ...didEdit...
>
> The table is cell-based.
-textDidEndEditing: is only deprecated in the sense that all methods specific to cell-based tables are deprecated. If you're still using a cell-based table, then you can still use that method. (Or, equivalently, you're already ignoring the deprecation for the big picture, so you can ignore it for the details.)
Regards,
Ken
_______________________________________________
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