@NSCruiser Actually, I have a solution: Set the collectionView and whatever container the collection is in to not mask their bounds:
layer.masksTobounds = false
collectionView.layer.masksToBounds = false
Topic:
UI Frameworks
SubTopic:
UIKit