kishikawakatsumi / IBPCollectionViewCompositionalLayout

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

Fixed Issue with big sections #140

Closed messi closed 3 years ago

messi commented 4 years ago

When the section was bigger than the collectionview's bound the section was not rendered correctly. This fixes this behaviour and will always use the dimension from the resolver to set the frame of the embedded collectionview.

goktugaral commented 4 years ago

Hello, when do you think this pull request can be merge? I really need to have some practice on tvOS.

messi commented 4 years ago

@kishikawakatsumi any chance we can merge this one?

messi commented 3 years ago

Closing this since it seems that it will not get merged