Dealing with UIScrollViewContentInsetAdjustmentNever case by tosh7 · Pull Request #150 · kishikawakatsumi/IBPCollectionViewCompositionalLayout

I found CollectionView cells move unexpectedly with scrolling. This bug occurs when CollectionView's ContentInsetAdjustment is set to .never. You can check this bug in my branch. This happens becau...