kishikawakatsumi / IBPCollectionViewCompositionalLayout

Backport of UICollectionViewCompositionalLayout to earlier iOS 12
MIT License
1.55k stars 148 forks source link

Respect `supplementariesFollowContentInsets` property in layout #31

Closed notjosh closed 5 years ago

notjosh commented 5 years ago

Hi 👋

My headers were being inset along with my content! I didn't want this, as different sections had different insets.

This property keeps us lined up right where we wanna be :)

kishikawakatsumi commented 5 years ago

Thank you!