How can get the values of NSDictionary using keys where the dictionaries are stored in NSArray ?

Posted by srikanth rongali on Stack Overflow See other posts from Stack Overflow or by srikanth rongali
Published on 2010-04-07T11:08:00Z Indexed on 2010/04/07 11:23 UTC
Read the original article Hit count: 250

I have created 5 NSDictionary's. I stored them in NSArray. I need to get the values stored in NSDictionaries. How can do it ? I tried calling [[array objectAtIndex:i]objectForKey:key1]. But, it is crashing by giving the message:unrecognized selector sent to instance How to get the data ?

© Stack Overflow or respective owner

Related posts about cocoa-touch

Related posts about nsarray