Skip to content

Commit e7e347e

Browse files
Merge pull request #119 from kishikawakatsumi/CallMeSH-fix/orthogonal-decorations
Fix orthogonal sections with decoration items
2 parents 678a463 + 127df09 commit e7e347e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/IBPCollectionViewCompositionalLayout/IBPUICollectionViewCompositionalLayout.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ - (UICollectionView *)setupOrthogonalScrollViewForSection:(IBPNSCollectionLayout
456456
IBPNSCollectionLayoutSection *orthogonalSection = section.copy;
457457
orthogonalSection.contentInsets = IBPNSDirectionalEdgeInsetsZero;
458458
orthogonalSection.boundarySupplementaryItems = @[];
459+
orthogonalSection.decorationItems = @[];
459460
orthogonalSection.orthogonalScrollingBehavior = IBPUICollectionLayoutSectionOrthogonalScrollingBehaviorNone;
460461

461462
IBPNSCollectionLayoutSize *orthogonalGroupSize = section.group.layoutSize;

0 commit comments

Comments
 (0)