I am having problems when I do a ReloadData to a CollectionView.
The thing is that I have done a very small project in order to show you what's happening.
(The CollectionView will change the colour background of the cell number 2..but when you do a ReloadData, many cells changed..)
You can find my project here: https://www.dropbox.com/s/yy7uen60rc292ir/collectionViewTest.zip?dl=0
Solved!
Thanks for your help!, The thing is I needed to add the function PrepareForReuse()
where I can "clean" my cells before being reused.