Mmmh after reading what i just wrote i suppose it's just the way i try to access the data that cause problems.
Could anyone tell me how i'm supposed to access the "caption" field of a link ?
I think i have to get a NSMutableArray from "information" with the key "link" then every row should be a NSDictionary and i should be able to query it by a simple objectForKey:@"caption" right ?
Last edited by Topper; 04-29-2009 at 04:20 AM.
|