Reload UICollectionViewCell which has image
问题 I am trying to create something like Facebook NewsFeed where, I am using custom UICollectionViewCell to display data (Text/Image) from JSON. I have 2 different APIs. One for text and another for images(Every cell doesn't have image). So, First of all I am getting all text values in to my cells from my textAPI and reloading myCollectionView. That works perfect. Now for the Images, I am using ImageFetcher to fetch images, func ImageFetcher(postId : NSNumber, completion : ((_ image: UIImage?) ->