I am new to UICollectionview.
I have made a simple sample were I can apply multiple selection of image. but I'am getting issue regarding selection, the issue is when I scroll collection view the check mark are added to other cells and the images array count is different at didSelectedItem
and didDeselectItem
.
Here is the sample code which i have tried Sample Link