On Apr 7, 2017, at 16:24 , Daryle Walker <dary...@mac.com> wrote: > > I first tried overriding “prepareForReuse” in my text-field subclass, but it > never stuck.
It’s never going to be called for that view, because the table view doesn’t know anything about it. You have to override it in a NSTextCellView subclass, because that what your table cells are. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com