iOS - Collectionview images disappear on scrolling and sometimes overlaps
问题 When downloading images from server and populating the collection view (grid 3 * n). I am getting glitch . I tried almost everything possible like making image view nil before reusing cell and using GCD for updating image view from main thread. But I'm still facing the glitch. Glitch is when I scroll the collection view , images downloaded are overlapped and sometimes disappear from the collection view cell. I have no idea what is causing the image to disappear (which were once downloaded).