CollectionView Cell order messes up on scroll
Advertisements I’m trying to alternate the color of my collection view cells like this: But when I scroll down and then scroll back up, all the cells get reordered like this: This is my code: func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int { return 100 } } func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath:… Read More CollectionView Cell order messes up on scroll