TextureGroup / Texture

Smooth asynchronous user interfaces for iOS apps.
https://texturegroup.org/
Other
8.02k stars 1.29k forks source link

Regarding support for `UICollectionViewCompositionalLayout` in `ASCollectionNode` #2058

Open muukii opened 2 years ago

muukii commented 2 years ago

I was wondering it's getting closer to support deployment target from iOS13 in most of the apps, so it unlocks using UICollectionViewCompositionalLayout.

I'm not sure exactly how ASCollectionNode works with UICollectionViewLayout, it looks there are some optimizations, specializations for using FlowLayout.

I'd like to think about using CompositionalLayout with ASCollectionNode to continue to use Texture plus using modern technologies in the future.