iOS 11.4 return UIEdgeInsetsMake(10, 10 10, 10); Right constraint invalid
iOS 14.4 normal display
- (UIEdgeInsets)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout insetForSectionAtIndex:(NSInteger)section {
return UIEdgeInsetsMake(10, 10 10, 10);
}