伊谢尔伦2017-04-17 17:47:32
Your picture has not been requested yet, so I left. You can first determine whether the image exists or is an array? If it is empty, continue execution
怪我咯2017-04-17 17:47:32
There is a problem with indexPath. Please output the NSLOG first and try again after adjusting the NSIndexpath
PHPz2017-04-17 17:47:32
After you add result object, it is at the last position of the array and is not the position you want to replace, and the index is greater than the number of cells, so it crashes. Just use replaceObjectAtIndex: withObject: and it will be fine.