UICollectionView 透明背景
Transparent the background of UICollectionView
我想透明化 UICollectionView
的背景。
我将 BackgroundColor
设置为默认值或将 alpha 值设置为 0,但 UICollectionView
范围的背景颜色仅为黑色。
是否可以透明化背景颜色?
感谢您的考虑。
请检查图片:
collectionView.backgroundColor = UIColor.clear
我想透明化 UICollectionView
的背景。
我将 BackgroundColor
设置为默认值或将 alpha 值设置为 0,但 UICollectionView
范围的背景颜色仅为黑色。
是否可以透明化背景颜色?
感谢您的考虑。
请检查图片:
collectionView.backgroundColor = UIColor.clear