Re: Need recommendations for best way to build a custom view
Re: Need recommendations for best way to build a custom view
- Subject: Re: Need recommendations for best way to build a custom view
- From: Kyle Sluder <email@hidden>
- Date: Thu, 19 Feb 2009 19:18:43 -0500
According to the documentation, group rows are treated in delegate
methods as belonging to a nil column. You seem only to be testing for
actual columns.
Not entirely sure about the editing problem; you're making the cell
not editable, which is appropriate, but perhaps because you're
mistakenly returning the cell in response to a column request it's
using that column's editable property.
--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