I am setting the content inset of a UICollectionView:
[_collectionView setContentInset:UIEdgeInsetsMake(0.f, 0.f, 100.f, 0.f)];
Then I am s
Programmatically, I solved this by using (Swift 5) :
collectionView.contentInsetAdjustmentBehavior = .never