kishikawakatsumi / IBPCollectionViewCompositionalLayout

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

Decoration views are not registered in the orthogonal sections #115

Closed CallMeSH closed 5 years ago

CallMeSH commented 5 years ago

Hello! I've been working with the library. First of all congratulations on the reimplementation, this is some very impressive work!

I just tried to implement a background decoration view on an orthogonal section. Unfortunately this crashes the app as the embedded orthogonal collection view's layout seem to not receive the decoration views that are registered in the main layout. I also faced the same situation trying to run the badge example in an orthogonal section.

I'll try to find a solution myself, but I'm not yet familiar enough with the library's source code to be confident I will succeed.

Thanks again!