I have an array which is filled with NSDictionaries. I want to find the index of one of the dictionary, but what I know about this dictionary is only a value for key @"name".
How do I do it ?
I have an array which is filled with NSDictionaries . I want to find
Share
Find index of first dictionary in
theArraywhose value for@"name"istheValue:indexwill beNSNotFoundif no matching object is found.