You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2026. It is now read-only.
"estimated" NSCollectionLayoutSize dimension working bad, as u can see in logs when running CardsViewController. It just adds every estimated width/height as a constraint, which creates conflicts. ( which in my case also leads to a huge freeze)
You can see also https://developer.apple.com/forums/thread/673940
So, I think UICollectionViewCompositionalLayout isn't usable on production projects (unless Apple will fix this).
I hope, this information will help someone.
Thanks for sharing this project and for your work :)
"estimated" NSCollectionLayoutSize dimension working bad, as u can see in logs when running CardsViewController. It just adds every estimated width/height as a constraint, which creates conflicts. ( which in my case also leads to a huge freeze)
You can see also https://developer.apple.com/forums/thread/673940
So, I think UICollectionViewCompositionalLayout isn't usable on production projects (unless Apple will fix this).
I hope, this information will help someone.

Thanks for sharing this project and for your work :)