Hi Brian! There is an error occurring on my app that apparently doesn't occur on yours and i don't understand why. As i have two UICollectionViews in my app, one in the homeController and one in the UserProfileController, when i scroll down the first collectionview and during the scroll i tap on the userProfileController tab, there is a confusion happening between the two collectionViews and they mix up their cells..
I don't know how to explain it well, but the UI of the two collectionViews are mixing up badly and that destroys the UI, maybe it's because of the reuse feature of the collectionView, so when i switch to the userProfile, the second collectionView reuse the cell from the first collectionView or something like that.
So i tried to set different cellIdentifier for the two collectionViews but it still happens
Do you have any idea of the origin of this problem? Did this ever happened to you?
Thanks for your consideration, and keep up doing your work, you're the best teacher i've ever had in my swift developer life, the videos are super easy to follow and i really feel improving my development skills in each video :)