objective c - [__NSCFDictionary objectAtIndex:]: unrecognized selector sent to instance -
I am trying to parse a Jason file in the table view and I am getting this error [__NSCFDictionary objectAtIndex:]: unrecognized happening selector sent to instance and App crashing please help me, I'm new to iOS development my code @implementation ViewController - (id) initWithNibName:. (NSString *) nibNameOrNil Bundle: (NSBundle *) NibBundleOrNil {self = [super initWithNibName: nibNameOrNil Bundle: nibBundleOrNil]; If (self) {// custom initialization} back itself; } - (zero) viewDidload {self.title = @ "Feeds"; [Super viewedload]; [UIApplication ShareApp] .networkActivityIndicatorVisible = YES; NSURL * url = [NSURL URLWithString: @ "http://little-people.blogspot.com/feeds/posts/default? alt = json"]; NSURLRequest * Request = [NSURL request request with url: url]; [[NSUr Connection Elok] Init VectorQuest: Request Rep: Self]; } - (zero) connection: (NSURLConnection *) connection didReceiveResponse: (NSURLResponse *) response {data = [[NSMutableData all...