Posts

Post not yet marked as solved
5 Replies
Apparently it's not a bug, it's a feature 😐UICollectionView cells can now self-size, and happily do that on their own unless you tell them not to.To opt out this behaviour, set Estimated Size of cells to None, in Xcode (on the UICollectionView property tab).Here's where I found the solution.https://stackoverflow.com/questions/56840665/why-on-xcode-11-uicollectionviewcell-changes-size-as-soon-as-you-scroll-i-alreCheers,Davide