In the file there are 9 dictionaries each with two keys. I want to obtain an array of dictionary.I get that array elements are: 0 This is the code:
NSString * path = [[NSBundle mainBundle]pathForResource:@"List" ofType: @"plist"];
NSArray *array = [NSArray arrayWithContentsOfFile:path];
Thanks in advance