I have a FollowVC and FollowCell Setup with collection View. I can display all the datas correctly into my uIcollection view cell using the following code with no problem.
collectionView.indexPathsForSelectedItems? .forEach { collectionView.deselectItem(at: $0, animated: false) }