kishikawakatsumi / IBPCollectionViewCompositionalLayout

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

Adds support for layout level supplementary views. #158

Open rafaelnobrekz opened 2 years ago

rafaelnobrekz commented 2 years ago

This is kinda rudimentary support, but it suited my need for a global header at the layout configuration level. It also fixes a discrepancy on nested scrollview's subview ordering compared to the native implementation (which affected zIndex rendering of the section headers)

rafaelnobrekz commented 2 years ago

BTW for anyone interested, we forked and merged the outstanding PR's on the repo into our own