kishikawakatsumi / IBPCollectionViewCompositionalLayout

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

Respect `zIndex` property on decoration items #32

Closed notjosh closed 5 years ago

notjosh commented 5 years ago

Hi 👋

I had some decoration items that were on top of (some of) my cells. Not ideal, but, fortunately we can set a zIndex on decorations. It wasn't working though, but here's a fix!

kishikawakatsumi commented 5 years ago

Thank you so much 😄