-[__NSCFDictionary objectAtIndex:]: unrecognized selector sent to instance 0x8943940 while parsing JSON Page to UITableView

后端 未结 4 472
广开言路
广开言路 2021-01-24 14:43

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()..



        
4条回答
  •  一整个雨季
    2021-01-24 15:08

    [news objectAtIndex:indexPath.row];
    

    NSMutabledictionary is indexpath.row so add first news in array and that array name add in your code and you get nothing an

提交回复
热议问题