kishikawakatsumi / IBPCollectionViewCompositionalLayout

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

Set .clipToBounds to NO for internal orthogonal UICollectionView #124

Closed zigdanis closed 4 years ago

zigdanis commented 4 years ago

On iOS 11.4 internal orthogonal UICollectionView clipping shadow that I've added to my cells. I believe it is appropriate to set .clipToBounds to NO for that internal UICollectionView. What do you think? Here is an example screenshots that indicate clipping and expected result: screenshot expected

kishikawakatsumi commented 4 years ago

@zigdanis You're right. Thank you!