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.
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.