An Le

Results 3 issues of An Le

My uicollectionview has a list of cells which contains images. When I scroll up and down, cells show duplicate images. I think it causes by cache. I tried to set...

question

Can my gif save in cache. I load a gif from url in a uiimageview in collectionviewcell. And when I scroll down, then up. I see it has to load...

I tried to add image tag: ``` let tag = TagView(text: s) tag.iconImage = UIImage(named: "test") cloudView.tags.append(tag) ``` but it just shows me a white blank view. Please, help me...