Remove duplicates in NSdictionary

Posted by Adhamox on Stack Overflow See other posts from Stack Overflow or by Adhamox
Published on 2010-03-17T13:21:34Z Indexed on 2010/03/17 14:41 UTC
Read the original article Hit count: 466

Filed under:
|
|

Is there a way to remove duplicate (key-value) pairs from NSDictionary ?

EDIT: My description was misleading, I have duplicate pairs e.g.
key1-value1
key1-value1
key2-value2
key1-value1
etc..

© Stack Overflow or respective owner

Related posts about iphone

Related posts about nsdictionary