kishikawakatsumi / IBPCollectionViewCompositionalLayout

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

Regression: `supplementariesFollowContentInsets` no longer supported #79

Closed notjosh closed 5 years ago

notjosh commented 5 years ago

50 included some changes that remove checking for supplementariesFollowContentInsets and undoes #31.

notjosh commented 5 years ago

Repro up on branch: https://github.com/notjosh/IBPCollectionViewCompositionalLayout/tree/sample-supplementariesfollowcontentinsets (ref: SectionHeadersFootersContentInsetsViewController)

iOS 12.4:

image

iOS 13:

image