I am trying to get a value for a particular key from a dictionary but i get a \"[__NSCFArray objectForKey:]: unrecognized selector sent to instance \"
-(voi
Try this:
NSMutableDictionary *dct =[avatars objectAtIndex:0]; NSDictionary *avatarimage = [dct objectForKey:@"- image"]; NSString *name = [dct objectForKey:@"name"];