How to display an icon/image on uicollectionviewcell after it has been selected – Ios swift
I have a uiCollectionViewCell which loads image from an api. I want to display another image/icon on the cell when a user clicks on it. In my custom cell I have two images one which display the image from the…