Hi, I use simple UICollectionViewCompositionalLayout and cannot figure out how to force UICollectionView to not adjust content insets. I use very simple layout with cell of size of a screen with image view on it. I was able to achieve this with just FlowLayout.
Is there any way to force ignore safe area margins?