Stack: Mac OS 10.15.6, Xcode Version 12.0 (12A7209)
I have a self sizing collection cell. I override preferredLayoutAttributesFitting to get the self sizing feature. Everything works great PRIOR to iOS 14 ("1"). However, in iOS 14 (when targeting the simulator or actual device), this cell seems to be "broken" that is, it's now shown ("2"). Furthermore, the layout engine complained about the layout constraints ("3").
Have you seen a similar issue?