After upgrading to XCode12 and iOS14 I have an issue in one collection view which does not display as it did when compiling for iOS 13.6. The order of the cells is wrong and the spacing/dimensions are as well. Please see the picture (top, in the oval). In the iOS13.6 build, the cells were equally spaced, did not overlap, and were in a different order. This happens both on the simulator as well as on the actual device.
The code has not changed at all (still uses the delegates).
Does anyone have any clue?
Thanks