Xcode reload just one cell in UiCollectionView
Use the method called reloadItemsAtIndexPaths:
[self.collectionView reloadItemsAtIndexPaths:@[indexPathOfYourCell]];
Use the method called reloadItemsAtIndexPaths:
[self.collectionView reloadItemsAtIndexPaths:@[indexPathOfYourCell]];