I have an NSArray and in the first position in this array there is a NSDictionary.
In this dictionary there is two values: first value have a key “name” and second value have a key “number”.
If I know value of “name” can I get value of “number”?
I have an NSArray and in the first position in this array there is
Share
I solved in this way: