Re: Sorting issues with NSTableView
Re: Sorting issues with NSTableView
- Subject: Re: Sorting issues with NSTableView
- From: "Patrick M" <email@hidden>
- Date: Wed, 18 Jul 2007 13:18:45 -0400
Otherwise, you will need to manually determine indexes using
-indexOfObject:, getting the controller's select objects using
-selectedObjects:.
[myArrayController removeObjects:[myArrayController selectedObjects]];
does the trick, thanks.
_______________________________________________
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