Category "uicollectionviewcompositionallayout"

UICollectionViewCompositionalLayout header misalignment

I have created a custom layout based on UICollectionViewCompositionalLayout that presents each section's items in a panel or card... ...here the blue area is

UICollectionView compositional layout with orthogonal scrolling and a different size for last cell

We’re attempting to use UICollectionView compositional layout to describe a section layout, but it’s giving us some trouble. What we’d like to

iOS CompositionalLayout change contentOffset by code

I'm trying to use compositional layout for horizontal paging collectionview. is it possible to change collectionview contentOffset by code? when I use compositi

Detect userEvent/pan/scroll on orthogonal sections in UICollectionViewCompositionalLayout

I am using autoScroll on an orthogonal section of the collectionView using compositional layout. I need to invalidate the autoscroll timer as soon as the user m