Re: Remove Duplicates in a NSArray
Re: Remove Duplicates in a NSArray
- Subject: Re: Remove Duplicates in a NSArray
- From: Uli Kusterer <email@hidden>
- Date: Fri, 3 Oct 2008 10:53:31 +0200
On 01.10.2008, at 13:29, Rashmi Vyshnavi wrote:
Is there a way to remove dictionary item containing same values for
a key
from a array of dictionaries?
If you used an NSSet instead of an NSArray, you might get this
automatically. Not sure whether the objects really have to be the
same, or whether it suffices that they're equal regarding their
values, but it might be worth a try.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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