I am implementing UIContextMenu on a UICollectionViewCell. Inside the UICollectionViewCell there is a button with a radius of 15. When I tap on a UICollectionViewCell this is the result
. What I want is just the button without the white background. I already tried UICollectionViewCell.backgroundColor = .clear and seems not working. If anyone can help me thanks!
