I have a feeling that this is stupid question, but I\'ll ask anyway...
I have a collection of NSDictionary objects whose key/value pairs correspond to a cus
NSDictionary
If your doing this sort of thing chances are your dealing with JSON and you should probably have a look at Mantle https://github.com/Mantle/Mantle
You will then get a convenient method dictionaryValue
dictionaryValue
[anObject dictionaryValue];