Xcode – Unexpected CAShapeLayer behavior when added to custom UICollectionViewCell
I've been trying to figure this out for a while, but I've exhausted my search. I've been trying to add a CAShapeLayer to a custom UICollectionViewCell, but it either doesn't get drawn or only gets drawn sometimes. I've decided to…