collectionView reloadData方法不走cellForItemAtIndexPath代理
复现场景:先在一个方法中调用NSIndexPath*indexPath=[NSIndexPathindexPathForRow:3inSection:0];[Self.collectionViewreloadItemsAtIndexPaths:[NSArrayarrayWithObjects:indexPath,nil]];然后再另一个方法(请求)中调用[Self.collectionViewre