I have been through many links and fortunately I got many similar links but nothing worked Out.
my array is appearing like this in Output, using NSLog()..
news is a NSDictionary, and a dictionary does not have a method objectAtIndex: You have to use instead [news objectForKey:...];
news
NSDictionary
objectAtIndex:
[news objectForKey:...];