Re: NSOutlineView floating group row question
Re: NSOutlineView floating group row question
- Subject: Re: NSOutlineView floating group row question
- From: Kyle Sluder <email@hidden>
- Date: Sat, 14 Jun 2014 11:52:56 -0700
On Jun 14, 2014, at 11:03 AM, Bill Cheeseman <email@hidden> wrote:
>
> Can anybody explain the trick to me? I must be overlooking something in those examples.
Do you override -viewWillDraw anywhere? That is the method NSTableView uses to push down style attributes to its row views and their cells, so don’t forget to call super.
Also, what color have you assigned to your text fields? If it’s anything other than +controlTextColor, NSTableView might skip updating the colors.
--Kyle Sluder
_______________________________________________
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