我正在UICollectionViewCell上实现UIContextMenu。在UICollectionViewCell内部,有一个半径为15的按钮。当我点击UICollectionViewCell时,这就是结果。我想要的只是没有白色背景的按钮。我已经尝试过UICollectionViewCell.backgroundColor = .clear,但似乎无法正常工作。如果有人可以帮助我,谢谢!
UICollectionViewCell.backgroundColor = .clear
我认为在您的UICollectionViewCell中,致电contentView.backgroundColor = .clear可以。
UICollectionViewCell
contentView.backgroundColor = .clear
您能否提供更多信息?因为我的代码有效。