How to asynchronous load image from a web-server in UICollectionView using NSCache
问题 I have some issues when loading images from a web-server in UICollectionView using NScache. The problem: The images are not proper displayed: sometimes they are not showned in the corresponding cell or the image is changing on scroll Situation: I have 3 arrays whitch are properly loaded from the web-server in function viewDidLoad(). These arrays are: vPrice, vTitle and vImages_api my custom class for cell have: label for price: cell.lblPrice label for title: cell.lblTitle image: cell