Re: Crash when sorting tree bound to NSOutlineView
Re: Crash when sorting tree bound to NSOutlineView
- Subject: Re: Crash when sorting tree bound to NSOutlineView
- From: "Kyle Sluder" <email@hidden>
- Date: Sun, 28 Dec 2008 21:07:31 -0500
Is the sorting a property of your model or of the view? If the
latter, why not use a sort descriptor? If the former, try using sort
descriptors and then wiring up a data source to the outline view and
implementing -outlineView:sortDescriptorsDidChange: to propagate the
sort back to the model.
HTH,
--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