Re: easy way to store table-like data
Re: easy way to store table-like data
- Subject: Re: easy way to store table-like data
- From: Wim Lewis <email@hidden>
- Date: Mon, 07 Mar 2011 13:11:09 -0800
On 7 Mar 2011, at 12:26 PM, Martin Batholdy wrote:
> Is it also possible to filter the entries of an NSDictionary like in SQL?
Yes (as Dave DeLong describes). If you just need to filter it for display and are using NSArrayController you can also use -setFilterPredicate:. It's presumably doing the same thing under the hood.
_______________________________________________
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