[Solved] How to fetch data from JSON and show it in table cell view [closed]
[ad_1] try this[[yourArray objectAtIndex:indexPath.row] objectForKey:@”msg_id”]; you will able to retrive value stored at msg_id key [ad_2] solved How to fetch data from JSON and show it in table cell view [closed]