UIView 背景颜色比 UICollectionView 背景颜色深

Posted

技术标签:

【中文标题】UIView 背景颜色比 UICollectionView 背景颜色深【英文标题】:UIView background color darker than UICollectionView background color 【发布时间】:2016-03-01 17:05:22 【问题描述】:

我使用属性检查器为UICollectionView 设置了自定义背景颜色。 如果我使用属性检查器为UIView 设置相同的颜色,背景颜色会显得更暗。 谁能给我一个理由甚至解决方案?

【问题讨论】:

【参考方案1】:

我相信解决方案是使用属性检查器为 UICollectionViewCell 设置相同的背景颜色。单元格的背景似乎超出了单元格边界。如果您需要为单元格设置不同的背景,您可以使用 UIImage 填充 UICollectionViewCell 并将 UIImage 的背景设置为您想要的颜色。

【讨论】:

以上是关于UIView 背景颜色比 UICollectionView 背景颜色深的主要内容,如果未能解决你的问题,请参考以下文章

UiView背景颜色不同[重复]

UIView 背景颜色颜色循环

UIView背景颜色动画用不同的颜色

UIView 背景颜色总是黑色

无法从 Controller 设置 UIView 背景颜色

动画 UIView 背景颜色 swift