Code:
NSString *path = [[NSBundle mainBundle pathForResource:@"cardArray" ofType:@"plist"];
// Put dictionarys in array
NSArray *dict = [[NSArray alloc] initWithContentsOfFile:path];
NSInteger cou=[dict count];//array count
NSInteger dictionarycou=[[dict objectAtIndex:0]count]//dictionary count